home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 February: Tool Chest / Dev.CD Feb 00 TC.toast / mac / About this CD / Feb 00 Developer CD Assistant (.txt) < prev   
Encoding:
FileMaker Pro Database  |  2000-01-12  |  3.8 MB  |  101,164 lines  |  [FMP3/AFDC]

Text Truncated. Only the first 1MB is shown below. Download the file for the complete contents.
  1. Feb 00 Developer CD Assistant
  2. FMP3AFDC
  3.  Copyright 1984-1998 FileMaker, Inc. 
  4. HBAM2016AUG95
  5. Pro 3.0
  6. system
  7. edding
  8. profile
  9. documentation@
  10. news@
  11. accessed@
  12. block@
  13. cancelwindowcheckout@
  14. card@
  15. describes@
  16. fixing@
  17. images@
  18. improving
  19. national@
  20. overview@
  21. pool@
  22. quit@
  23. simpler@
  24. summary@
  25. summary
  26. maccalendar
  27. control
  28. strip
  29. module
  30. displays
  31. summary
  32. xcmds
  33. xfcns
  34. perform
  35. summary
  36. allows
  37. developer
  38. monitor
  39. therefore@
  40. versions@
  41. within@
  42. debug@
  43. network@
  44. stack@
  45. disposeresource
  46. debugging
  47. resource
  48. handles@
  49. multi-processing@
  50. appleevent@
  51. HBAM3016AUG95@
  52. APPLESCRIPT_BROWSER
  53. APPLESCRIPT_OPEN
  54. CDDATE
  55. CDNAME
  56. CDTITLE
  57. CONSTANT
  58. CONTENTS
  59. CURCNT
  60. CURREC
  61. CUSTOMSEARCH
  62. DESCRIPTION
  63.         FINDFIELD
  64. KEYWORDS
  65. KEYWORDSCALC
  66. NEWREVISEDCALC
  67. PATHNAME
  68. PATHNAMECALC
  69. PORTALCOLOR
  70. PORTALFILTERCALC
  71. PORTALSELECTIONCALC
  72. RECEIVED
  73. RECORDID
  74. REQUIREMENTS
  75. SEARCHSELECTED
  76. SHOWPATHNAME
  77. SHOWTEXT
  78. STATUS
  79. UPDATED
  80. WEB_FTP_URL
  81. _COLOR
  82. _CONTENT
  83. _CUSTOMFIND
  84. 2)    _HELPTEXT
  85.     _KEYWORDS
  86. _NAME
  87. _PORTALCLICK
  88. _PORTALFILTER
  89. _PORTALFILTERFIND
  90. _PORTALSELECTION
  91. _PORTALSELECTIONMATCH
  92.     _RECEIVED
  93. _REQUIREMENTS
  94. _SEARCH
  95. _SEARCHFIELD
  96. _SEARCHPACKAGE
  97. _SHOWPATHFLAG
  98. _UPDATED
  99. Sunday
  100. Monday
  101. Tuesday
  102.     Wednesday
  103. Thursday
  104. Friday
  105. Saturday
  106. January
  107. February
  108. March
  109. April
  110. August
  111.     September
  112. October
  113. November
  114. December
  115. 1st Quarter
  116. 2nd Quarter
  117. 3rd Quarter
  118. 4th Quarter
  119. ?P9W#P
  120. 1/12/009
  121. Closing Screen
  122. Intro
  123. Browser
  124. Package Info
  125. @>A    Developer
  126. Find Fewer Choices
  127. Find More Choices
  128. RecordID
  129. Custom Find
  130. Browser Custom Search
  131. &ADC programs offer developers worldwide easy access to Apple tools and technologies, world-class technical support, and critical business and marketing information and services.
  132. For news on programs and resources available to Apple developers, please visit our web site at developer.apple.com.
  133.  "") & "
  134. ! & "
  135.  "new") 
  136.  "updated") 
  137.  "New & Revised" 
  138.  "" )
  139. All Packages
  140. Mac OS SDK Edition
  141. Tool Chest Edition
  142. Reference Library Edition
  143. System Software Edition
  144. updatedG
  145. New & Revised
  146. PortalSelectionCalc
  147. ^("") )
  148. NameB
  149. CurCntB
  150. CurRecB
  151. DescriptionB
  152. ContentsB
  153. ReceivedB
  154. UpdatedB
  155. RequirementsB
  156. KeywordsB
  157. PathNameB
  158. PathNamecalcB
  159. ) - 1 )
  160. " & " - ")
  161. _SearchB
  162. SearchSelectedB
  163. _PortalClickB
  164. _ShowPathFlagB
  165. ShowTextB
  166.  = 1 
  167.  "Hide Path" 
  168.  "Show Path" )
  169.     Hide Path
  170.     Show Path2
  171. RecordIDB
  172. _ColorB
  173. ConstantB
  174. A    FindFieldB
  175.  & " " & 
  176.      & " " & 
  177.  & " " & 
  178.  & " " & 
  179.  & " " & 
  180.  & " " & 
  181.  & " " & 
  182. PortalColorB
  183.  "" )
  184. _PortalSelectionMatchB
  185. ShowPathNameB
  186.  = 1 
  187.  "" )
  188. CDDateB
  189. CDNameB
  190.  3) + 1 
  191.  1) - 
  192.  " " 
  193.  3 ) - 1 )
  194. _SearchFieldB
  195. _SearchPackageB
  196. CustomSearchB
  197.  "Custom Search"
  198.  "" )
  199. Custom Search
  200.  "new")
  201.  "New"  
  202.  "updated") 
  203.  "Revised" 
  204.  "" )
  205. updatedG
  206. Revised
  207. AppleScript_OpenB
  208. "--set theItem to choose file -- uncomment to test in an AS editor" & "
  209.  "" & "
  210. "try" & "
  211. "    tell application ""Finder""" & "
  212. "        open item """ & 
  213.  & """
  214. "        activate" & "
  215. "    end tell" & "
  216. "on error errMsg number errNum" & "
  217. "    --enter statements to perform when no records are found such as..." & "
  218. "    display dialog ""Sorry, the item you selected could not be found.""" & "
  219. "    return" & "
  220. "end try"
  221. A--set theItem to choose file -- uncomment to test in an AS editor
  222.     tell application "Finder"
  223.         open item "
  224.         activate
  225.     end tell
  226. on error errMsg number errNum
  227. F    --enter statements to perform when no records are found such as...
  228. E    display dialog "Sorry, the item you selected could not be found."
  229.     return
  230. end try
  231. AppleScript_BrowserB
  232. StatusB
  233. KeywordsCalcB
  234.  ", " 
  235. _NameB
  236. _PortalFilterFindB
  237. _DescriptionB
  238. _RequirementsB
  239. +A    _KeywordsB
  240. ,A    _ReceivedB
  241. _UpdatedB
  242. _ContentB
  243. Web_FTP_URLB
  244. _WebB
  245. CDTitleB
  246.  1) - 1 )
  247. l Packages
  248. "--set theItem to choose file -- uncomment to test in an AS editor" & "
  249.  "" & "
  250.  "try" & "
  251. "    tell application ""Finder""" & "
  252. "        open item """ & 
  253.  & """
  254. "        activate" & "
  255. "    end tell" & "
  256. "on error errMsg number errNum" & "
  257. "    --enter statements to perform when no records are found such as..." & "
  258. "    display dialog ""Sorry, the folder you selected could not be found.""" & "
  259. "    return" & "
  260. "end try"
  261. A--set theItem to choose file -- uncomment to test in an AS editor
  262.     tell application "Finder"
  263.         open item "
  264.         activate
  265.     end tell
  266. on error errMsg number errNum
  267. F    --enter statements to perform when no records are found such as...
  268. G    display dialog "Sorry, the folder you selected could not be found."
  269.     return
  270. end try
  271. elds then click Find or hit Enter.
  272. NOTE: You may also restrict your search to a particular disk edition or group of content by using the Disk/Edition pulldown menu.
  273.     Click the Find button. The packages found by your search will appear in the packages list on the Browser screen.
  274.     To search any field for a keyword, click the Fewer Choices button, enter search criteria, then click Find or hit Enter. The packages found by your search will appear in the 
  275. ackages list on the Browser screen.
  276. 0_    Any Field`
  277. All Packages
  278. HelpB
  279.  2000 Apple Computer, Inc.  All rights reserved. Apple, the Apple logo, Macintosh, Mac, and the Mac logo are trademarks of Apple Computer, Inc. registered in the U.S. and other countries.
  280. IntroB
  281. Homem
  282. Quitn
  283. Browsero
  284. Find...p
  285. Homem
  286. Quitn
  287. Browsero
  288. Find...
  289. BrowserB
  290. Welcome to the Developer CD Series Assistant, a simple to use tool for searching and 
  291. navigating content on the Developer CD Series from Apple Developer Connection.
  292. You can use this Assistant database to find title, description, contents, revision, and related web information for everything from Sample Code to SDKs.
  293. Click the Browser button to enter the Browser screen, where you can easily view and navigate content on the Developer CD. From there, click the Open Folder button to go direc
  294. tly to the package folder on the CD.
  295. The Find... button allows you to do full-text searches on all content available on the 
  296. Developer CD Series.
  297. More complete usage instructions are accessed by clicking the Help button.
  298. To quit the Developer CD Series Assistant, click Quit.
  299. Helpe
  300. Find...f
  301. Quith
  302. Browser
  303. Package InfoB
  304. Current Selection:{    <<
  305. ABBF>>
  306. F!Double-click title for more info.
  307. Find...
  308. Open Folder
  309. Package Info
  310. Export List
  311. Browser
  312. Open Folder
  313. Package Info
  314. Export List
  315. A    DeveloperB
  316. DescriptionR
  317. Revision InfoS
  318. FilesV
  319. RequirementsW
  320. Keywords[    Released:\
  321. Revised:b
  322. ABAI>> of <<
  323. ABAH>>h
  324. Current Selection: <<
  325. ABAB>>o    <<
  326. ABCC>>
  327. Web/FTP URL
  328. Open Folder
  329. Find...
  330. ABBF>>
  331. Browser
  332. Find Fewer ChoicesB
  333. A    DeveloperC
  334. Package InfoH
  335. HelpI
  336. Find...J
  337. Open Folder
  338. Current Selection:Q
  339. (Double-click to open)T
  340. QuitY    <<
  341. ABBF>>[.Import with auto update for record ID numbers.`
  342. Portal Selectiona
  343. Show Path Flagd
  344. Click Selecth
  345. Color for Portal Row Selectionk
  346. Show Portal Path}    Released:~
  347. Revised:
  348. Open Folder
  349. ABAI>> of <<
  350. ABAH>>
  351. From Package Info
  352. From Browser
  353. From Browser
  354. From Package Info
  355. Browser
  356. A    DeveloperC
  357. Package InfoH
  358. HelpI
  359. Find...J
  360. Open Folder
  361. Current Selection:Q
  362. (Double-click to open)T
  363. QuitY    <<
  364. ABBF>>[.Import with auto update for record ID numbers.`
  365. Portal Selectiona
  366. Show Path Flagd
  367. Click Selecth
  368. Color for Portal Row Selectionk
  369. Show Portal Path}    Released:~
  370. Revised:
  371. Open Folder
  372. ABAI>> of <<
  373. ABAH>>
  374. From Package Info
  375. From Browser
  376. From Browser
  377. From Package Info
  378. Browser
  379. Find...
  380. Open Folder
  381. ABBF>>
  382. Rectangle Buttons
  383. Find...
  384. Status:
  385. Joint Solutions
  386. Marketing
  387. Specialists
  388. in Web, Print 
  389. and Electronic
  390. Media
  391. 831.471.1500
  392. info@jointsolutions.com
  393. www.jointsolutions.com
  394. Database design: Sheila Kliewer
  395. Data Wizard 831 336-2129
  396. sheilasgk@aol.com
  397. www.DataWizardFMP.com
  398. Find More ChoicesB
  399. Find any package containing:
  400. Cancel
  401. containst    any field
  402. Cancel
  403. More Choices
  404. To search for specific text within package title, package descriptions, or filenames:
  405.  To search any field for a keyword, enter your desired search criteria.
  406.  Click the Find button. The packages found by your search will appear in package info format, with information about the first package showing. Use the Next button to proceed through the packages; the counter in the lower left corner notes your progress.
  407. To specify parameters such as new and revised packages or a specific CD, cliBSck More Choices then choose the appropriate options from the Search pull down menu.
  408. Find (fewer choices)
  409. RecordIDB
  410. RecordID
  411. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  412. HTML Text Extractor
  413.  and 
  414. PDF Text Extractor
  415. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  416. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  417. Description
  418. Revision Info
  419. Files
  420. Requirements
  421. Keywords
  422. Released
  423. Revised
  424. Disk/Edition
  425. Web/FTP URL
  426. Cancel
  427. Fewer Choices
  428. Find (more choices)
  429. fTo search specific fields, enter your criteria in the appropriate areas and/or select from the pull-down menus then click Find. The packages found by your search will appear in package info format, with information about the first package showing. Use the Next button to proceed through the packages; the counter in the lower left corner notes your progress.
  430. gress.
  431. d by your search will appear in the packages listB
  432.  on the Browser screen.
  433. masterB
  434. Unlock Status Bar
  435. Intro
  436. Quit Button
  437. Quit JSM
  438. Browser
  439. Package Info
  440.  = "Custom Search"
  441. Custom Search
  442. Browser Portal
  443. ) = 0    
  444. Show Path
  445. Browser Portal Validation
  446. ) > 0
  447. A    Auto Open
  448. "New & Revised"
  449. New & RevisedB
  450. Go To Record Next
  451. Go To Record First
  452. Go To Record Last
  453. Go To Record Previous
  454. A    Developer
  455. Find Cancel
  456. "All Packages"
  457. All Packages
  458. Find More Choices
  459. Find Fewer Choices
  460. "Any Field"
  461.     Any FieldB.
  462. "All Packages"
  463. All Packages
  464. Find...
  465. "Any Field"
  466.     Any FieldC.
  467. "All Packages"
  468. All PackagesD
  469. Find Execute
  470. A    Find None
  471. )  = 0    
  472.     Try Againgl
  473. cript"
  474.  "1")
  475. CanceloggleDoScript
  476. Toggle
  477. No packages match your request.C+
  478. ) = 1    
  479. "All Packages"
  480. All Packages
  481. A    Find Some
  482. "Custom Search"
  483. Custom Search
  484. A    Find Prep
  485. "Custom Search"
  486. Custom Search
  487. A    Find Prep
  488. Find Request
  489. Find Request
  490. Package Open Folder
  491. Browser Open Folder OLD
  492. ) = "Browser"    
  493. Browser
  494. Z] ow templates in Ne
  495. Canceldialog`
  496. Select a Package to open.D>
  497. ) =  "Package Info"    
  498. Package Info
  499. Import From Master
  500. ) = "Find More Choices"    
  501. Find More Choices
  502.   = "All Packages"
  503. All Packages
  504.  = "Any Field"
  505.     Any Field
  506.  = "Package Title"
  507. Package Title
  508.  = "Any File Name"
  509. Any File Name
  510. Find More Clear
  511. Find More Find
  512. Export List
  513. Cancel
  514. Save the current list to a text file called "Developer CD Search Results"?B+
  515. ) = 2    
  516. AppleScript_Browser
  517. AppleScript_Open
  518. -nulltell application "Developer CD Series Assistant"
  519.     set CDTitle to get data cell "CDTitle" of current record
  520. end tell
  521. tell application "Finder"
  522.     if (disk CDTitle exists) is false then
  523.         set theChoice to button returned of (display dialog "The item you selected could not be found. Please insert the CD - " & CDTitle buttons {"Cancel", "Continue"} default button "Continue" with icon 0)
  524. end tellFasdUAS 1.101.10
  525. -nulltell application "Developer CD Series Assistant"
  526.     set CDTitle to get data cell "CDTitle" of current record
  527. end tell
  528. tell application "Finder"
  529.     if (disk CDTitle exists) is false then
  530.         set theChoice to button returned of (display dialog "The item you selected could not be found. Please insert the CD - " & CDTitle buttons {"Cancel", "Continue"} default button "Continue" with icon 0)
  531. end tellFasdUAS 1.101.10
  532. .coregetd****
  533. CDTitle
  534. cdtitle
  535. CDTitle
  536. Developer CD Series Assistant
  537. eAFDCT
  538. Patagrande
  539. Developer CD Series Assistant
  540. 'APPLAFDC
  541. Developer CD S
  542. eries Assistant 
  543. WPatagrande:Desktop Folder:Developer CD Series Assistant 
  544. :Developer CD Series Assistant
  545. Net Ref Zone
  546. tyler.jointsolutions.com
  547. Patagrande
  548. Tyler Stone
  549. .coredoexbool
  550. cdtitle
  551. CDTitle
  552. boovfals
  553. .sysodlogaskr
  554. AThe item you selected could not be found. Please insert the CD - 
  555. cdtitle
  556. CDTitle
  557. Cancel
  558. Continue
  559. Continue
  560.     thechoice
  561.     theChoice
  562. Finder
  563. Patagrande
  564. Finder
  565.     l@FNDRMACS
  566. System Folder
  567. Patagrande:System Folder:Finder
  568. Ref Zone
  569. tyler.jointsolutions.com
  570. Patagrande
  571. Tyler Stone
  572. .aevtoappnull
  573. .aevtoappnull
  574. .coregetd****
  575. cdtitle
  576. CDTitle
  577. .coredoexbool
  578. Button: Web
  579. Browser Portal OLD
  580. Find Prep OLD
  581. .coregetd****
  582. CDTitle
  583. cdtitle
  584. CDTitle
  585. Developer CD Series Assistant
  586. Patagrande
  587. Developer CD Series Assistant
  588. 'APPLAFDC
  589. Developer CD S
  590. eries Assistant 
  591. WPatagrande:Desktop Folder:Developer CD Series Assistant 
  592. :Developer CD Series Assistant
  593. Net Ref Zone
  594. tyler.jointsolutions.com
  595. Patagrande
  596. Tyler Stone
  597. .coredoexbool
  598. cdtitle
  599. CDTitle
  600. boovfals
  601. .sysodlogaskr
  602. AThe item you selected could not be found. Please insert the CD - 
  603. cdtitle
  604. CDTitle
  605. Cancel
  606. Continue
  607. Continue
  608.     thechoice
  609.     theChoice
  610. Finder_
  611. Patagrande
  612. Finder
  613.     l@FNDRMACS
  614. System Folder
  615. Patagrande:System Folder:Finder
  616. Ref Zone
  617. tyler.jointsolutions.com
  618. Patagrande
  619. Tyler Stone
  620. .aevtoappnull
  621. .aevtoappnull
  622. .coregetd****
  623. cdtitle
  624. CDTitle
  625. .coredoexbool
  626. .sysodlogaskr
  627.     thechoice
  628.     theChoice
  629. ) = -128    
  630. cdtitle
  631. CDTitle
  632. boovfals
  633. .sysodlogaskr
  634. Import From Master
  635.     Developer
  636. Unlock Status Bar
  637.     Auto Open
  638. Intro
  639. Package Info
  640. Browser
  641. Quit Button
  642. Quit JSM
  643. Button: Web
  644. Package Open Folder
  645. Browser Open Folder OLD
  646. Browser Portal
  647. Browser Show Path
  648. Browser Portal Validation
  649. Go To Record First
  650. Go To Record Previous
  651. Go To Record Next
  652. Go To Record Last
  653. Find Cancel
  654. Find More Choices
  655. Find Fewer Choices
  656. Find...
  657. Find Execute
  658. :    Find Prep
  659. Find Request
  660. >    Find None
  661. @    Find Some
  662. Find More Clear
  663. Find More Find
  664. Export List
  665. AppleScript_Browser
  666. AppleScript_Open
  667. Browser Portal OLD
  668. Find Prep OLD
  669. _    Any Field`
  670. All Packages
  671. oqtutwS6
  672. ingVfp;
  673. mtiEi]B
  674. {M{nH
  675. nro`v6Z
  676. nrruq'
  677. nrquj 
  678. nrvxj11*i
  679. ncSitmc-n
  680. peEFQ`h0Gj>Y
  681. xON\mu5MqA`
  682. lpoid
  683. yrrq0b
  684. glnnopn:m
  685. ies (LG) files. You can find these in the folder "Apple Glossaries (LG)".
  686. Requires: Any  Mac 68030 or later or any PowerPC, System 7.0 or later.
  687. Issues:  When you use these Glossaries for your localization efforts, you will also want to be sure to have your translations tested for accuracy, as mere word substitution wil
  688. qy;BA@HVP^fgjFJ\A-/34@FeU`
  689. ;)Hed\gQSGG=?hfW_aeYGZtj
  690. ~lWtmzinl`BSVNN*XLFkuubxvy
  691. CANubb/f
  692. Yzm-qe
  693. 878(S
  694. KWZYXYZI.-,,-,-,*-)*
  695. &-**,* 
  696. !.0,.(
  697. )<GKLJ@DGINJFLNKKHEHGHO
  698. LKNLL
  699. @\[Z\MT^TV[ZWXYZ
  700. a-;.D9q*Xp}
  701. [I%.h.~
  702. u]XSby
  703. z(JB90
  704. qUUD>=g
  705. tC%Gxbg^Ia1C
  706. ]LIWSQGFXc
  707. gjoD2$30LL
  708. 344GVSVL5
  709. !4KG<P4)?>.0<(S
  710. 5KXOKQS=*)&+,+("
  711. (&$%'
  712. +>NORP@ILNSJKSRPPJHCJOTSSPTRR
  713. GLRHQNPXRVPKGM
  714. ztxws
  715. 6#4.s8SZm
  716. -Y2agsqvwnRCF\rwlrxstx
  717. S+jD>]yh{
  718. =68NvL1JbPHpbX^riOAO[heb]RkJRLHO>YmpZNUPTj\4DL_
  719. a[]gY`YOY]o\^jA;252?>01E?>G;8F%
  720. ';B.06=>?
  721. ?30782#0*N 2:?N
  722. %(%**
  723. (<FLLH>EFFMHGLKJLIDGDF
  724. MZKNNF
  725. *@:4>:-AD8>B
  726. FO6)ZP;
  727. kkGJUY^DAPje|p
  728. AN=M*GALs
  729. HMxqq*N
  730. z3[lx]8
  731. u441`
  732. p^Lao
  733. XOe\*nk=G`
  734. o6wzCS
  735. qPM8IHm
  736. zL9VwsvaQrBG
  737. _UJaRLQ;=b
  738. TG>6(:H!8?BRTNSXM<
  739. HV"#%;LGTI=DD
  740. MUTF:
  741. qSPb^igX*[zaDVu
  742. VG;(Fmc1eo
  743. YloMioY
  744. wfl?`u^dcf
  745. mjRg4N1B
  746. ^]2Rqtg\*ntg[9f
  747. q`[XZj.JYJ
  748. xyiZ,u
  749. QIW[YUs_\mzn
  750. XPM0W
  751. NT|;&k
  752. TTXKNq>L-Q
  753. Xmk7K
  754. lmg=b
  755. lZLF9&n
  756. {N25Qi@]
  757. wg[ah
  758. }J?s5,
  759. PON.V
  760. V?QO{
  761. xq`]@d
  762. xA[To
  763. D\W,19V
  764. 7Y@AB>D
  765. RepS%@Ra_q]
  766. xg_9Kd
  767. [MHAh
  768. dhdrY`
  769. r}v~woXp
  770. XwRexa
  771. ^5D0Yy
  772. =1DSe
  773. PIbijZZV
  774. h?Kyz
  775. }nsq~|
  776. C[cUE]g
  777. rexqri
  778. |kaii~
  779. H[jJU
  780. nY:&pf^if*ijg^4Z}
  781. Q}[M<
  782. v\fQ6aLERTG7^
  783. gNa{X\a
  784. luCFag
  785. ^<TXE\WV
  786. uas|z
  787. )4Z?oGf
  788. hK8AbfajF*(B\hHI
  789. bnctK[z
  790. VHKN|
  791. nYMZfh
  792. nIMgWk
  793. Y_[nrPj
  794. xM4E7^
  795. X\PwFK|
  796. t[YA:Gh
  797. lldU*Jh_vXR
  798. {q5:67
  799. 64/>R25
  800. ooRajhled
  801. d=_pk{
  802. vupmb
  803. cQSHxZ
  804. Mnfn[
  805. SN^b_na[i
  806. ^$Vcg\
  807. <Q~L|
  808. q/EB7
  809. a;CLaK!
  810. ~}Xiq
  811. YFSH$
  812. 03Q2b
  813. c;FD\
  814. l@-EC'
  815. e59KU9
  816. q[ruk
  817. wae)o
  818. {7bH;4zfW
  819. l]Zj{~u
  820. kjt{s
  821. nvus}}
  822. <XQV+&y
  823. vUb}3f
  824. 9VYP7Bn
  825. KW.8+E
  826. stwG,c
  827. \4CAV5o
  828. h[L^gjh_*acY;BRx
  829. c|y?^<
  830. \bADH
  831. JJNUj
  832. yOFWt
  833. {vqsu
  834. v:GHeF
  835. l@FfhSk*dAMEGt
  836. Zp')!O
  837. fOcKR
  838. tJbch
  839. ^r^W<0
  840. ^>Wz9j
  841. :Sbe.eC
  842. c!voRg.J
  843. e/c42
  844. uLfJx
  845. acnVo>d
  846. rRxBj
  847. \^mq:
  848. uQbAw
  849. LE),p
  850. ;AS8E9
  851. iadp}{{
  852. [TyaM3A
  853. iNOF\5
  854. WAS!<\
  855. bOU=3g
  856. ylDLspd*fc[N_
  857. POQ_T5]
  858. i?r3E
  859. qMxhk
  860. [pxf>
  861. yQwlsm|
  862. W9o>WW2T.I
  863. ndjP^ib*^SGU~
  864. Zko{du
  865. tWoA<d
  866. jO_Ok
  867. _::Ra
  868. {kY`h*geno|z
  869. j~TYr
  870. XZkwH
  871. qailSa
  872. dnho[<`
  873. g+G[n
  874. e]dS[
  875. iYQMCH
  876. 5;fye
  877. [RhX`VtQ
  878. Mz]feiOLq
  879. }lk._-]
  880. MAR<L=r
  881. ]KB@EUrp
  882. ]r`rO>Y
  883. u`}NU
  884. ?;6Z{
  885. XfiTV
  886. "nZOf
  887. pFGNe
  888. UDIbj
  889. MLcl`Wu
  890. rL}GIF^
  891. EVLDn
  892. )Q]e&T
  893. h*'@e[K.:b
  894. RX{qf
  895. 68_37
  896.  .FQT$
  897. 6U~D_w7`
  898. CZWYOa
  899. O,4^rBH
  900. x6<mtx
  901. VLMD~
  902. yZjK5
  903. aM5BNF6@CF
  904. hI`=pm
  905. [EWPnQy
  906. packages@
  907. chest@
  908. edition@
  909. library@
  910. edition@
  911. packages@
  912. reference@
  913. applications@
  914. broadcast@
  915. callfinder
  916. cd-rom@
  917. contextualmenumanage@
  918. control@
  919. enabler@
  920. news@
  921. 1994@
  922. sample
  923. compression/decompre
  924. sound
  925. manager
  926. component
  927. accuracy@
  928. adobe's@
  929. agree@
  930. among@
  931. animators@
  932. apple
  933. detectors
  934. technology
  935. scans
  936. searchi@
  937. appletalk/ip@
  938. applications@
  939. arbitrary@
  940. asip@
  941. autoguest
  942. control
  943. panel
  944. attempts
  945. prevent
  946. beyond@
  947. call@
  948. FaliA
  949. VDEFA
  950. VDEFA
  951. }lgopt
  952. 1OCVrr]|n_;!F|
  953. y7Rae93P]G<(&W
  954. C`ptbu
  955. Z251y
  956. uolEim?g
  957. iXoD|
  958. {O}?wT~
  959. DSffXNkQ|
  960. JdhdNPGqgj
  961. j90?_l\5?c
  962. wmzen
  963. \Pc3D
  964. krT,@GK6Xb1
  965. e?5rG?Y
  966. }J\fD}J
  967. ygwW|
  968. zeB'8
  969. {zA8]V6(+H{
  970. X8jrYKe
  971. aVRt_
  972. URgQDNSgdYd
  973. rfheUYtzM0
  974. du^^_
  975. xof_|
  976. y^`^o|j
  977. jxt<W
  978. y72@P0
  979. e.WfK5X
  980. bJD_w
  981. 8>_Bc
  982. tM:Gi_6
  983. U?Mf`WXXn_UvK
  984. x3>vV
  985. kjOYd
  986. D<2?|
  987. _DESCRIPTION
  988. )    _HELPTEXT
  989.     _KEYWORDS
  990. _NAME
  991. _PORTALCLICK
  992. _PORTALFILTER
  993. _PORTALFILTERFIND
  994. _PORTALSELECTION
  995. _PORTALSELECTIONMATCH
  996.     _RECEIVED
  997. _REQUIREMENTS
  998. _SEARCH
  999. _SEARCHFIELD
  1000. _SEARCHPACKAGE
  1001. _SHOWPATHFLAG
  1002. _UPDATED
  1003. DMq^Vq
  1004. qyyo|a
  1005. 8bzmd'e
  1006. ]6(0C
  1007. rpQVi
  1008. ^~L`G
  1009. 9;oS[]MX^SP_vS
  1010. c{a0h
  1011. {B\s63Hl[c7
  1012. ~748y69`
  1013. H7itJ
  1014. ZESG`|
  1015. eJX[w$4weF
  1016. ;R^td
  1017. S1es/FS
  1018. FE:2J
  1019. J5Twm`
  1020. F8a\s
  1021. Skra]QP
  1022. }En`_e
  1023. t7Aq213g
  1024. nRtrN6nu
  1025. uaZwn
  1026. bT;=}y
  1027. kTlpx{
  1028. sFHNOi
  1029. t`q@z
  1030. rfcza3t
  1031. tm{_k
  1032. c<@9E
  1033. jcL]ba
  1034. ^gGfd
  1035. @5qtq^ZcTj^kgo
  1036. yO;<p
  1037. }G9}sk
  1038. u}zlTk
  1039. vdois
  1040. cI)7l
  1041. h_hNKNN
  1042. mJ_PAk
  1043. D\yL,
  1044. Roezr
  1045. =k~fo
  1046. `R]zSux
  1047. NXBLL
  1048. hS_vJ
  1049. l<a^y
  1050. kvWzq@Y=
  1051. SR;20c
  1052. cayPPt\MMv
  1053. FG@Gcweo
  1054. *zrlQW
  1055. GiZUN
  1056. [VH>.
  1057. Yo[QRYVh
  1058. LmG z
  1059. d5omAUl^
  1060. VL{#gT
  1061. TIq\d
  1062. WE7%)
  1063. Hv@23d
  1064. ja_K(B
  1065. eKS{VAnNU
  1066. [8sxI8.@
  1067. X)[Z#;>`
  1068. oFUie
  1069. .9{ZT
  1070. MHu}82
  1071. zxrvk4h
  1072. bPC:3o
  1073. =bjgi
  1074. biC_{
  1075. `3x]=^[
  1076. l}PXE
  1077. luZbn1
  1078. _JA:.q
  1079. 6YTXZ|
  1080. \a?Ss
  1081. vfpmj
  1082. c?qfA
  1083. v17E[
  1084. X@XFN
  1085. eVyqZ
  1086. AamsP3R|
  1087. h*A^C~
  1088. v|{TG\G
  1089. {Gk>M
  1090. W.T|C
  1091. v+sQn]2Q~$:
  1092. n+cyw#
  1093. C6BjKC
  1094. DRQfs
  1095. uyMtd
  1096. W@V,6{
  1097. *e}*z
  1098. }zntbqIA7
  1099. bas\W
  1100. milAb
  1101. kC}UFtd
  1102. |arL.t
  1103. Y?7Nu
  1104. \SlzLoN+4=U
  1105. iJTx]s
  1106. lgt5N
  1107. B~Ztu:Ju*<
  1108. aKPbbc
  1109. UGO/kPj
  1110. }eqq_
  1111. mUVWaxs
  1112. s~aIp~k;=
  1113. sywVMS0Hq
  1114. hdALZjt]Q_b
  1115. _trF1
  1116. qy]|q_
  1117. =.GZq
  1118. NWQS-</(9@g
  1119. UR|8 
  1120. l@1Divj
  1121. .Yb3=w
  1122. O4ZNg
  1123. Ez]SMubEYUX
  1124. ^gdDV}rpf
  1125. RE,uaZ
  1126. O3#22a
  1127. uX|c~
  1128. fkwN7
  1129. }LDnEfa
  1130. ZmzRVW_
  1131. /XS]HlZG9
  1132. kEfG7LE13
  1133. {lPH9
  1134. ^kP0(
  1135. MB$4u@
  1136. SNl.{\
  1137. H.55t
  1138. s)seM
  1139. ^H2MzFD3e
  1140. iM@DR<%N\MFZjh?f
  1141. jkxwh
  1142. p"{p2
  1143. O0T&9
  1144. =2`_Q10K
  1145. LC~zD
  1146. p}doo}
  1147. U+G&9
  1148. w8R=t
  1149. KM6&g
  1150. @chEYpZc\@@Ef
  1151. jhY\K
  1152. a8@[G]
  1153. VHmaVHS
  1154. KEvoJ
  1155. W4P@iu@*n
  1156. qO|nn
  1157. UYpDWit
  1158. w:cxE
  1159. }PZpNb
  1160. sR^s{uT&u
  1161. PRG^XRquw
  1162. x[]`XLmtunh
  1163. sUS~}k~
  1164. }Q5Zam/<
  1165. P6Z(9
  1166. l"@uJ
  1167. f924%819SRJ
  1168. e1Of_DGjqak}
  1169. ingtdVY
  1170. u~tyy@c
  1171. wTX}{mP~
  1172. flacrnA!
  1173. >#/fznevnZ
  1174. RPAXHAM
  1175. V:TbZW<
  1176. zeEE|O5i`LLVdL.i
  1177. )cE(DOqOH
  1178. 9MXwr|j},Q
  1179. *>Zd\NKcK[vu2u}
  1180. Y>0Yc_BOHYXUO1$&
  1181. h*_4Wn
  1182. u|^?qi|whexU
  1183. zRmtv
  1184. }nSGx
  1185. ANgRD"
  1186. 4DSK=7
  1187. esnXr`s
  1188. nOH/e~]SA
  1189. vuybP
  1190. bA|w@En
  1191. hPanZ{
  1192. jlUV;pu]
  1193. 4;W=Il
  1194. WG]C.
  1195. y{A87
  1196. rzHtz
  1197. qmbdq
  1198. ;/^{nj
  1199. Ick|mUb
  1200. zYfz\mspYVQ>
  1201. ]gVTq
  1202. osA$F
  1203. 5icGhy
  1204. m=rW|K3*^
  1205. Qip+I
  1206. bOI\mfxhjnNT
  1207. GETMfln[fna}
  1208. ~lcl\Nb[QENZ
  1209. ZggWSA
  1210. 0ela\Y
  1211. {hhy{m
  1212. ;&27SRPPLQ`lpX)o
  1213. ~le`tz
  1214. tdZb]B9N5@3GK
  1215. _YAAhe
  1216. ZIOd`OLXgcjl
  1217. ksgrfevgW
  1218. pkr_[KNysJCe
  1219. bCU]O
  1220. C:0CdP
  1221. KHBWF5;:UaQQs]
  1222. LL=K1Zj6W
  1223. h>q?PSHI=Gyb7@S
  1224. &^pkMM
  1225. @zv^q
  1226. 496a>%( 8u/I
  1227. NitUq
  1228. |_83N3t
  1229. oxoJN]
  1230. f968w
  1231. YF@aPOHmg7
  1232. cO1,9Cc
  1233. LB;D5
  1234. XF?=6
  1235. 9AvSfgcj
  1236. DJ+E<dEC94ku(N
  1237. h}tm~
  1238. uc_[{[Gl|xwis
  1239. kv~U56
  1240. FUWDT[^_
  1241. EowOD
  1242. ju}[a
  1243. {Ed@e;=g
  1244. udM:h
  1245. :PObX
  1246. cB6Uy
  1247. wtnv g
  1248. s<GsmUMl
  1249. {J]nhiDS
  1250. ygMXleeyqc
  1251. zwkF>P
  1252. d8<llM:Ee
  1253. 8U;PJ
  1254. e7HV}
  1255. bKAhxKLPamkr
  1256. yqJJWj
  1257. ylYBRcRCG
  1258. kUG89
  1259. >OR6+.
  1260. @M8?=,<>:
  1261. A8=429
  1262. )3/,.7;0.
  1263. !($!)*C=
  1264. *&(*2'
  1265. )@(4CF@GJ;A@-
  1266. 1ODHMP=
  1267. LN#$G@
  1268. $05868@, ,BIMBIDIFDD6
  1269. .'GB;4AICB2<D6;;>>?
  1270. BL4!!2:;FLDC+ 484
  1271. 2B>6.0
  1272. 5SF0/:124
  1273. 42!!>N6
  1274. :FD=/
  1275. ;BF:;@6*D:5?G4HF6FI8.446
  1276. (A804@,@C*,-26<2,8*5>C6<15
  1277. s2_R^
  1278. L8QaV>Dkv
  1279. f@APLX:O
  1280. aYWK\ur
  1281. mTSSPc
  1282. wvttpkawKTi
  1283. @]McZ
  1284. o+Q<Nw
  1285. D+#'=.9L~vVK
  1286. |)P*,
  1287. sI^tnB51,-6%Gt
  1288. uD>HMhx
  1289. n{b>][K_
  1290. _N!>F
  1291. =T;)**, */0&$ 
  1292. %(>@1('
  1293. !)0.* .40DT
  1294. L&%A8F8=KRF(<ALP00@BS7(
  1295. -G]^Q<:0(;XXTVAI:19K/DZYUWXX\@99
  1296. 6VKR,B*,3
  1297. ;24190
  1298. 6&((&(&%$
  1299. %?T]6
  1300. 1F&V_\[\[ZZ]*
  1301. TY\K%3%^a;
  1302. $,@2("<!I\X])#4GOPHNJLJJL8
  1303. <LP]GCX)C@1Q@GC[0(9TW0
  1304. +DOLVVLD/
  1305. )0A?-N4,(! 
  1306. E`YC;<
  1307. $;&@R*
  1308. /F0)" (9>($EJ9
  1309. F^XP4!RPDB:KAU2,4TQLQ.>B99.I^ZXYZZ\_/@N(2,JNSOL;(X[\Y[XZI9
  1310. !I^\FMCRRT3<L6Q@*H*Q<5E&
  1311. .ZQRSTOQRRTE% X\[W
  1312. A$%XE$L/
  1313. /^_)!
  1314. E_Z[Z
  1315. >YSTVYPST
  1316. 8S?#")!
  1317. "#).$
  1318. "19," 
  1319. $)&  *, ?PO:0
  1320. <&@0,DQF%3KRR54D9VB&
  1321. #ETWN88,%-SD22>U415G&BXVSTLTV>6;
  1322. *OJK @1+/*I*
  1323. - "!&&
  1324. (:SU0
  1325. .? PSSNKMNMT,
  1326. 6WRVXZF
  1327. ) Yc5
  1328. ".@."
  1329. JPLR+#6LVWNRQRPNS>
  1330. %BLLX?7W6D=9Q:DER2*6NN 
  1331. NTE:3
  1332. &/FK6B3
  1333. <^U94(
  1334.  &8>#
  1335. CXVK/
  1336. IG@8(FOW&$3PSRG
  1337. 7^\GEQQRU!;L
  1338. -25-("
  1339. CJJGLIT@1
  1340. -AD:@H?98;7
  1341. <@876:@702>=7
  1342. &OA@CH?DGFF6$)?KLD(=" 2*!B(
  1343. 8I!&JO&
  1344. 9TMTLN8"(-FCDGM5:B/26
  1345. "30/26-)1,!*'"(*/&
  1346. "%..!%5:.0
  1347. *>8BAF;308*67:JI9@A
  1348. ?>9DIGN=<
  1349. :F33EB:64A8678==*7BG(<OQNB
  1350. 6MN> .TaXASCTMND@H:O>6N4RC4C$
  1351. ,RJLLOIJJLOA$ V_]W$G%(RH$M1
  1352. F`[][]@7 7^Z
  1353. yrrq0b
  1354. glnnopn:m
  1355. nrquj 
  1356. nrvxj11*i
  1357. ncSitmc-n
  1358. peEFQ`h0Gj>Y
  1359. xON\mu5MqA`
  1360. lpoidcb+`
  1361. mtiEi]B
  1362. {M{nH
  1363. nro`v6Z
  1364. nrruq'
  1365. oqtutwS6
  1366. ingVfp;
  1367. .sysodlogaskr
  1368.     thechoice
  1369.     theChoice
  1370. ) = -128    
  1371.  to the previous package.
  1372. To find all new and revised packages on the current CD:
  1373.     Choose New & Revised from the Current Selection pop-up menu on the Browser screen.
  1374.  Double-click an interesting-looking item in the packages list to see information about that package.
  1375. Note: Using the Current Selection pop-up menu, you can also display a list of packages from a specific CD type such as Tool Chest or System Software.
  1376. To search for specific text within package title, package descriptions, 
  1377. or filenames:
  1378.     Click the Find... button on the toolbar at the bottom of any screen.
  1379.     To focus the search on package titles or names of files contained in the package, click the More Choices button, then enter the appropriate criteria in the fields available.
  1380.     To restrict the search to new and revised packages or a specific CD type, click More Choices then choose the appropriate option from the Search popup menu.
  1381.     Click the Find button. The packages found by your search will appear in t
  1382. he package information screen format, listed in alphabetical order. The number of found packages is listed in the bottom right corner of the screen.
  1383.     Click Next to advance to the next package in the current selection, or Back to go to the previous package.
  1384. To Display the full path to a package on the CD:
  1385.     From the Browser screen, select the package from the packages list. The full path will be displayed in the lower part of the screen, just above the toolbar. If the path is not visible,
  1386.  click the Show Path button in the toolbar at the bottom of the screen.
  1387. To Open a package
  1388. s folder on the CD:
  1389.     From the Browser, select the package from the list and click the Open Folder button.
  1390.     From a package info screen, click the Open Folder button.
  1391. Note: If the package is not on the CD currently mounted in your computer, a dialog box will ask you for the correct volume. If you are running the Developer CD Series Assistant from a CD, there is no effective way to eject the CD cur
  1392. Browser Show Path
  1393. Browser Show Path
  1394. ^("")
  1395. ^("")
  1396. .RPTH
  1397. FPTHA.Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1398. FaliA
  1399. Current
  1400. CD_Catalog.FP3
  1401. FMP3FMP3
  1402. Joint Solns Apple 10/99
  1403. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1404. MSPCA
  1405. NAMEA
  1406. CD_Catalog.FP3
  1407. RPTHA
  1408. CD_Catalog.FP3
  1409. alisA
  1410. Current
  1411. CD_Catalog.FP3
  1412. FMP3FMP3
  1413. Joint Solns Apple 10/99
  1414. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1415. .RPTH
  1416. FPTHA.Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1417. @ @0`
  1418. `0@ p
  1419. P @0`
  1420. `0@ p
  1421. @ @0`
  1422. `0@ p
  1423. P @0`
  1424. `0@ p
  1425. @ @0`
  1426. `0@ p
  1427. P @0`
  1428. `0@ p
  1429. `@p0p 
  1430. `@p0p 
  1431. `@p0p 
  1432. 99:CD_Catalog.FP3
  1433. FaliA
  1434. Current
  1435. CD_Catalog.FP3
  1436. FMP3FMP3
  1437. Joint Solns Apple 10/99
  1438. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1439. MSPCA
  1440. NAMEA
  1441. CD_Catalog.FP3
  1442. RPTHA
  1443. CD_Catalog.FP3
  1444. alisA
  1445. Current
  1446. CD_Catalog.FP3
  1447. FMP3FMP3
  1448. Joint Solns Apple 10/99
  1449. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1450. .RPTH
  1451. FPTHA.Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1452. dcb+`
  1453. yrrq0b
  1454. glnnopn:m
  1455. nrquj 
  1456. nrvxj11*i
  1457. ncSitmc-n
  1458. peEFQ`h0Gj>Y
  1459. xON\mu5MqA`
  1460. mtiEi]B
  1461. {M{nH
  1462. nro`v6Z
  1463. nrruq'
  1464. oqtutwS6
  1465. ingVfp;
  1466. nubusI
  1467. objectI
  1468. octoberJ
  1469. onlyA
  1470. openF
  1471. openedA
  1472. orientedJ
  1473. otherD
  1474. outlinesJ
  1475. overE
  1476. packageC
  1477. packagesA
  1478. packetK
  1479. packetsK
  1480. parserM
  1481. partF
  1482. particularF
  1483. pascalO
  1484. patchesN
  1485. patchingL
  1486. patternsC
  1487. physicalL
  1488. platformI
  1489. plug-inA
  1490. plug-insA
  1491. portK
  1492. portableA
  1493. powerbookN
  1494. powerpcD
  1495. pre-translateD
  1496. prerequisitesJ
  1497. previouslyA
  1498. printF
  1499. printingF
  1500. problemM
  1501. processD
  1502. productD
  1503. productsD
  1504. providedD
  1505. providesA
  1506. quadraM
  1507. quadrasM
  1508. quickdrawF
  1509. quicklyA
  1510. quitF
  1511. +RPTH
  1512. FPTHA+Current:Joint Solns Apple 10/99:Catalog.txt
  1513. FaliA
  1514. Current
  1515. Catalog.txt
  1516. TEXTttxt
  1517. Joint Solns Apple 10/99
  1518. +Current:Joint Solns Apple 10/99:Catalog.txt
  1519. MSPCA
  1520. NAMEA
  1521. Catalog.txt
  1522. RPTHA
  1523. Catalog.txt
  1524. alisA
  1525. Current
  1526. Catalog.txt
  1527. TEXTttxt
  1528. Joint Solns Apple 10/99
  1529. +Current:Joint Solns Apple 10/99:Catalog.txt
  1530. QRPTH
  1531. FPTHAQCurrent:Joint Solns Apple 11/99:CD Runtime App Folder:Developer CD Search Results
  1532. MSPCA
  1533. NAMEA
  1534. Developer CD Search Results
  1535. RPTHA
  1536. Developer CD Search Results
  1537. FaliA
  1538. Current
  1539. ADC_Master.FP3
  1540. FMP3FMP3
  1541. Joint Solns Apple 10/99
  1542. .Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1543. MSPCA
  1544. NAMEA
  1545. ADC_Master.FP3
  1546. RPTHA
  1547. ADC_Master.FP3
  1548. alisA
  1549. Current
  1550. ADC_Master.FP3
  1551. FMP3FMP3
  1552. Joint Solns Apple 10/99
  1553. .Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1554. FMRLA
  1555. SORTA
  1556. FMRLA
  1557. FMRLA
  1558. FMRLA
  1559. FMRLA
  1560. FilterB    SelectionC
  1561. ClickedE
  1562. CUstom
  1563. (LIST
  1564. LISTA
  1565. New & Revised
  1566. Mac OS SDK Edition
  1567. System Software Edition
  1568. Tool Chest Edition
  1569. Reference Library Edition
  1570. All Packages
  1571. Custom Search
  1572. VDEFA(
  1573. (LIST
  1574. LISTA%Any Field
  1575. Package Title
  1576. Any File Name
  1577. VDEFA(
  1578. (LIST
  1579. LISTAPAll Packages
  1580. New & Revised
  1581. Tool Chest CD
  1582. Reference Library CD
  1583. System Software CD
  1584. VDEFA(
  1585. (LIST
  1586. VDEFA(
  1587. (LIST
  1588. VDEFA(
  1589. (LIST
  1590. VDEFA(
  1591. (LIST
  1592. (LIST
  1593. PortalFilterB
  1594. SearchFieldC
  1595. SearchFilterD
  1596. PortalFilterCalcE
  1597. ReceivedF
  1598. UpdatedG
  1599. Keywords
  1600. VDEFA(
  1601.     Helvetica
  1602. Geneva
  1603. Palatino
  1604. Chicago
  1605. NewRevisedCalcB
  1606.  "new")
  1607.  "New"  
  1608.  "updated") 
  1609.  "Revised" 
  1610.  "" )
  1611. updatedG
  1612. Revised
  1613. AppleScript_OpenB
  1614. t_OpenB
  1615. Pro 3.0 - 4.1F!
  1616. USENGLSH.MPR
  1617. rently in use in order to mount another. Therefore, if you are searching for packages on older CDs you may want to copy the About This CD folder, containing the Developer CD Series Assistant and its related files, to your hard drive first.
  1618. ore Choices button, then choo
  1619. Custom FindB
  1620. CustomFind
  1621. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  1622. HTML Text Extractor
  1623.  and 
  1624. PDF Text Extractor
  1625. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  1626. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  1627. 5801e search on package titles or names of files contained in the package, click the More Choices button, then enter the appropriate criteria in the fields available.
  1628.     To restrict the search to new and revised packages or a specific CD type, click More Choices then choose the appropriate option from the Search popup menu.
  1629.     Click the Find button. The packages found by your search will appear in t
  1630. 5801e packages list. The full path will be displayed on the right.
  1631. "Custom Search"
  1632. Custom SearchB+
  1633. ) > 0    
  1634. needsE
  1635. networkE
  1636. noteN
  1637. notesI
  1638. All Packages
  1639. 0.1OqDev.CD Vol. VII
  1640. Dev CD Vol. VI
  1641. Dev CD Vol. V
  1642. Dev CD Vol. IV Developer CD (III)
  1643. Developer CD (II)
  1644. Excellent CD (I)PpDev.CD Vol. VII
  1645. Dev CD Vol. VI
  1646. Dev CD Vol. V
  1647. Dev CD Vol. IV Developer CD (III)
  1648. Developer CD (II)
  1649. Excellent CD (IV
  1650. 5064X
  1651. Vol. V
  1652. --set theItem to choose file -- uncomment to test in an AS editor
  1653.     tell application "Finder"
  1654.         open item "Dev.CD Vol. VII
  1655. Dev CD Vol. VI
  1656. Dev CD Vol. V
  1657. Dev CD Vol. IV Developer CD (III)
  1658. Developer CD (II)
  1659. Excellent CD (I)"
  1660.         activate
  1661.     end tell
  1662. on error errMsg number errNum
  1663.     --enter statements to perform when no records are found such as...
  1664.     display dialog "Sorry, the item you selected could not be found."
  1665.     return
  1666. end try
  1667. All Packages
  1668. 0.3OqDev.CD Vol. VII
  1669. Dev CD Vol. VI
  1670. Dev CD Vol. V
  1671. Dev CD Vol. IV Developer CD (III)
  1672. Developer CD (II)
  1673. Excellent CD (I)V
  1674. 5065X
  1675. _DESCRIPTION
  1676. Closing ScreenB
  1677. &ADC programs offer developers worldwide easy access to Apple tools and technologies, world-class technical support, and critical business and marketing information and services.
  1678. For news on programs and resources available to Apple developers, please visit our web site at developer.apple.com. please visit our web site at developer.apple.com.
  1679. Current Selection:{    <<
  1680. ABBF>>
  1681. Double-click for more info.
  1682. Find...
  1683. Open Folder
  1684. Package Info
  1685. Export List
  1686. Find...
  1687. Open Folder
  1688. Package Info
  1689. Export List
  1690. "Any Field"
  1691.     Any FieldC.
  1692. "All Packages"
  1693. All PackagesD
  1694. Find Execute
  1695. Apple Macintosh Coprocessor based NuBus cards such as the Ethernet NB, TokenTalk NB, and TokenRing 4/16 NB cards running on the PowerPC system.  See the document "Release Notes 1.2.1" for details. Sample Code.img System 6.0.5 or greater, MacPlus or later CPU. A/ROSE, MCP, Macintosh Coprocessor PlatformBz, Ethernet NB, PowerPC, Network Software, AppleTalk, TokenTalk, Token Ring Mar 92 May 94 All Packages
  1696. Tool Chest Edition
  1697. appletalk
  1698. component
  1699. _PortalFilterB
  1700. _PortalSelectionB
  1701. A    _HelpTextB
  1702. PortalFilterCalcB
  1703. C"All Packages" & "
  1704.  "SDK") 
  1705.  "Mac OS SDK Edition"
  1706.  = "TC" 
  1707.  "Tool Chest Edition" 
  1708.  = "RL" 
  1709.  "Reference Library Edition"
  1710.  "SSW")
  1711.  "System Software Edition"  
  1712.  "") & "
  1713. ! & "
  1714.  "new") 
  1715.  "updated") 
  1716.  "New & Revised" 
  1717.  "" )
  1718. All Packages
  1719. Mac OS SDK Edition
  1720. Tool Chest Edition
  1721. Reference Library Edition
  1722. System Software Edition
  1723. updatedG
  1724. New & Revised
  1725. PortalSelectionCalc
  1726. Browser Custom SearchM
  1727. New & RevisedB
  1728. To get information about a package on the CD:
  1729.     Click the Browser button below to go to the Browser screen.
  1730.     Choose a group of package titles to display from the Current Selection popup menu. The default displays new and revised items; you may also choose to display all packages or the packages on a particular CD.
  1731.     Double-click a title in the Browser list to go to the information screen for that package.
  1732.     Click Next to advance to the next package in the current selection, or Back to gor Back to go
  1733. _CustomFindB
  1734. \script
  1735. scriptable
  1736. search
  1737. sherlock
  1738. softwareI
  1739. tokenI
  1740. token
  1741. ringI
  1742. tokentalk
  1743. video
  1744. --set theItem to choose file -- uncomment to test in an AS editor
  1745.     tell application "Finder"
  1746.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:"
  1747.         activate
  1748.     end tell
  1749. on error errMsg number errNum
  1750.     --enter statements to perform when no records are found such as...
  1751.     display dialog "Sorry, the item you selected could not be found."
  1752.     return
  1753. end try
  1754.     return
  1755. end try
  1756. All Packages
  1757. QuickDraw GXO
  1758. Dev.CD Jul 95P
  1759. Dev.CD Jul 9V
  1760. 4430X
  1761. Jul 95
  1762. b--set theItem to choose file -- uncomment to test in an AS editor
  1763.     tell application "Finder"
  1764.         open item "Dev.CD Jul 95"
  1765.         activate
  1766.     end tell
  1767. on error errMsg number errNum
  1768.     --enter statements to perform when no records are found such as...
  1769.     display dialog "Sorry, the item you selected could not be found."
  1770.     return
  1771. end try
  1772. All Packages
  1773. QuickDraw GXO
  1774. Dev.CD Jul 95P
  1775. Dev.CD Jul 9V
  1776. 4431X
  1777. Jul 95
  1778. Deletedq
  1779. Dev.CD Nov 99 TC
  1780. WD!All Packages
  1781. Tool Chest Edition
  1782. Audit app & dcmd
  1783. Summary:  Audit is a small library of functions that provide an unobtrusive event tracing capability to applications, drivers, code-resources, call-backs, and any other "flavor" of Macintosh software.
  1784. The DisplayAudit application may be used to follow the execution of a program being audited.  It can display auditing from several sources, and allows logging the audited data to a text file.
  1785. General tools.imgK
  1786. Feb 94N
  1787. testing, debuggingO>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Feb 00 TC
  1788.  - Tool Chest
  1789.  - Testing & Debugging
  1790.  - General toolsV
  1791. 5790X
  1792. Feb 00^
  1793. on error errMsg number errNum
  1794.     --enter statements to perform when no records are found such as...
  1795.     display dialog "Sorry, the item you selected could not be found."
  1796.     return
  1797. end try
  1798. All Packages
  1799. QuickDraw GXO
  1800. Dev.CD Jul 95P
  1801. Dev.CD Jul 9V
  1802. 4428X
  1803. Jul 95
  1804. t CD (IV
  1805. 1398X
  1806. --set theItem to choose file -- uncomment to test in an AS editor
  1807.     tell application "Finder"
  1808.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:"
  1809.         activate
  1810.     end tell
  1811. on error errMsg number errNum
  1812.     --enter statements to perform when no records are found such as...
  1813.     display dialog "Sorry, the item you selected could not be found."
  1814.     return
  1815. end try
  1816. found."
  1817.     return
  1818. end try
  1819. notes
  1820. notification
  1821. notification
  1822. 1.5.1
  1823. first
  1824. library
  1825. plugins
  1826. nubus
  1827. nubus
  1828. board
  1829. registration
  1830. nubuslist
  1831. nubuslist
  1832. nubustest
  1833. nubustest
  1834. nubustest
  1835. nubustest
  1836. nutankframes
  1837. nutankframes
  1838. install
  1839. image
  1840. sample
  1841. image
  1842. tools
  1843. image
  1844. install
  1845. browser
  1846. begin
  1847. browser
  1848. opencheckedout
  1849. openmultfiles
  1850. opp's
  1851. oriented
  1852. oserr
  1853. debug
  1854. 1.0b1
  1855. otarpmodule
  1856. otarpmodule
  1857. other
  1858. output
  1859. Dev.CD Apr 9V
  1860. 6870X
  1861. Apr 94
  1862. b--set theItem to choose file -- uncomment to test in an AS editor
  1863.     tell application "Finder"
  1864.         open item "Dev.CD Apr 94"
  1865.         activate
  1866.     end tell
  1867. on error errMsg number errNum
  1868.     --enter statements to perform when no records are found such as...
  1869.     display dialog "Sorry, the item you selected could not be found."
  1870.     return
  1871. end try
  1872. D!All Packages
  1873. Tool Chest Edition
  1874. Summary: The Tags Suite is a collection of MPW tools that help navigate interactively in source code. You can quickly and easily locate the source definitions of subroutines, structs and RECORDs, global variables, and more.
  1875. Features: Capable of tagging thousands of items in {AIncludes}, {CIncludes}, and {PInterfaces}, as well as in your own code. Tags are easily updated when source is changed. Easy to use, integrated with MPW, fast.
  1876. 6871X
  1877. 1e    No Change
  1878. callhyper
  1879. callhyper
  1880. notes
  1881. canadian
  1882. cancelwindowcheckout
  1883. capslock
  1884. capslock
  1885. carbon
  1886. carbon
  1887. carbon
  1888. specification
  1889. carbon
  1890. window
  1891. carbonporting
  1892. carbonprintingmgr
  1893. catalan
  1894. catalan
  1895. 1.1.3
  1896. cattachment
  1897. cattachment
  1898. cattachment
  1899. audio
  1900. toolkit
  1901. install
  1902. script
  1903. vents
  1904. copybits
  1905. copybits
  1906. application
  1907. copybits
  1908. coresample
  1909. coresample
  1910. coupon
  1911. courses
  1912. createcopy
  1913. createcopy
  1914. creator
  1915. creator
  1916. registration
  1917. csmp-digest-readme
  1918. csmp-digest-readme
  1919. csmp-digest-v3-001
  1920. csmp-digest-v3-002
  1921. csmp-digest-v3-003
  1922. csmp-digest-v3-004
  1923. csmp-digest-v3-005
  1924. csmp-digest-v3-006
  1925. csmp-digest-v3-007
  1926. csmp-digest-v3-008
  1927. csmp-digest-v3-009
  1928. csmp-digest-v3-010
  1929. All Packages
  1930. System UpdateO
  1931. Dev.CD Apr 94P
  1932. Dev.CD Apr 9V
  1933. 6868X
  1934. Apr 94
  1935. b--set theItem to choose file -- uncomment to test in an AS editor
  1936.     tell application "Finder"
  1937.         open item "Dev.CD Apr 94"
  1938.         activate
  1939.     end tell
  1940. on error errMsg number errNum
  1941.     --enter statements to perform when no records are found such as...
  1942.     display dialog "Sorry, the item you selected could not be found."
  1943.     return
  1944. end try
  1945. All Packages
  1946. System UpdateO
  1947. Dev.CD Apr 94
  1948. Dev.CD Jan 94P
  1949. Dev.CD Apr 94
  1950. Dev.CD Jan 9V
  1951. 6869X
  1952. Apr 94
  1953. p--set theItem to choose file -- uncomment to test in an AS editor
  1954.     tell application "Finder"
  1955.         open item "Dev.CD Apr 94
  1956. Dev.CD Jan 94"
  1957.         activate
  1958.     end tell
  1959. on error errMsg number errNum
  1960.     --enter statements to perform when no records are found such as...
  1961.     display dialog "Sorry, the item you selected could not be found."
  1962.     return
  1963. end try
  1964. All Packages
  1965. System UpdateO
  1966. Dev.CD Apr 94V
  1967. 6870X
  1968. 1.1.6
  1969. 100basetx
  1970. 2.1.1
  1971. 2.1.2
  1972. 2.1.3
  1973. 2.1.4
  1974. 3.2.1
  1975. 8.5.1
  1976. 802.2
  1977. 802.3
  1978. 9650/350
  1979. a/rose
  1980. a/rose
  1981. macintosh
  1982. coprocessor
  1983. platform
  1984. ethernet
  1985. powerp
  1986. about
  1987. acceleration
  1988. access
  1989. acrobat
  1990. acrobat
  1991. exchange
  1992. adobe
  1993. reader
  1994. action
  1995. actions
  1996. active
  1997. We    No Changef
  1998. testing
  1999. debuggingq
  2000. Dev.CD Feb 00 TC
  2001. XD!All Packages
  2002. Tool Chest Edition
  2003. AutoGuest 3.0
  2004. AutoGuest 3.0 is a control panel that attempts to prevent the login permission dialog from appearing when Program Linking as Guest is used.
  2005. This is a Control Panel with simple configuration capabilities. It attempts to solve the problem of a modal dialog stopping an automated process which includes Program Linking as a Guest. Full information is provided in the User's Guide included in the package. 
  2006. Hardware: Macintosh Plus or better. 
  2007. System Software: Mac OS 7.5 or greater (it's been teg 96
  2008. x--set theItem to choose file -- uncomment to test in an AS editor
  2009.     tell application "Finder"
  2010.         open item "Dev.CD Aug 96 TC
  2011. Dev.CD Jan 96 SDK1"
  2012.         activate
  2013.     end tell
  2014. on error errMsg number errNum
  2015.     --enter statements to perform when no records are found such as...
  2016.     display dialog "Sorry, the item you selected could not be found."
  2017.     return
  2018. end try
  2019. --set theItem to choose file -- uncomment to test in an AS editor
  2020.     tell application "Finder"
  2021.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:"
  2022.         activate
  2023.     end tell
  2024. on error errMsg number errNum
  2025.     --enter statements to perform when no records are found such as...
  2026.     display dialog "Sorry, the item you selected could not be found."
  2027.     return
  2028. end try
  2029. Packages
  2030. QuickDraw GXO#Dev.CD Aug 96 TC
  2031. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  2032. Dev.CD Jan 96 SDKV
  2033. 4419X
  2034. Aug 96
  2035. x--set theItem to choose file -- uncomment to test in an AS editor
  2036.     tell application "Finder"
  2037.         open item "Dev.CD Aug 96 TC
  2038. Dev.CD Jan 96 SDK1"
  2039.         activate
  2040.     end tell
  2041. on error errMsg number errNum
  2042.     --enter statements to perform when no records are found such as...
  2043.     display dialog "Sorry, the item you selected could not be found."
  2044.     return
  2045. end try
  2046. All Packages
  2047. QuickDraw GXV
  2048. 4420X
  2049. 1.0.4
  2050. 1.0.6
  2051. 1.0b2
  2052. 1.0b3
  2053. 1.0b5
  2054. 1.0d6
  2055. 1.0fc1
  2056. 1.1.1
  2057. 1.1.3
  2058. 1.1.4
  2059. 1.1b1
  2060. 1.1b8
  2061. 1.2.1
  2062. 1.2.3
  2063. 1.3.4
  2064. 1.3b5
  2065. 1.4.2
  2066. 1.4.9
  2067. 1.4d5
  2068. sample
  2069. compression/decompre
  2070. sound
  2071. manager
  2072. component
  2073. sample
  2074. program
  2075. which
  2076. demonstrates
  2077. adbop
  2078. simple
  2079. sample
  2080. which
  2081. demonstrates
  2082. controls
  2083. simple
  2084. utility
  2085. driver
  2086. support
  2087. asynchronous
  2088. sound
  2089. manager
  2090. pre-mixer
  2091. effect
  2092. component
  2093. shows
  2094. a-trap
  2095. a/rose
  2096. ability
  2097. aborts
  2098. about
  2099. about
  2100. runtime
  2101. 2.1.4
  2102. code-resources
  2103. code-reviewed
  2104. codec
  2105. coded
  2106. codes
  2107. codewarrior
  2108. codewarrior's
  2109. coding
  2110. coercion
  2111. coercions
  2112. coexist
  2113. cohasset
  2114. collaborate
  2115. collaboration
  2116. collation
  2117. 2.1.1
  2118. contains
  2119. minor
  2120. fixes
  2121. colorpickerlib
  2122. colors
  2123. colorsync
  2124. column
  2125. com/acrobat
  2126. com/acrobat/register
  2127. com/bin/bugrpt
  2128. com/cftype
  2129. com/colorsync
  2130. combination
  2131. combinations
  2132. combining
  2133. comes
  2134. coming
  2135. command
  2136. commando
  2137. commandsW
  2138. comments
  2139. commit
  2140. committed
  2141. common
  2142. commonly
  2143. commons
  2144. 5791X
  2145. Feb 00^
  2146. --set theItem to choose file -- uncomment to test in an AS editor
  2147.     tell application "Finder"
  2148.         open item "Dev.CD Feb 00 TC:Tool Chest:Interapplication Communication:AE Tools:AutoGuest:"
  2149.         activate
  2150.     end tell
  2151. on error errMsg number errNum
  2152.     --enter statements to perform when no records are found such as...
  2153.     display dialog "Sorry, the item you selected could not be found."
  2154.     return
  2155. end try
  2156. e    No Changef!Program Linking
  2157. AppleEvents
  2158. Guestq
  2159. Dev.CD Feb 00 TC
  2160. YD!All Packages
  2161. Tool Chest Edition
  2162. Automation Essentials 2.3.0
  2163. Dev.CD Vol. X
  2164. Dev.CD Vol. IX
  2165. Dev.CD Vol. VIII
  2166. Dev.CD Vol. VII
  2167. Dev CD Vol. VI
  2168. Dev CD Vol. V
  2169. Dev CD Vol. IV Developer CD (III)
  2170. Developer CD (II)
  2171. Excellent CD (I)P
  2172. Dev.CD Vol. X
  2173. Dev.CD Vol. IX
  2174. Dev.CD Vol. VIII
  2175. Dev.CD Vol. VII
  2176. Dev CD Vol. VI
  2177. Dev CD Vol. V
  2178. Dev CD Vol. IV Developer CD (III)
  2179. Developer CD (II)
  2180. Excellent CD (IV
  2181. 1411X
  2182. Vol. X
  2183. Summary: These are updated tools from the QuickTime team for making QuickTime Movies.  Also, included are a number of third party Digitizer Components.
  2184. Features:
  2185. ComboWalker: Allows you to operate on a folder of files as well as individual files.  
  2186. Digitizers: QuickTime compatible digitizer components for various third party digitizer boards.
  2187. DrawTextCodec Example: Shows how to write a simple codec.
  2188. Dumpster: An application for viewing the contents of a movie description.
  2189. Get Info Ini
  2190. t: GetInfo is an init that gives you some extra information about files that depend on other files.  
  2191. GrabGuy: An application that creates QuickTime
  2192.  movies from videotape.
  2193. MovieShop: A tool that processes QuickTime movies into a format that plays well from CD-ROM.
  2194. QuickTime XCMDs:  QTMovie, QTRecordMovie, QTEditMovie, and the QTPict XCMDs. 
  2195. Reinstaller:  A simple utility that takes any file or files and installs all components found within those files.
  2196. Set Movie Information: An appli
  2197. 0MQMacintosh LC, Apple IIe Card, Macsbug, This package is not System 7.0 compatible.e SDK  on-line at:
  2198. http://www.apple.com/quicktime/developers
  2199. JmCheck the QuickTime 3 SDK
  2200. folder for more information
  2201. integrated with QuickTime.
  2202.  QuickTime VR is now fully K
  2203. Jul 97L
  2204. Oct 98O9Dev.CD Jan 00 SDK1:Development Kits:Mac OS:QuickTime
  2205.  VR:PADev.CD Jan 00 SDK1
  2206.  - Development Kits
  2207.  - Mac OS
  2208.  - QuickTime
  2209. polymorphic
  2210. portables
  2211. ports
  2212. posers
  2213. postscript
  2214. power
  2215. power
  2216. macintosh
  2217. debugger
  2218. printer
  2219. printer
  2220. selected
  2221. chooser
  2222. printing
  2223. printing
  2224. carbon
  2225. carbon
  2226. printing
  2227. carbon
  2228. printing
  2229. manager
  2230. printing
  2231. postscript
  2232. filter
  2233. processes
  2234. processing
  2235. profile
  2236. profiler
  2237. program
  2238. program
  2239. linking
  2240. appleevents
  2241. guest
  2242. project
  2243. projector
  2244. promise
  2245. promisehfsflavor
  2246. property
  2247. proportional
  2248. sted with up to 8.5.1 successfully).
  2249. This code is provided 
  2250. as is
  2251. , and Apple Computer, Inc. makes no claims about its  suitability for use in any application. AutoGuest patches Mac OS system routines, so you should install it only when necessary. 
  2252. Third Party Compatibility
  2253. AutoGuest INIT 2.x was not compatible with Connectix Speed Doubler
  2254.  8.x. The symptom is that applications can link from the foreground only. Speed Doubler
  2255.  is not at fault, it is a side effect of the way AutoGuest INI
  2256. T 2.x implements that feature.
  2257. AutoGuest 3.0 was updated to work with Speed Doubler
  2258.  8.0 through 8.1.2, but may have problems with newer versions of that product. If there is a problem, AutoGuest will notify you at startup that it is running on an 
  2259. unknown Mac
  2260. JMAutoGuest
  2261. AutoGuest 3.0 User's Guide.pdf
  2262. AutoGuest READ ME
  2263. Check AutoGuest.asK
  2264. Jan 92L
  2265. May 99N#Program Linking, AppleEvents, GuestONDev.CD Feb 00 TC:Tool Chest:Interapplication Communication:AE Tools:AutoGuest:
  2266. end try
  2267. D Jan 96 SDK1P
  2268. Dev.CD Jan 96 SDKV
  2269. 4411X
  2270. Jan 96
  2271. g--set theItem to choose file -- uncomment to test in an AS editor
  2272.     tell application "Finder"
  2273.         open item "Dev.CD Jan 96 SDK1"
  2274.         activate
  2275.     end tell
  2276. on error errMsg number errNum
  2277.     --enter statements to perform when no records are found such as...
  2278.     display dialog "Sorry, the item you selected could not be found."
  2279.     return
  2280. end try
  2281. All Packages
  2282. QuickDraw GXO Dev.CD Jan 96 SDK1
  2283. Dev.CD Jul 95P
  2284. Dev.CD Jan 96 SDK1
  2285. Dev.CD Jul 9V
  2286. 4412X
  2287. Jan 96
  2288. u--set theItem to choose file -- uncomment to test in an AS editor
  2289.     tell application "Finder"
  2290.         open item "Dev.CD Jan 96 SDK1
  2291. Dev.CD Jul 95"
  2292.         activate
  2293.     end tell
  2294. on error errMsg number errNum
  2295.     --enter statements to perform when no records are found such as...
  2296.     display dialog "Sorry, the item you selected could not be found."
  2297.     return
  2298. end try
  2299. All Packages
  2300. 4413X
  2301. XPYDev.CD Feb 00 TC
  2302.  - Tool Chest
  2303.  - Interapplication Communication
  2304.  - AE Tools
  2305.  - AutoGuest in an AS editor
  2306.     tell application "Finder"
  2307.         open item "Dev.CD Jan 96 SDK1"
  2308.         activate
  2309.     end tell
  2310. on error errMsg number errNum
  2311.     --enter statements to perform when no records are found such as...
  2312.     display dialog "Sorry, the item you selected could not be found."
  2313.     return
  2314. end try
  2315. All Packages
  2316. QuickDraw GXO Dev.CD Jan 96 SDK1
  2317. Dev.CD Jul 95P
  2318. Dev.CD Jan 96 SDK1
  2319. Dev.CD Jul 9V
  2320. 4407X
  2321. Jan 96
  2322. u--set theItem to choose file -- uncomment to test in an AS editor
  2323.     tell application "Finder"
  2324.         open item "Dev.CD Jan 96 SDK1
  2325. Dev.CD Jul 95"
  2326.         activate
  2327.     end tell
  2328. on error errMsg number errNum
  2329.     --enter statements to perform when no records are found such as...
  2330.     display dialog "Sorry, the item you selected could not be found."
  2331.     return
  2332. end try
  2333. All Packages
  2334. QuickDraw GXO
  2335. Dev.CD Jan 96 SDK1P
  2336. Dev.CD Jan 96 SDKV
  2337. 4408X
  2338. autoguest
  2339. control
  2340. panel
  2341. attempts
  2342. prevent
  2343. automagically
  2344. mated
  2345. automates
  2346. automatic
  2347. automatically
  2348. automating
  2349. auxiliary
  2350. available
  2351. avitzur
  2352. avoid
  2353. avoided
  2354. avoiding
  2355. avoids
  2356. awards
  2357. aware
  2358. axsom's
  2359. ayala
  2360. backbone
  2361. backflips
  2362. background
  2363. background-only
  2364. time-based
  2365. time-consuming
  2366. timebase
  2367. timecode
  2368. timed
  2369. timers
  2370. timertst
  2371. times
  2372. timestamps
  2373. timezone
  2374. timing
  2375. tiresome
  2376. title
  2377. titled
  2378. titles
  2379. tmon's
  2380. tmtask
  2381. tnetworkbuf
  2382. tnetworkiostream
  2383. tnetworkistream
  2384. tnetworkostream
  2385. recordable
  2386. recording
  2387. records
  2388. recouped
  2389. recover
  2390. recruiting
  2391. recursive
  2392. technical
  2393. technical
  2394. publications
  2395. technical
  2396. publications
  2397. documentation
  2398. technical
  2399. publications
  2400. enterprise
  2401. technical
  2402. publications
  2403. function
  2404. index
  2405. technical
  2406. publications
  2407. hardware
  2408. technical
  2409. publications
  2410. technical
  2411. publications
  2412. technical
  2413. publications
  2414. technical
  2415. publications
  2416. technical
  2417. publications
  2418. server
  2419. technical
  2420. publications
  2421. quicktime
  2422. technical
  2423. publications
  2424. rhapsody
  2425. technical
  2426. publications
  2427. webobjects
  2428. techniques
  2429. technotes
  2430. telephone
  2431. telephone
  2432. manager
  2433. terminology
  2434. tester
  2435. testing
  2436. encoding
  2437. converter
  2438. textedit
  2439. thooks
  2440. thread
  2441. thread
  2442. manager
  2443. ticket
  2444. token
  2445. tokenizer
  2446. All Packages
  2447. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  2448. Dev.CD Jan 94
  2449. Dev.CD Oct 93
  2450. Dev.CD Jul 93
  2451. Dev.CD Apr 93PDDev.CD Apr 94
  2452. Dev.CD Jan 94
  2453. Dev.CD Oct 93
  2454. Dev.CD Jul 93
  2455. Dev.CD Apr 9V
  2456. 6813X
  2457. Apr 94
  2458. --set theItem to choose file -- uncomment to test in an AS editor
  2459.     tell application "Finder"
  2460.         open item "Dev.CD Apr 94
  2461. Dev.CD Jan 94
  2462. Dev.CD Oct 93
  2463. Dev.CD Jul 93
  2464. Dev.CD Apr 93"
  2465.         activate
  2466.     end tell
  2467. on error errMsg number errNum
  2468.     --enter statements to perform when no records are found such as...
  2469.     display dialog "Sorry, the item you selected could not be found."
  2470.     return
  2471. end try
  2472. All Packages
  2473. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  2474. Dev.CD Jan 94
  2475. Dev.CD Oct 93
  2476. Dev.CD Jul 93
  2477. Dev.CD Apr 93PDDev.CD Apr 94
  2478. Dev.CD Jan 94
  2479. Dev.CD Oct 93
  2480. Dev.CD Jul 93
  2481. Dev.CD Apr 9V
  2482. 6814X
  2483. Apr 94
  2484. age-old
  2485. agent
  2486. agents
  2487. aggregate
  2488. aggressive
  2489. Jul 95
  2490. b--set theItem to choose file -- uncomment to test in an AS editor
  2491.     tell application "Finder"
  2492.         open item "Dev.CD Jul 95"
  2493.         activate
  2494.     end tell
  2495. on error errMsg number errNum
  2496.     --enter statements to perform when no records are found such as...
  2497.     display dialog "Sorry, the item you selected could not be found."
  2498.     return
  2499. end try
  2500. All Packages
  2501. System 7.5 Update 1.0O
  2502. Dev.CD Jul 95P
  2503. Dev.CD Jul 9V
  2504. 6607X
  2505. Jul 95
  2506. b--set theItem to choose file -- uncomment to test in an AS editor
  2507.     tell application "Finder"
  2508.         open item "Dev.CD Jul 95"
  2509.         activate
  2510.     end tell
  2511. on error errMsg number errNum
  2512.     --enter statements to perform when no records are found such as...
  2513.     display dialog "Sorry, the item you selected could not be found."
  2514.     return
  2515. end try
  2516. All Packages
  2517. System 7.5 Update 1.0O
  2518. Dev.CD Jul 95P
  2519. Dev.CD Jul 9V
  2520. 6608X
  2521. Jul 95
  2522.  (II)
  2523. Excellent CD (IV
  2524. 1419X
  2525. er CD 
  2526. Large collection of tools, scripts, libraries, and examples for automating user level testing.  These are most of the tools used by Apple itself to perform integration, compatibility, and user-perceived performance testing.  All tools are compatible with MacOS' from 7.0 through 8.0.
  2527. This is the first major release of these tools for outside users in several years. Everything is updated, and there are many new tools never before released, such as the Clouseau VU scripts, and several host a
  2528. nd target configuration installers.
  2529. Includes: Virtual User (FAT application, Sys 8.0 compatible);  many extension tools to Virtual User such as Ivy (image verification), FileTool and Memory Monitor;  SPEC S&L and  Clouseau Virtual User scripts;  full packages for host and target installations, including AppleScript based installers.
  2530. Host machines:  Mac IIfx or later, 16 MB memory or greater. System 7.0 or later (System 7.5 or later preferred).
  2531. Target machines:  Mac SE or later, 4 MB mem
  2532. pb3400
  2533. manager
  2534. pccardnetworksample
  2535. pccts
  2536. pccts
  2537. sound
  2538. input
  2539. driver
  2540. pdlog
  2541.  the item you selected could not be found."
  2542.     return
  2543. end try
  2544. appletalk/ip
  2545. applets
  2546. applicationQ
  2547. application/system
  2548. ory or greater.  System 6.5 or later (System 7.0 or later preferred).  VU External Tools require System 7.0 or later.
  2549. Virtual User is a host-target based testing system.  At least 2 machines (1 host, many targets) are necessary to perform any testing with Virtual User, and all machines must be connected via an AppleTalk network (TCP/IP is not supported).
  2550. VU External Tool communications require targets with System 7.0 or later.
  2551. Mac OS Development Toolkit.imgK
  2552. May 98N~VU, Virtual User, VirtualUser, SPEC, SPEC S&L, Ivy, FileTool, Memory Monitor, Testing, Automation, Automated Testing, ClouseauOKDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Mac OS Development Toolkit:PSDev.CD Feb 00 TC
  2553.  - Tool Chest
  2554.  - Testing & Debugging
  2555.  - Mac OS Development Toolkit' version of their GX application without requiring their users to have full GX installed.
  2556. NOTE: If you have used the sample LaserWriter IIsc driver from the GX v1.0.1 SDK or the Mac OS SDK, you are encouraged to see the 
  2557. packages
  2558. 5792X
  2559. Feb 00^
  2560. --set theItem to choose file -- uncomment to test in an AS editor
  2561.     tell application "Finder"
  2562.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Mac OS Development Toolkit:"
  2563.         activate
  2564.     end tell
  2565. on error errMsg number errNum
  2566.     --enter statements to perform when no records are found such as...
  2567.     display dialog "Sorry, the item you selected could not be found."
  2568.     return
  2569. end try
  2570. e    No ChangefsVU
  2571. Virtual User
  2572. VirtualUser
  2573. SPEC S&L
  2574. FileTool
  2575. Memory Monitor
  2576. Testing
  2577. Automation
  2578. Automated Testing
  2579. Clouseauq
  2580. Dev.CD Feb 00 TC
  2581. ZD!All Packages
  2582. Tool Chest Edition
  2583. AV EmulatorI
  2584. This package contains the G4 processor emulator extensions for Mac OS 8.1 and 8.5.  It also contains a Readme file and a ResEdit debug resource.
  2585. These extensions allow code written using the AltiVec instruction set to be run on a G3-class machine.J'Sample Code.img
  2586. Windows Sample Code.imgK
  2587. May 99:Sample Code:V
  2588. 5793X
  2589. 1e    No Change
  2590.     return
  2591. end try
  2592. Jun 97
  2593. f--set theItem to choose file -- uncomment to test in an AS editor
  2594.     tell application "Finder"
  2595.         open item "Dev.CD Jun 97 SSW"
  2596.         activate
  2597.     end tell
  2598. on error errMsg number errNum
  2599.     --enter statements to perform when no records are found such as...
  2600.     display dialog "Sorry, the item you selected could not be found."
  2601.     return
  2602. end try
  2603. All Packages
  2604. QuickDraw GXO
  2605. Dev.CD Jun 97 SSWP
  2606. Dev.CD Jun 97 SSV
  2607. 6342X
  2608. Jun 97
  2609. f--set theItem to choose file -- uncomment to test in an AS editor
  2610.     tell application "Finder"
  2611.         open item "Dev.CD Jun 97 SSW"
  2612.         activate
  2613.     end tell
  2614. on error errMsg number errNum
  2615.     --enter statements to perform when no records are found such as...
  2616.     display dialog "Sorry, the item you selected could not be found."
  2617.     return
  2618. end try
  2619. All Packages
  2620. QuickDraw GXO
  2621. Dev.CD Jun 97 SSWP
  2622. Dev.CD Jun 97 SSV
  2623. 6343X
  2624. Jun 97
  2625. ractive
  2626. media
  2627. ev CD Vol. IVV
  2628. 1428X
  2629. virtual
  2630. virtualuser
  2631. filetool
  2632. memor
  2633. virtual
  2634. virtualuser
  2635. testing
  2636. automation
  2637. automated
  2638. vu-meter
  2639. vumeter
  2640. vumeter
  2641. sound
  2642. level
  2643. meters
  2644. sample
  2645. volume
  2646. waitnextevent
  2647. wannabe
  2648. waste
  2649. waste
  2650. textedit
  2651. replacement
  2652. webobjects
  2653. webobjects
  2654. categories
  2655. posers
  2656. webobjects
  2657. designing
  2658. robustness
  2659. testing
  2660. webobjects
  2661. eomodeler
  2662. project
  2663. builder
  2664. webobjects
  2665. builder
  2666. webobjects
  2667. objective-c
  2668. webobjects
  2669. openstep
  2670. memory
  2671. management
  2672. webobjects
  2673. performance
  2674. tuning
  2675. optimization
  2676. webobjects
  2677. webobjects
  2678. server
  2679. objects
  2680. window
  2681. windows
  2682. wombat
  2683. workgroup
  2684. working
  2685. workstation
  2686. world
  2687. wrapper
  2688. writeswell
  2689. yellow
  2690. zanzibar
  2691. premiere
  2692. prepare
  2693. prepared
  2694. preparememoryforio
  2695. preparing
  2696. preperation
  2697. prerelease
  2698. prerequisite
  2699. prerequisites
  2700. prescalers
  2701. presence
  2702. present
  2703. presentation
  2704. presentations
  2705. presented
  2706. presenting
  2707. presently
  2708. presents
  2709. preserve
  2710. preserve68kregsactiv
  2711. preserve68kregssendp
  2712. preserved
  2713. press
  2714. pressed
  2715. pressing
  2716. pretty
  2717. prevent
  2718. prevented
  2719. prevents
  2720. preview
  2721. previews
  2722. productivity
  2723. products
  2724. professional
  2725. profile
  2726. profiler
  2727. profiles
  2728. profit
  2729. programQ
  2730. PowerPC G3, Mac OS 8.1 or 8.5.N
  2731. AltiVec, emulator, G4O
  2732. Dev.CD Feb 00 TC:Sample Code:P
  2733. Dev.CD Feb 00 TC
  2734.  - Sample CodeV
  2735. 5793X
  2736. Feb 00^
  2737. r--set theItem to choose file -- uncomment to test in an AS editor
  2738.     tell application "Finder"
  2739.         open item "Dev.CD Feb 00 TC:Sample Code:"
  2740.         activate
  2741.     end tell
  2742. on error errMsg number errNum
  2743.     --enter statements to perform when no records are found such as...
  2744.     display dialog "Sorry, the item you selected could not be found."
  2745.     return
  2746. end try
  2747. e    No Changef
  2748. AltiVec
  2749. emulator
  2750. Dev.CD Feb 00 TC
  2751. [D!All Packages
  2752. Tool Chest Edition
  2753. Backlight ControlI
  2754. Summary: Backlight Control is a control panel for PowerBooks which can be used to maximize the battery power by turning off the backlight while the PowerBook is inactive for certain time.J-About Backlight Control 1.0
  2755. Backlight ControlK
  2756. Oct 92M    PowerBookOPDev.CD Feb 00 TC:Tool Chest:Hardware:Display & Video Hardware:Backlight Control:ge
  2757.  SSWV
  2758. 4399X
  2759. end try
  2760. enable
  2761. enable
  2762. mouse
  2763. keyboard
  2764. enable
  2765. speech
  2766. enablers
  2767. enables
  2768. enabling
  2769. encapsulated
  2770. encoded
  2771. encoding
  2772. encodings
  2773. encompasses
  2774. encounter
  2775. encourage
  2776. encourages
  2777. endless
  2778. engine
  2779. engineering
  2780. engineers
  2781. engler
  2782. english
  2783. enhance
  2784. enhanced
  2785. enhancement
  2786. enhancements
  2787. enhancing
  2788. enjoy
  2789. enlarged
  2790. enlightening
  2791. enough
  2792. ensure
  2793. ensures
  2794. ensuring
  2795. entails
  2796. entering
  2797. enterprise
  2798. entertainment
  2799. entire
  2800. entries
  2801. entry
  2802. environement
  2803. environment
  2804. access
  2805. aci2.5
  2806. acireference
  2807. acrobat
  2808. acrobat
  2809. reader
  2810. 4.0.1
  2811. acrobat3
  2812. acrobat3
  2813. adbreinit
  2814. addchange
  2815. addendum
  2816. addheader
  2817. addmenu
  2818. address
  2819. administration
  2820. archive
  2821. files
  2822. archive
  2823. advanced
  2824. advanced
  2825. color
  2826. imaging
  2827. advanced
  2828. color
  2829. imaging
  2830. advanced
  2831. technique
  2832. coercion
  2833. aegizmos
  2834. aegizmos
  2835. 1.4.2
  2836. editor
  2837. stack
  2838. 1.0b3
  2839. resedit
  2840. template
  2841. aetracker
  2842. aetracker
  2843. aetracker
  2844. aetracker
  2845. monitor
  2846. aetracker
  2847. aeusertermtypes
  2848. aeusertermtypes
  2849. resource
  2850. protocol
  2851. agent
  2852. manual
  2853. changes
  2854. readme
  2855. alchemist
  2856. alerts
  2857. among
  2858. amongst
  2859. amount
  2860. 5795X
  2861. Feb 00^
  2862. --set theItem to choose file -- uncomment to test in an AS editor
  2863.     tell application "Finder"
  2864.         open item "Dev.CD Feb 00 TC:Tool Chest:Toolbox:Balloony:"
  2865.         activate
  2866.     end tell
  2867. on error errMsg number errNum
  2868.     --enter statements to perform when no records are found such as...
  2869.     display dialog "Sorry, the item you selected could not be found."
  2870.     return
  2871. end try
  2872. e    No Changef
  2873. balloon
  2874. dialogq
  2875. Dev.CD Feb 00 TC
  2876. ]D!All Packages
  2877. Tool Chest Edition
  2878. BBEdit Lite 3.5
  2879.     mment to test in an AS editor
  2880.     tell application "Finder"
  2881.         open item "Dev.CD Jun 97 SSW"
  2882.         activate
  2883.     end tell
  2884. on error errMsg number errNum
  2885.     --enter statements to perform when no records are found such as...
  2886.     display dialog "Sorry, the item you selected could not be found."
  2887.     return
  2888. end try
  2889. All Packages
  2890. QuickDraw 3DO
  2891. Dev.CD Jun 97 SSWP
  2892. Dev.CD Jun 97 SSV
  2893. 4391X
  2894. Jun 97
  2895. ll Packages
  2896. 6.0.3V
  2897. 1438X
  2898. [P[Dev.CD Feb 00 TC
  2899.  - Tool Chest
  2900.  - Hardware
  2901.  - Display & Video Hardware
  2902.  - Backlight ControlV
  2903. 5794X
  2904. Feb 00^
  2905. --set theItem to choose file -- uncomment to test in an AS editor
  2906.     tell application "Finder"
  2907.         open item "Dev.CD Feb 00 TC:Tool Chest:Hardware:Display & Video Hardware:Backlight Control:"
  2908.         activate
  2909.     end tell
  2910. on error errMsg number errNum
  2911.     --enter statements to perform when no records are found such as...
  2912.     display dialog "Sorry, the item you selected could not be found."
  2913.     return
  2914. end try
  2915. e    No Changeq
  2916. Dev.CD Feb 00 TC
  2917. \D!All Packages
  2918. Tool Chest Edition
  2919. Balloony
  2920.       tell application "Finder"
  2921.         open item "Dev.CD Jun 97 SSW"
  2922.         activate
  2923.     end tell
  2924. on error errMsg number errNum
  2925.     --enter statements to perform when no records are found such as...
  2926.     display dialog "Sorry, the item you selected could not be found."
  2927.     return
  2928. end try
  2929. All Packages
  2930. QuickDraw 3DO
  2931. Dev.CD Jun 97 SSWV
  2932. 4394X
  2933. \M|Not certain; probably requires System 7; most things these days do. Balloon help itself is present under System 7 and later.N balloon, tool, rez, menu, dialogO-Dev.CD Feb 00 TC:Tool Chest:Toolbox:Balloony:P5Dev.CD Feb 00 TC
  2934.  - Tool Chest
  2935.  - Toolbox
  2936.  - Balloonynd such as...
  2937.     display dialog "Sorry, the item you selected could not be found."
  2938.     return
  2939. end try
  2940. cted could not be found."
  2941.     return
  2942. end try
  2943. All Packages
  2944. 6.0.3O$Developer CD (III)
  2945. Developer CD (II)P#Developer CD (III)
  2946. Developer CD (IIV
  2947. 1439X
  2948. er CD 
  2949. y--set theItem to choose file -- uncomment to test in an AS editor
  2950.     tell application "Finder"
  2951.         open item "Developer CD (III)
  2952. Developer CD (II)"
  2953.         activate
  2954.     end tell
  2955. on error errMsg number errNum
  2956.     --enter statements to perform when no records are found such as...
  2957.     display dialog "Sorry, the item you selected could not be found."
  2958.     return
  2959. end try
  2960. All Packages
  2961. 6.0.3V
  2962. 1440X
  2963. This tool produces a template for building balloon help into your application. You provide your existing app or resource file, and the tool produces Rez source text for all of your dialog and menu resources. You can then edit and compile this file under MPW or CodeWarrior or anything else which compiles '.r' files.
  2964. This tool produces a template for building balloon help into your application. You provide your existing app or resource file, and the tool produces Rez source text for all of 
  2965. your dialog and menu resources. You can then edit and compile this file under MPW or CodeWarrior or anything else which compiles '.r' files.
  2966. Issues: This tool is provided by a third party. It and its source code have been placed in the public domain. See the READ ME for more info.
  2967. Balloonify.c
  2968. Balloonify.h
  2969. Balloony
  2970. Balloony.r
  2971. Balloony.RESOURCES
  2972. Balloony.
  2973. BalloonyHelp.r
  2974. BalloonyRes.h
  2975. main.c
  2976. Read Me
  2977. Sample OutputK
  2978. Dec 97O-Dev.CD Feb 00 TC:Tool Chest:Toolbox:Balloony:
  2979. l Packages
  2980. 5796X
  2981. Nov 99^
  2982. --set theItem to choose file -- uncomment to test in an AS editor
  2983.     tell application "Finder"
  2984.         open item "Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:BBEdit Lite 3.5:"
  2985.         activate
  2986.     end tell
  2987. on error errMsg number errNum
  2988.     --enter statements to perform when no records are found such as...
  2989.     display dialog "Sorry, the item you selected could not be found."
  2990.     return
  2991. end try
  2992. Deletedq
  2993. Dev.CD Nov 99 TC
  2994. ^D!All Packages
  2995. Tool Chest Edition
  2996. is a FileMaker Pro bug report database that will help developers log and record bugs in their applications.  betaBase is easy to use and easy to modify for developers own needs.  It is an easy bug tracking system and, because of the ease of use of FileMaker Pro, can easily sort records and create reports.  It is also networkable.
  2997. Features:
  2998.  lists all of the current System Software and Macintosh Systems
  2999.  handles more than one user at a time
  3000.  password capability
  3001.  easicapability
  3002.  easi
  3003. sample
  3004. sample
  3005. survey
  3006. sample
  3007. documents
  3008. sample
  3009. driver
  3010. scsimonitor
  3011. scsimonitor
  3012. security
  3013. selectors
  3014. sendae
  3015. sendae
  3016. sendae
  3017. serial
  3018. overview
  3019. overview
  3020. appletalk
  3021. overview
  3022. appletalk
  3023. overview
  3024. development
  3025. overview
  3026. development
  3027. package
  3028. packagetool
  3029. packagetool
  3030. packagetool
  3031. packagetool
  3032. packagetool
  3033. packagetool
  3034. packageutils
  3035. packageutils
  3036. packageutils
  3037. packagewindow
  3038. packagewindow
  3039. packagewindow
  3040. pages
  3041. client
  3042. interface
  3043. client
  3044. first
  3045. plugins
  3046. portingobjectivectoj
  3047. power
  3048. power
  3049. macintosh
  3050. powerbook
  3051. powerbook
  3052. addendum
  3053. powerbook
  3054. powerbook
  3055. 2400c
  3056. powerbook
  3057. powerbook
  3058. powerbook
  3059. 2300c
  3060. powerbook
  3061. processor
  3062. powerbookg3series
  3063. powerbookg3series
  3064. powerpc
  3065. powerplant
  3066. Summary:  BBEdit Lite is a freeware derivative of BBEdit 3.5, the popular and critically acclaimed text editor for programmers, HTML authors, on-line-service users, and anyone else who needs to edit plain-text files.
  3067. BBEdit Lite is shipped with a QuickStart document which describes many of the application
  3068. s features. Full documentation, as well as a considerable amount of additional functionality, is available with the purchase of BBEdit 3.5. See the document 
  3069. How do I order BBEdit 3.5
  3070. or details on obtaining your own copy of BBEdit.
  3071. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.  
  3072. BBEdit Lite is copyright 
  3073. 1992-1995 by Bare Bones Software, Inc.. All rights reserved. Address all correspondence to:
  3074. Postal:  Bare Bones Software, Inc.
  3075.     P.O. Box 108
  3076.     Bedford, MA  01730-0108
  3077. Phone:  +1 508 651 3561
  3078. Fax:    +1 508 651 7584
  3079. WWW:    http://www.tiac.net/biz/bbsw/
  3080. email
  3081. :  bbsw@netcom.com
  3082. !NOT AN APPLE PRODUCT!:
  3083. About BBEdit Lite
  3084. BBEdit Extensions:
  3085. BBEdit Lite 3.5
  3086. BBEdit Lite Quickstart
  3087. TextChanger 2.0.1:
  3088. Upgrading to BBEdit 3.5:
  3089. What's New in BBEdit Lite 3.5K
  3090. May 94L
  3091. Jan 96O@Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:BBEdit Lite 3.5:PHDev.CD Nov 99 TC
  3092.  - Tool Chest
  3093.  - Developer Utilities
  3094.  - BBEdit Lite 3.5ry
  3095. --set theItem to choose file -- uncomment to test in an AS editor
  3096.     tell application "Finder"
  3097.         open item "Dev.CD Vol. VII
  3098. Dev CD Vol. V
  3099. Dev CD Vol. IV"
  3100.         activate
  3101.     end tell
  3102. on error errMsg number errNum
  3103.     --enter statements to perform when no records are found such as...
  3104.     display dialog "Sorry, the item you selected could not be found."
  3105.     return
  3106. end try
  3107. :     75020,3540
  3108. eWorld:             TEKNOSYS
  3109. Internet:            teknosys@aol.com
  3110. JQ!NOT AN APPLE PRODUCT!
  3111. About VersionEdit
  3112. For ResEdit
  3113. Project Includes
  3114. VersionEditK
  3115. Nov 95O@Dev.CD Feb 00 TC:Tool Chest:Developer Utilities:VersionEdit 1.1:PHDev.CD Feb 00 TC
  3116.  - Tool Chest
  3117.  - Developer Utilities
  3118.  - VersionEdit 1.1
  3119. atapi
  3120. atmark
  3121. atsui
  3122. attributes
  3123. atworld
  3124. audio
  3125. authentication
  3126. automated
  3127. automated
  3128. testing
  3129. automation
  3130. aware
  3131. background
  3132. background
  3133. apple
  3134. event
  3135. background
  3136. color
  3137. window
  3138. background-only
  3139. readme
  3140. scripts
  3141. readme
  3142. mpwtool
  3143. mpwtool
  3144. 1.0.1b1c2
  3145. installer
  3146. 2.1.4
  3147. install
  3148. redistribution
  3149. installer
  3150. 1.0.1b1c2
  3151. multimedia
  3152. multimedia
  3153. standards
  3154. multimediagraphics
  3155. multiple
  3156. music
  3157. music
  3158. helper
  3159. remote
  3160. control
  3161. server
  3162. controller
  3163. unmountit
  3164. mybuildmenu
  3165. myquicktakeapp
  3166. myquicktakeapp
  3167. 1.0.1tc7
  3168. myquicktakeapp
  3169. 1.0.2
  3170. f--set theItem to choose file -- uncomment to test in an AS editor
  3171.     tell application "Finder"
  3172.         open item "Dev.CD Jul 96 SSW"
  3173.         activate
  3174.     end tell
  3175. on error errMsg number errNum
  3176.     --enter statements to perform when no records are found such as...
  3177.     display dialog "Sorry, the item you selected could not be found."
  3178.     return
  3179. end try
  3180. e item you selected could not be found."
  3181.     return
  3182. end try
  3183. All Packages
  3184. 6.0.4O
  3185. Dev CD Vol. V
  3186. Dev CD Vol. IVP
  3187. Dev CD Vol. V
  3188. Dev CD Vol. IV
  3189. 1452X
  3190. Vol. V
  3191. q--set theItem to choose file -- uncomment to test in an AS editor
  3192.     tell application "Finder"
  3193.         open item "Dev CD Vol. V
  3194. Dev CD Vol. IV"
  3195.         activate
  3196.     end tell
  3197. on error errMsg number errNum
  3198.     --enter statements to perform when no records are found such as...
  3199.     display dialog "Sorry, the item you selected could not be found."
  3200.     return
  3201. end try
  3202. All Packages
  3203. 6.0.4O
  3204. Dev CD Vol. V
  3205. Dev CD Vol. IVV
  3206. 1453X
  3207. arpsampleshell
  3208. arpsampleshell
  3209. artwork
  3210. market
  3211. guide
  3212. asian
  3213. asian
  3214. print
  3215. security
  3216. protocol
  3217. registry
  3218. server
  3219. controls/events
  3220. authentication
  3221. module
  3222. askyesno
  3223. use a preliminary, incomplete, version of the scsi.h header file. Some editing will be needed when the Universal Header version is released.
  3224. The snippets cannot be compiled as native Power Macintosh applications. Some have received minimal testing under Power Macintosh.
  3225. J'Sample Code.img
  3226. Windows Sample Code.imgK
  3227. Aug 94N
  3228. SCSI Manager 4.3O
  3229. Dev.CD Feb 00 TC:Sample Code:P
  3230. Dev.CD Feb 00 TC
  3231.  - Sample Codery
  3232. All Packages
  3233. 6.0.4O
  3234. Dev CD Vol. VP
  3235. Dev CD Vol. V
  3236. 1454X
  3237. Vol. V
  3238. b--set theItem to choose file -- uncomment to test in an AS editor
  3239.     tell application "Finder"
  3240.         open item "Dev CD Vol. V"
  3241.         activate
  3242.     end tell
  3243. on error errMsg number errNum
  3244.     --enter statements to perform when no records are found such as...
  3245.     display dialog "Sorry, the item you selected could not be found."
  3246.     return
  3247. end try
  3248. All Packages
  3249. 6.0.4O Dev CD Vol. V
  3250. Developer CD (III)P
  3251. Dev CD Vol. V
  3252. Developer CD (IIIV
  3253. 1455X
  3254. Vol. V
  3255. hubbard
  3256. human
  3257. hundreds
  3258. huxham
  3259. hybrid
  3260. hypercard
  3261. icon's
  3262. icons
  3263. identify
  3264. illustrated
  3265. illustrates
  3266. illustrating
  3267. image
  3268. image's
  3269. apple
  3270. detectors
  3271. technology
  3272. scans
  3273. searchi
  3274. apple
  3275. sprockets
  3276. libraries
  3277. designed
  3278. simplify
  3279. apple
  3280. location
  3281. manager
  3282. allows
  3283. users
  3284. switch
  3285. groups
  3286. apple
  3287. system
  3288. profiler
  3289. gather
  3290. information
  3291. about
  3292. apple
  3293. wants
  3294. communicate
  3295. benefits
  3296. native
  3297. apple
  3298. workgroup
  3299. server
  3300. 9650/350
  3301. developer
  3302. apple's
  3303. apple-sanctioned
  3304. apple-specific
  3305. apple-sponsored
  3306. applecd
  3307. appleevent
  3308. appleevent-based
  3309. appleevents
  3310. appleglot
  3311. appleguide
  3312. appleguidegluelib
  3313. appleii
  3314. applejava
  3315. applelink
  3316. applemodemtool
  3317. appletalk's
  3318. system
  3319. 6473X
  3320. Nov 99^
  3321. --set theItem to choose file -- uncomment to test in an AS editor
  3322.     tell application "Finder"
  3323.         open item "Dev.CD Nov 99 TC:Sample Code:Sample Code Survey"
  3324.         activate
  3325.     end tell
  3326. on error errMsg number errNum
  3327.     --enter statements to perform when no records are found such as...
  3328.     display dialog "Sorry, the item you selected could not be found."
  3329.     return
  3330. end try
  3331. Deletedf%sample code survey
  3332. developer feedbackq
  3333. Dev.CD Nov 99 TC
  3334. D!All Packages
  3335. Tool Chest Edition
  3336. Sample Code - Text
  3337.     tell application "Finder"
  3338.         open item "Dev CD Vol. IV"
  3339.         activate
  3340.     end tell
  3341. on error errMsg number errNum
  3342.     --enter statements to perform when no records are found such as...
  3343.     display dialog "Sorry, the item you selected could not be found."
  3344.     return
  3345. end try
  3346. All Packages
  3347. 6.0.4O
  3348. Developer CD (III)P
  3349. Developer CD (IIIV
  3350. 1460X
  3351. er CD 
  3352. - Common
  3353.     - Sun Compliant Java Runtime Environment 1.1
  3354.     - QuickTime 3 
  3355.     - QTJava.zip
  3356.     - QTJava media samples
  3357. - Mac OS:
  3358.     - System 8 or later
  3359.     - Macintosh Runtime for Java (MRJ) 2.1
  3360. - Windows 95, 98, or NT::
  3361.     - JRE/JDK from Sun Microsystems, Inc. recommended
  3362. QuickTime, Java, MRJtworked
  3363. networking
  3364. networks
  3365. networksetuphelpers
  3366. networkstream
  3367. end try
  3368. All Packages
  3369. 6.0.4O
  3370. Developer CD (III)P
  3371. Developer CD (IIIV
  3372. 1462X
  3373. er CD 
  3374. g--set theItem to choose file -- uncomment to test in an AS editor
  3375.     tell application "Finder"
  3376.         open item "Developer CD (III)"
  3377.         activate
  3378.     end tell
  3379. on error errMsg number errNum
  3380.     --enter statements to perform when no records are found such as...
  3381.     display dialog "Sorry, the item you selected could not be found."
  3382.     return
  3383. end try
  3384. All Packages
  3385. 6.0.4O
  3386. Developer CD (III)P
  3387. Developer CD (IIIV
  3388. 1463X
  3389. er CD 
  3390. Slot, Slot Manager, Slot Mgr., Declaration, ROM, configuration, configuration ROM, NuBus, CRC,  CRCPatch, CRCCalc, Data, tjs commOPDev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:ROM Build/Download 3.2.4:P[Dev.CD Feb 00 TC
  3391.  - Tool Chest
  3392.  - Devices
  3393.  - NuBus/Slot Manager
  3394.  - ROM Build/Download 3.2.4V
  3395. 6458X
  3396. Feb 00^
  3397. --set theItem to choose file -- uncomment to test in an AS editor
  3398.     tell application "Finder"
  3399.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:ROM Build/Download 3.2.4:"
  3400.         activate
  3401.     end tell
  3402. on error errMsg number errNum
  3403.     --enter statements to perform when no records are found such as...
  3404.     display dialog "Sorry, the item you selected could not be found."
  3405.     return
  3406. end try
  3407. e    No ChangefuSlot
  3408. Slot Manager
  3409. Slot Mgr.
  3410. Declaration
  3411. configuration
  3412. configuration ROM
  3413. NuBus
  3414.  CRCPatch
  3415. CRCCalc
  3416. tjs commq
  3417. Dev.CD Feb 00 TC
  3418. D!All Packages
  3419. Tool Chest Edition
  3420. Sad Mac Error Codes 1.1
  3421. sample
  3422. which
  3423. demonstrates
  3424. scripting
  3425. stuffit
  3426. engine
  3427. library
  3428. distr
  3429. items
  3430. iterate
  3431. iteration
  3432. iterations
  3433. itself
  3434. iw-half-dither
  3435. j-1.1
  3436. james
  3437. jamie
  3438. january
  3439. january/february
  3440. human
  3441. interface
  3442. guidelines
  3443. runtime
  3444. runtime
  3445. 2.1.4
  3446. upgrade
  3447. 2.1.3
  3448. server
  3449. developer
  3450. documentation
  3451. mac-only
  3452. macos
  3453. macro
  3454. macsbugW
  3455. macsnmp
  3456. mactcp
  3457. madness
  3458. e    No Changeq
  3459. Dev.CD Feb 00 TC
  3460. D!All Packages
  3461. Mac OS SDK Edition
  3462. Rhapsody Documentation
  3463. OpenStep documentation applies to Rhapsody! That means you can develop OpenStep applications today and use the same source base for Rhapsody later.
  3464. UPDATED  DOCUMENTATION:
  3465. Discovering OPENSTEP: A Developer Tutorial (Rhapsody)
  3466. Updated for Rhapsody: new material, all reported bugs fixed, with screenshots of the Rhapsody development environment.
  3467. Appkit Reference
  3468. The complete reference for OpenStep Application kit classes and protocols. The Appkit provides everything the user sees and touchW
  3469. media
  3470. megamovies
  3471. memhell
  3472. memhell
  3473. 1.0a6
  3474. readme
  3475. memory
  3476. memory
  3477. management
  3478. message
  3479. meta-content
  3480. meta-content
  3481. format
  3482. a Access application, a panel appears that shows them if the camera is connected, the number of images in the camera, and two buttons (one to view images in the camera and the other to transfer images between the computer and the camera). This camera panel is an example of a camera component. Camera vendors will be provided with the opportunity to create components unique to their digital cameras. 
  3483. This entire modular architecture will provide advantages for application developers, camera
  3484.  vendors, and ultimately, end users. It will make it easier for application developers to better integrate their applications with camera devices. This, in turn, will make it easier for users to integrate images with their documents, presentations, web sites, and other communications. It will also provide users with more image and camera savvy applications to improve their productivity. Camera vendors win because they no longer need to spend large amounts of time creating image capture app
  3485. textchanger
  3486. 2.0.1
  3487. textdrag
  3488. textdrag
  3489. textencodingcmgr
  3490. textfile
  3491. textfile
  3492. textfile
  3493. textfile
  3494. textfile
  3495. textfile
  3496. textintlsvcs
  3497. sighyper
  3498. hytime
  3499. themes
  3500. things
  3501. think
  3502. think
  3503. think
  3504. pascal
  3505. files
  3506. timecode
  3507. timeslaving
  3508. title
  3509. toolbox
  3510. toolkit
  3511. tools
  3512. tools
  3513. goodies
  3514. tools
  3515. topics
  3516. total
  3517. helper
  3518. training
  3519. transitions
  3520. transitions
  3521. themes
  3522. powertalk
  3523. enabler
  3524. premixer
  3525. primer
  3526. print
  3527. printing
  3528. printrecordspy
  3529. procdoggie2.1b2
  3530. processes
  3531. =sion technologies, and media devices (cameras, microphones, and so forth). QuickTime Conferencing provides consistent standards that encourage software developers to create application programs that look and act the same from a user
  3532. s point of view, regardless of the computer, network service, or devices being used.
  3533. Install QuickTime Conferencing
  3534. Marketing Stuff
  3535. Programming Stuff
  3536. QTC Technical Backgrounder
  3537. QuickTime Conf. - Read Me First
  3538. Using QuickTime ConferencingK
  3539. Apr 96
  3540.  Quadra 660AV or 840AV, Power Macintosh AV computer, or Power Macintosh with AV card upgrade 
  3541.  16 megabytes of  DRAM (memory)
  3542.  Video source (for instance, a video camera or VCR)
  3543.  Audio source (for instance, a  PlainTalk microphone or VCR)
  3544.  Network connection (for instance, Ethernet or ISDN)
  3545.  Network Software Installer version 1.5. (this is already installed on Power Macintosh 7500 and 8500 computers)
  3546. ODDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime Conferencing:
  3547. 5797X
  3548. Nov 99^
  3549. --set theItem to choose file -- uncomment to test in an AS editor
  3550.     tell application "Finder"
  3551.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Bug Reporting:betaBase:"
  3552.         activate
  3553.     end tell
  3554. on error errMsg number errNum
  3555.     --enter statements to perform when no records are found such as...
  3556.     display dialog "Sorry, the item you selected could not be found."
  3557.     return
  3558. end try
  3559. Deletedf
  3560. database
  3561. beta test
  3562. beta helpq
  3563. Dev.CD Nov 99 TC
  3564. All Packages
  3565. BinHexI
  3566. Summary: This is the definition for the BinHex 4.0 Protocol.  It will be useful for folks interested in adding BinHex 4.0 to their communications or file compression packages.J
  3567. BinHex 4.0 SpecsK
  3568. May 93M
  3569. Adobe Acrobat Reader.OKDev.CD Dec 99 RL Disk 1:Technical Documentation:Misc. Standards:BinHex 4.0:PSDev.CD Dec 99 RL Disk 1
  3570.  - Technical Documentation
  3571.  - Misc. Standards
  3572.  - BinHex 4.0V
  3573. 5798X
  3574. Dec 99^    RL Disk 1
  3575. e    No Change
  3576. 1e    No Change
  3577.     B&ly copy information from other records
  3578. J5betaBase d1a2
  3579. ReadME - betaBase
  3580. ReadME - betaBase.txtK
  3581. Sep 93M
  3582. FileMaker ProN
  3583. database, beta test, beta helpOGDev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Bug Reporting:betaBase:PRDev.CD Nov 99 TC
  3584.  - Tool Chest
  3585.  - Testing & Debugging
  3586.  - Bug Reporting
  3587.  - betaBases may be created.  All imaginable parameters of the progress bar windoid are gettable/settable as HyperCard properties.  Includes Test/Demo Stack and full source.  
  3588. JbProgressWindoid
  3589. ProgressWindoid Worksheet
  3590. ProgressWindoid.c
  3591. ProgressWindoid.make
  3592. ProgressWindoid.
  3593. Vol VIIL
  3594. Apr 92M5HyperCard 2.0, This package is System 7.0 compatible.O_Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:ProgressWindoid
  3595. C:PmDev.CD Feb 00 TC
  3596.  - Tool Chest
  3597.  - Development Kits
  3598.  - HyperCard Related
  3599.  - XCMDs & XFCNs
  3600.  - ProgressWindoid
  3601. packages
  3602. betaBase
  3603. Summary:  betaBase is a FileMaker Pro bug report database that will help developers log and record bugs in their applications.  betaBase is easy to use and easy to modify for developers own needs.  It is an easy bug tracking system and, because of the ease of use of FileMaker Pro, can easily sort records and create reports.  It is also networkable.
  3604. Features:
  3605.  lists all of the current System Software and Macintosh Systems
  3606.  handles more than one user at a time
  3607.  password capability
  3608.  easitem you selected could not be found."
  3609.     return
  3610. end try
  3611. e    No Changeq
  3612. Dev.CD Feb 00 TC
  3613. D!All Packages
  3614. Tool Chest Edition
  3615. ProgressWindoid-C
  3616. _e    No Changeq
  3617. Dev.CD Dec 99 RL Disk 1
  3618. `D!All Packages
  3619. Tool Chest Edition
  3620. ation exercises the CopyBits, CopyMask, and new CopyBitMask traps.  It can be used as a learning tool which allows the user to experiment which various combinations of input to QuickDraw's bit manipulation routines.JbCopyBits Application
  3621. CopyBits.make
  3622. LibHeaders
  3623. LibObject
  3624. ObjectCode
  3625. Resources
  3626. Scrapbook File
  3627. SourceK
  3628. Vol VL
  3629. Vol VIIIM
  3630. 7.0O3Dev.CD Feb 00 TC:Tool Chest:QuickDraw:Bitblitz 1.0:P;Dev.CD Feb 00 TC
  3631.  - Tool Chest
  3632.  - QuickDraw
  3633.  - Bitblitz 1.0V
  3634. 5799X
  3635. Feb 00^
  3636. --set theItem to choose file -- uncomment to test in an AS editor
  3637.     tell application "Finder"
  3638.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickDraw:Bitblitz 1.0:"
  3639.         activate
  3640.     end tell
  3641. on error errMsg number errNum
  3642.     --enter statements to perform when no records are found such as...
  3643.     display dialog "Sorry, the item you selected could not be found."
  3644.     return
  3645. end try
  3646. e    No Changeq
  3647. Dev.CD Feb 00 TC
  3648. ev.CD Feb 00 TC
  3649. --set theItem to choose file -- uncomment to test in an AS editor
  3650.     tell application "Finder"
  3651.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Misc. Standards:BinHex 4.0:"
  3652.         activate
  3653.     end tell
  3654. on error errMsg number errNum
  3655.     --enter statements to perform when no records are found such as...
  3656.     display dialog "Sorry, the item you selected could not be found."
  3657.     return
  3658. end try
  3659. y dialog "Sorry, the item you selected could not be found."
  3660.     return
  3661. end try
  3662. Deletedq
  3663. Dev.CD Dec 99 RL
  3664. D!All Packages
  3665. Tool Chest Edition
  3666. Programmer's Key 1.4.2
  3667. ISummary: Programmer's Key is a small INIT that allows the use of the 'power-on' key of an Apple Desktop Bus keyboard as a substitute for the Programmer's Switch. To install Programmer's Key; simply drag it into your System Folder and reboot.
  3668. Features: Allows reset and interrupt from keyboard.
  3669. This package is 7.0 compatible.  
  3670. General tools.imgK
  3671. Vol IIIL
  3672. Mar 92ge
  3673. Dev.CD Apr 93P
  3674. Dev.CD Apr 9V
  3675. 6742X
  3676. Apr 93
  3677. b--set theItem to choose file -- uncomment to test in an AS editor
  3678.     tell application "Finder"
  3679.         open item "Dev.CD Apr 93"
  3680.         activate
  3681.     end tell
  3682. on error errMsg number errNum
  3683.     --enter statements to perform when no records are found such as...
  3684.     display dialog "Sorry, the item you selected could not be found."
  3685.     return
  3686. end try
  3687. All Packages
  3688. System Enabler 111 (PB 160/180)O
  3689. Dev.CD Apr 93P
  3690. Dev.CD Apr 9V
  3691. 6743X
  3692. Apr 93
  3693. b--set theItem to choose file -- uncomment to test in an AS editor
  3694.     tell application "Finder"
  3695.         open item "Dev.CD Apr 93"
  3696.         activate
  3697.     end tell
  3698. on error errMsg number errNum
  3699.     --enter statements to perform when no records are found such as...
  3700.     display dialog "Sorry, the item you selected could not be found."
  3701.     return
  3702. end try
  3703. All Packages
  3704. System Enabler 111 (PB 160/180)O
  3705. Dev.CD Apr 93P
  3706. Dev.CD Apr 9V
  3707. 6744X
  3708. Apr 93
  3709. bOVDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:BouncingSprites:PdDev.CD Feb 00 TC
  3710.  - What's New?
  3711.  - Sample Code
  3712.  - QuickTime
  3713.  - QuickTime for Java
  3714.  - BouncingSpritesV
  3715. 5801X
  3716. Feb 00^
  3717. --set theItem to choose file -- uncomment to test in an AS editor
  3718.     tell application "Finder"
  3719.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:BouncingSprites:"
  3720.         activate
  3721.     end tell
  3722. on error errMsg number errNum
  3723.     --enter statements to perform when no records are found such as...
  3724.     display dialog "Sorry, the item you selected could not be found."
  3725.     return
  3726. end try
  3727. New Packagef
  3728. QuickTime
  3729. Dev.CD Feb 00 TC
  3730. cD(All Packages
  3731. Reference Library Edition
  3732. Bug Reporting
  3733. on error errMsg number errNum
  3734.     --enter statements to perform when no records are found such as...
  3735.     display dialog "Sorry, the item you selected could not be found."
  3736.     return
  3737. end try
  3738. All Packages
  3739. 1482X
  3740. 6448X
  3741. Sep 97^
  3742. --set theItem to choose file -- uncomment to test in an AS editor
  3743.     tell application "Finder"
  3744.         open item "Dev.CD Sep 97 RL:Technical Documentation:Toolbox Assistant:
  3745. MPTA Goodies:QuickView
  3746.  Developer Edition:"
  3747.         activate
  3748.     end tell
  3749. on error errMsg number errNum
  3750.     --enter statements to perform when no records are found such as...
  3751.     display dialog "Sorry, the item you selected could not be found."
  3752.     return
  3753. end try
  3754. e    No Changef TOOLBOX ASSISTANT
  3755. QUICKVIEWq
  3756. Dev.CD Sep 97 RL
  3757. D!All Packages
  3758. Tool Chest Edition
  3759. Qwertytunes 0.6
  3760. /Summary: This small application lets you control send MIDI information into the MIDI Manager using the alphabetic keyboard. This can control sequencers, or MIDI devices directly.
  3761. Features: Can define the pitch and velocity for each of the 40 keys below and including the number keys, 1 through 9 and 0.
  3762. e    No Change
  3763. 5800X
  3764. Feb 00^
  3765. --set theItem to choose file -- uncomment to test in an AS editor
  3766.     tell application "Finder"
  3767.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:"
  3768.         activate
  3769.     end tell
  3770. on error errMsg number errNum
  3771.     --enter statements to perform when no records are found such as...
  3772.     display dialog "Sorry, the item you selected could not be found."
  3773.     return
  3774. end try
  3775. e    No Changeq
  3776. Dev.CD Feb 00 TC
  3777. bD.All Packages
  3778. Tool Chest Edition
  3779. New & Revisedo construct a simple animation and apply compositing (graphics mode) effects to the sprites.J5README.txt
  3780. sd.bat
  3781. SpriteDemoApp
  3782. SpriteDemoApp.zip
  3783. Feb 00
  3784. - Common
  3785.     - Sun Compliant Java Runtime Environment 1.1
  3786.     - QuickTime 3 
  3787.     - QTJava.zip
  3788.     - QTJava media samples
  3789. - Mac OS:
  3790.     - System 8 or later
  3791.     - Macintosh Runtime for Java (MRJ) 2.1
  3792. - Windows 95, 98, or NT::
  3793.     - JRE/JDK from Sun Microsystems, Inc. recommended
  3794. QuickTime, Java, MRJckTime, Java, MRJ
  3795. BitBlitz 1.0I
  3796. Summary:This application exercises the CopyBits, CopyMask, and new CopyBitMask traps.  It can be used as a learning tool which allows the user to experiment which various combinations of input to QuickDraw's bit manipulation routines.JbCopyBits Application
  3797. CopyBits.make
  3798. LibHeaders
  3799. LibObject
  3800. ObjectCode
  3801. Resources
  3802. Scrapbook File
  3803. SourceK
  3804. Vol VL
  3805. Vol VIIIM
  3806. 7.0O3Dev.CD Feb 00 TC:Tool Chest:QuickDraw:Bitblitz 1.0:P;Dev.CD Feb 00 TC
  3807.  - Tool Chest
  3808.  - QuickDraw
  3809.  - Bitblitz 1.0V
  3810. 5799X
  3811. Feb 00^
  3812. --set theItem to choose file -- uncomment to test in an AS editor
  3813.     tell application "Finder"
  3814.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickDraw:Bitblitz 1.0:"
  3815.         activate
  3816.     end tell
  3817. on error errMsg number errNum
  3818.     --enter statements to perform when no records are found such as...
  3819.     display dialog "Sorry, the item you selected could not be found."
  3820.     return
  3821. end try
  3822. e    No Changeq
  3823. Dev.CD Feb 00 TC
  3824. aD!All Packages
  3825. Tool Chest Edition
  3826. F    Blat dcmd
  3827. BSummary: Blat is a dcmd that uses the MMU in order to catch references to memory locations  0 through 255.   That is, it will stop any program from reading or writing to the memory that starts at zero, and is 256 bytes long.  That hunk of memory is reserved for Motorola, and is used as the exception vectors for the CPU. 
  3828. Memory Management.imgK
  3829. Sep 92OBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD Feb 00 TC
  3830.  - Tool Chest
  3831.  - Testing & Debugging
  3832.  - Memory Managementhat the name of the profile file is the same as the name in the profile.  To use this application, first rename the file name of the profile as desired.  Then drag the ColorSync Profile (or a folder containing several profiles) onto this application and it make the internal profile name the same as the profile's file name.
  3833. Features: see above
  3834. Issues: none
  3835. JVDropShell.mcp
  3836. DropShell.rsrc
  3837. DSUserProcs.c
  3838. ProfileRenamer -- readme
  3839. ProfileRenamer 68kK
  3840. Jan 98M    ColorSync
  3841. oracle
  3842. oracleeoadaptor
  3843. orchestra
  3844. order
  3845. orderly
  3846. org/developers
  3847. osaka
  3848. osborne
  3849. oserr
  3850. osl-compliant
  3851. ot/ppp
  3852. other
  3853. othmer
  3854. otlifo
  3855. ought
  3856. oughta
  3857. draft
  3858. draftbits
  3859. drafting
  3860. drag-and-drop
  3861. dragable
  3862. dragged
  3863. dragging
  3864. draglib
  3865. draglow
  3866. dragwindow
  3867. dragwindowgrid
  3868. dramatic
  3869. dramatically
  3870. drawback
  3871. learning
  3872. eomodeler
  3873. learning
  3874. effectively
  3875. eomodeler
  3876. application
  3877. least
  3878. leave
  3879. leaving
  3880. ledapp
  3881. legacy
  3882. legal
  3883. length
  3884. lesser
  3885. lessons
  3886. letter
  3887. letters
  3888. 6541X
  3889. Jan 00^
  3890. --set theItem to choose file -- uncomment to test in an AS editor
  3891.     tell application "Finder"
  3892.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Speech Synthesis Manager:"
  3893.         activate
  3894.     end tell
  3895. on error errMsg number errNum
  3896.     --enter statements to perform when no records are found such as...
  3897.     display dialog "Sorry, the item you selected could not be found."
  3898.     return
  3899. end try
  3900. e    No Changef3Speech
  3901. Synthesis
  3902. Text-to-Speech
  3903. MacinTalk
  3904. PlainTalkq
  3905. Dev.CD Jan 00 SDK1
  3906. GD.All Packages
  3907. Tool Chest Edition
  3908. New & RevisedF
  3909. SprocketInvaders
  3910. SprocketInvaders is a full featured game specfically built to demonstrate GameSprockets.  It contains implmentations of Draw, Sound, Input and Net Sprocket.  It also shows some other basic techniques for games, such as handling events loops, sprites and CD audio.
  3911. Dev.CD Vol. X
  3912. Dev.CD Vol. IX
  3913. Dev.CD Vol. VIII
  3914. Dev.CD Vol. VII
  3915. Dev CD Vol. VIV
  3916. 1495X
  3917. All Packages
  3918. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  3919. Dev.CD Jan 94
  3920. Dev.CD Oct 93
  3921. Dev.CD Jul 93
  3922. Dev.CD Apr 93PDDev.CD Apr 94
  3923. Dev.CD Jan 94
  3924. Dev.CD Oct 93
  3925. Dev.CD Jul 93
  3926. Dev.CD Apr 9V
  3927. 6835X
  3928. Apr 94
  3929. --set theItem to choose file -- uncomment to test in an AS editor
  3930.     tell application "Finder"
  3931.         open item "Dev.CD Apr 94
  3932. Dev.CD Jan 94
  3933. Dev.CD Oct 93
  3934. Dev.CD Jul 93
  3935. Dev.CD Apr 93"
  3936.         activate
  3937.     end tell
  3938. on error errMsg number errNum
  3939.     --enter statements to perform when no records are found such as...
  3940.     display dialog "Sorry, the item you selected could not be found."
  3941.     return
  3942. end try
  3943. All Packages
  3944. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  3945. Dev.CD Jan 94
  3946. Dev.CD Oct 93
  3947. Dev.CD Aug 93P6Dev.CD Apr 94
  3948. Dev.CD Jan 94
  3949. Dev.CD Oct 93
  3950. Dev.CD Aug 9V
  3951. 6836X
  3952. Apr 94
  3953. Scrap Color 1.0
  3954. Summary:  Have you ever noticed that there isn't an effective way to transfer color information from one program to another without resorting to writing down the actual values of a color and then typing them back in where you want them?  It's annoying to say the least.  Especially if you want to move or keep track of a number of colors.  Also, if the information could be moved from one application to another, programs could work together better and in a more integrated fashion.
  3955. At least t
  3956. Wisplay dialog "Sorry, the item you selected could not be founB
  3957.     return
  3958. end try
  3959. All Packages
  3960. 6.0.7OcDev.CD July 92
  3961. Dev.CD June 92
  3962. Dev.CD May 92
  3963. Dev.CD Apr 92
  3964. Dev.CD Mar 92
  3965. Dev.CD Feb 92
  3966. Dev.CD Jan 92PbDev.CD July 92
  3967. Dev.CD June 92
  3968. Dev.CD May 92
  3969. Dev.CD Apr 92
  3970. Dev.CD Mar 92
  3971. Dev.CD Feb 92
  3972. Dev.CD Jan 9V
  3973. 1496X
  3974. July 9
  3975. BouncingSpritesIyThis demo program shows how to construct a simple animation and apply compositing (graphics mode) effects to the sprites.J5README.txt
  3976. sd.bat
  3977. SpriteDemoApp
  3978. SpriteDemoApp.zip
  3979. Feb 00
  3980. - Common
  3981.     - Sun Compliant Java Runtime Environment 1.1
  3982.     - QuickTime 3 
  3983.     - QTJava.zip
  3984.     - QTJava media samples
  3985. - Mac OS:
  3986.     - System 8 or later
  3987.     - Macintosh Runtime for Java (MRJ) 2.1
  3988. - Windows 95, 98, or NT::
  3989.     - JRE/JDK from Sun Microsystems, Inc. recommended
  3990. QuickTime, Java, MRJ
  3991. Dev.CD Feb 00 TC
  3992.  - Sample CodeV
  3993. 4370X
  3994. Feb 00^
  3995. r--set theItem to choose file -- uncomment to test in an AS editor
  3996.     tell application "Finder"
  3997.         open item "Dev.CD Feb 00 TC:Sample Code:"
  3998.         activate
  3999.     end tell
  4000. on error errMsg number errNum
  4001.     --enter statements to perform when no records are found such as...
  4002.     display dialog "Sorry, the item you selected could not be found."
  4003.     return
  4004. end try
  4005. e    No Changef
  4006. process managerq
  4007. Dev.CD Feb 00 TC
  4008. All Packages
  4009. 5802X
  4010. Dec 99^
  4011. --set theItem to choose file -- uncomment to test in an AS editor
  4012.     tell application "Finder"
  4013.         open item "Dev.CD Dec 99 RL:Utilities:Developer Forms:"
  4014.         activate
  4015.     end tell
  4016. on error errMsg number errNum
  4017.     --enter statements to perform when no records are found such as...
  4018.     display dialog "Sorry, the item you selected could not be found."
  4019.     return
  4020. end try
  4021. Deletedf"bug reports
  4022. error reports to Appleq
  4023. Dev.CD Dec 99 RL
  4024. dD!All Packages
  4025. Tool Chest Edition
  4026. bugInfo macro
  4027.     hen no records are found such as...
  4028.     display dialog "Sorry, the item you selected could not be found."
  4029.     return
  4030. end try
  4031. All Packages
  4032. 6.0.7O9Dev.CD July 92
  4033. Dev.CD June 92
  4034. Dev.CD May 92
  4035. Dev.CD Apr 92P8Dev.CD July 92
  4036. Dev.CD June 92
  4037. Dev.CD May 92
  4038. Dev.CD Apr 9V
  4039. 1499X
  4040. July 9
  4041. <The "Apple Bug Reporter" HyperCard stack is no longer the way to report bugs to Apple. Instead, you should report them through the World Wide Web by going to <http://gemma.apple.com/bin/bugrpt.pl>. If you do not have web access, fill out the template contained in this document and send it to <devsupport@apple.com>.
  4042. JvAppleII File and Auxiliary Type
  4043. Bug Reporting
  4044. C/F Registration Requests:
  4045. Dev Info Change Form
  4046. NuBus Board RegistrationK
  4047. May 92L
  4048. Jan 98N#bug reports, error reports to AppleO+Dev.CD Dec 99 RL:Utilities:Developer Forms:P0Dev.CD Dec 99 RL
  4049.  - Utilities
  4050.  - Developer FormsD Vol. VIII"
  4051.         activate
  4052.     end tell
  4053. on error errMsg number errNum
  4054.     --enter statements to perform when no records are found such as...
  4055.     display dialog "Sorry, the item you selected could not be found."
  4056.     return
  4057. end try
  4058. All Packages
  4059. 6.0.7V
  4060. 1501X
  4061. ratesQ
  4062. rawip
  4063. rawmode
  4064. reader
  4065. reality
  4066. receives
  4067. recognition
  4068. reconfiguration
  4069. record
  4070. recordable
  4071. redbook
  4072. redbook
  4073. audio
  4074. redistribution
  4075. redistribution
  4076. reference
  4077. reference
  4078. counting
  4079. reference
  4080. counts
  4081. referential
  4082. referential
  4083. integrity
  4084. rules
  4085. reformatting
  4086. region
  4087. registration
  4088. registry
  4089. related
  4090. release
  4091. rename
  4092. renderer
  4093. rendering
  4094. replace
  4095. replacement
  4096. reports
  4097. resdistributor
  4098. resedit
  4099. resedit
  4100. 2.1.1
  4101. disassembly
  4102. disassembler
  4103. viewer
  4104. edito
  4105. resolution
  4106. resource
  4107. resource
  4108. management
  4109. usage
  4110. video
  4111. viewer
  4112. virtual
  4113. virtual
  4114. virtualuser
  4115. volumes
  4116. vtwin
  4117. wannabe
  4118. cd-rom
  4119. cd-rom
  4120. detection
  4121. cd-rom
  4122. validator
  4123. centris/quadra
  4124. cfm-68k
  4125. cfm-68k
  4126. chinese
  4127. chinese
  4128. dictation
  4129. chinese
  4130. dictation
  4131. chinese
  4132. handwriting
  4133. chinese
  4134. handwriting
  4135. chinese
  4136. language
  4137. chinese
  4138. language
  4139. updater
  4140. chinesetalk
  4141. chinesetalk
  4142. 6.0.3
  4143. chinesetalk
  4144. chinesetraditionalfo
  4145. chinesetraditionalfo
  4146. 6.0.5
  4147. chromakeymovie
  4148. cihui
  4149. classic
  4150. client
  4151. colorsync
  4152. photoshop
  4153. plugins
  4154. communications
  4155. communications
  4156. toolbox
  4157. compositedeffects
  4158. computer-based
  4159. computer-based
  4160. media
  4161. broadcast
  4162.  Packages
  4163. PPC EnablerO
  4164. Dev.CD Jul 95P
  4165. Dev.CD Jul 9V
  4166. 4362X
  4167. Jul 95
  4168. b--set theItem to choose file -- uncomment to test in an AS editor
  4169.     tell application "Finder"
  4170.         open item "Dev.CD Jul 95"
  4171.         activate
  4172.     end tell
  4173. on error errMsg number errNum
  4174.     --enter statements to perform when no records are found such as...
  4175.     display dialog "Sorry, the item you selected could not be found."
  4176.     return
  4177. end try
  4178. All Packages
  4179. PPC EnablerO
  4180. Dev.CD Jul 95P
  4181. Dev.CD Jul 9V
  4182. 4363X
  4183. Jul 95
  4184. b--set theItem to choose file -- uncomment to test in an AS editor
  4185.     tell application "Finder"
  4186.         open item "Dev.CD Jul 95"
  4187.         activate
  4188.     end tell
  4189. on error errMsg number errNum
  4190.     --enter statements to perform when no records are found such as...
  4191.     display dialog "Sorry, the item you selected could not be found."
  4192.     return
  4193. end try
  4194. All Packages
  4195. PPC EnablerO
  4196. Dev.CD Jul 95P
  4197. Dev.CD Jul 9V
  4198. 4364X
  4199. Jul 95
  4200. CD Vol. VIV
  4201. 1504X
  4202. Dev.CD Apr 95
  4203. Dev.CD Jan 95P
  4204. Dev.CD Apr 95
  4205. Dev.CD Jan 9V
  4206. 6309X
  4207. Apr 95
  4208. p--set theItem to choose file -- uncomment to test in an AS editor
  4209.     tell application "Finder"
  4210.         open item "Dev.CD Apr 95
  4211. Dev.CD Jan 95"
  4212.         activate
  4213.     end tell
  4214. on error errMsg number errNum
  4215.     --enter statements to perform when no records are found such as...
  4216.     display dialog "Sorry, the item you selected could not be found."
  4217.     return
  4218. end try
  4219. All Packages
  4220. QuickDraw GXO
  4221. Dev.CD Apr 95
  4222. Dev.CD Jan 95P
  4223. Dev.CD Apr 95
  4224. Dev.CD Jan 9V
  4225. 6310X
  4226. Apr 95
  4227. p--set theItem to choose file -- uncomment to test in an AS editor
  4228.     tell application "Finder"
  4229.         open item "Dev.CD Apr 95
  4230. Dev.CD Jan 95"
  4231.         activate
  4232.     end tell
  4233. on error errMsg number errNum
  4234.     --enter statements to perform when no records are found such as...
  4235.     display dialog "Sorry, the item you selected could not be found."
  4236.     return
  4237. end try
  4238. All Packages
  4239. QuickDraw GXV
  4240. 6311X
  4241. reporter
  4242. reporting
  4243. reports
  4244. repositories
  4245. repository
  4246. representation
  4247. representative
  4248. require
  4249. required
  4250. requirements
  4251. requires
  4252. requiring
  4253. requiring
  4254. training
  4255. apple
  4256. chinese
  4257. handwriting
  4258. research
  4259. researching
  4260. resedit
  4261. reserved
  4262. reside
  4263. resizeable
  4264. resolution
  4265. resolutions
  4266. resolve
  4267. resolvealiastopath
  4268. resource
  4269. resources
  4270. respond
  4271. response
  4272. responsible
  4273. ressler
  4274. restartW
  4275. result
  4276. results
  4277. resume
  4278. retail
  4279. reporting
  4280. bugdetails
  4281. build
  4282. buildfailed
  4283. building
  4284. building
  4285. dcmds
  4286. building
  4287. sprocketinvaders
  4288. buildprogram
  4289. builds
  4290. buildscript
  4291. buildsucceeded
  4292. buildxcmd
  4293. business
  4294. business
  4295. opp's
  4296. germany
  4297. butcdef
  4298. butcdef
  4299. byrne's
  4300. byrne's
  4301. xcmds
  4302. xfcns
  4303. byrne's
  4304. xcmds&xfcns
  4305. c-french
  4306. c-french
  4307. canadian
  4308. registration
  4309. requests
  4310. calendoid
  4311. calendoid
  4312. callback
  4313. callback
  4314. sample
  4315. callfinder
  4316. callfinder
  4317. callfinder
  4318. callhyper
  4319. resources
  4320. return
  4321. return
  4322. investment
  4323. business
  4324. processes
  4325. interactive
  4326. media
  4327. reverb
  4328. rgbforecolor
  4329. rhapsody
  4330. rhapsody
  4331. yellow
  4332. openstep
  4333. rhapsody
  4334. pages
  4335. riser
  4336. robustness
  4337. rotation
  4338. router
  4339. routing
  4340. rules
  4341. runtime
  4342. sample
  4343. sample
  4344. games
  4345. graphics
  4346. animation
  4347. sample
  4348. survey
  4349. developer
  4350. feedback
  4351. sample
  4352. traffic
  4353. light
  4354. saving
  4355. scanner
  4356. screen
  4357. script
  4358. selected
  4359. selector
  4360. serial
  4361. serialshimlib
  4362. series
  4363. server
  4364. services
  4365. setting
  4366. setup
  4367. shared
  4368. sherlock
  4369. sherlock
  4370. content
  4371. extractor
  4372. search
  4373. 5803X
  4374. Feb 00^
  4375. --set theItem to choose file -- uncomment to test in an AS editor
  4376.     tell application "Finder"
  4377.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:"
  4378.         activate
  4379.     end tell
  4380. on error errMsg number errNum
  4381.     --enter statements to perform when no records are found such as...
  4382.     display dialog "Sorry, the item you selected could not be found."
  4383.     return
  4384. end try
  4385. e    No Changef
  4386. testing
  4387. debuggingq
  4388. Dev.CD Feb 00 TC
  4389. eD!All Packages
  4390. Tool Chest Edition
  4391. Business Opp's - Germany
  4392. 2Summary: This brochure serves as a foundation, explaining important information regarding the German market as well as information pertaining to sales and marketing practices in Germany. You will also find an address list and a reading list to assist you in researching your more specific questions easily.
  4393. Business Opp's - GermanyK
  4394. Aug 95OCDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:ge
  4395. 6873X
  4396. Dec 99^    RL Disk 2
  4397. --set theItem to choose file -- uncomment to test in an AS editor
  4398.     tell application "Finder"
  4399.         open item "Dev.CD Dec 99 RL Disk 2:Technical Publications:"
  4400.         activate
  4401.     end tell
  4402. on error errMsg number errNum
  4403.     --enter statements to perform when no records are found such as...
  4404.     display dialog "Sorry, the item you selected could not be found."
  4405.     return
  4406. end try
  4407. e    No ChangefSTechnical Publications
  4408. technical documentation
  4409. documentation
  4410. Tech Docs
  4411. publicationsq
  4412. Dev.CD Dec 99 RL Disk 2
  4413. D(All Packages
  4414. Reference Library Edition
  4415. F,Technical Publications: Documentation in PDF
  4416. Collection of PDF documentation for Mac OS, Developer Notes, Java, Mac OS X, QuickTime, and WebObjects.
  4417. Features: Viewing and Printing instructions for PDF documents included. Refer to the 
  4418. README.html file in the "Documentation in PDF" folder for instructions.
  4419. J?hardware:
  4420. Java_pdf 
  4421. macos8_pdf
  4422. macosx:
  4423. webobjects:
  4424. README.htmlK
  4425. Sep 98L
  4426. Sep 99
  4427. summary
  4428. thread
  4429. manager
  4430. system
  4431. extension
  4432. which
  4433. summary
  4434. verifier
  4435. apple
  4436. internal
  4437. localization
  4438. verif
  4439. summary
  4440. virtual
  4441. server
  4442. attempt
  4443. provide
  4444. piece
  4445. summary
  4446. virtual
  4447. tutorial
  4448. provides
  4449. quick
  4450. intro
  4451. summary
  4452. services
  4453. apple
  4454. event
  4455. suite
  4456. allows
  4457. appli
  4458. Summary:  bugInfo is a macro you can execute within MacsBug to give you the most commonly used  debugging info to you right away with one command.  Use it as your first command when MacBug comes up to get the scoop by typing "bugInfo".
  4459. The command equivalent of this macro is:
  4460. wh; how; ip; sc; dm pc - 20 100, hc; td; drvr; file
  4461. What you will see appear is where (at what location in memory) you crashed or interrupted, how (by bus error, system error, interrupt) you got into MacsBug, a disaB
  4462. ssembly of code around the entry point, a memory dump in the vacinity of the program counter, a heap check, a display of CPU registers, a list of active drivers, and information on open files.
  4463. General tools.imgK
  4464. Feb 94M
  4465. MacsBug, ResEditN
  4466. testing, debuggingO>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Feb 00 TC
  4467.  - Tool Chest
  4468.  - Testing & Debugging
  4469.  - General tools
  4470. All Packages
  4471. PPC EnablerO
  4472. Dev.CD Jul 95P
  4473. Dev.CD Jul 9V
  4474. 4355X
  4475. Jul 95
  4476. where
  4477. wherever
  4478. whether
  4479. which
  4480. while
  4481. whose
  4482. window
  4483. windows
  4484. windows/dos
  4485. wireless
  4486. wishing
  4487. withQ
  4488. plug-in's
  4489. cpu's
  4490. cpugestalt
  4491. cpugestalt
  4492. sample
  4493. illustrates
  4494. determine
  4495. craig
  4496. crash
  4497. crashed
  4498. crashes
  4499. crawl
  4500. create
  4501. create
  4502. needs
  4503. created
  4504. createdirwithcustomi
  4505. createpmforecolorima
  4506. creatergbforecolorim
  4507. creates
  4508. creating
  4509. creation
  4510. creative
  4511. creativity
  4512. ePHDev.CD May 98 TC
  4513.  - Programs & Marketing
  4514.  - Market & Distribution GuidesV
  4515. 5804X
  4516. May 98^
  4517. --set theItem to choose file -- uncomment to test in an AS editor
  4518.     tell application "Finder"
  4519.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:"
  4520.         activate
  4521.     end tell
  4522. on error errMsg number errNum
  4523.     --enter statements to perform when no records are found such as...
  4524.     display dialog "Sorry, the item you selected could not be found."
  4525.     return
  4526. end try
  4527. e    No Changeq
  4528. Dev.CD May 98 TC
  4529. fD!All Packages
  4530. Tool Chest Edition
  4531. Byrne's XCMDs & XFCNs
  4532. Summary: This is a set of 20 XCMDs and XFCNs that perform a wide variety of tasks, from finding the selected printer to simple string manipulation.  Includes all MPW C source code too.
  4533. Features: HyperCard XFCNs and XCMDs.
  4534. This package is System 7.0 compatible. 
  4535. 5805X
  4536. 1e    No Change
  4537. bugfix
  4538. buggy
  4539. buginfo
  4540. bugs/incompatibilite
  4541. build
  4542. builder
  4543. buildglfromwindow
  4544. building
  4545. building
  4546. system
  4547. extension
  4548. building
  4549. installing
  4550. using
  4551. driver
  4552. builds
  4553. built
  4554. getvol
  4555. getvol
  4556. newformat
  4557. getvolumes
  4558. getvolumes
  4559. gif89a
  4560. global
  4561. global
  4562. globallist
  4563. globallist
  4564. globalmaster
  4565. globalmaster
  4566. glossar
  4567. glossary
  4568. glypha
  4569. glypha
  4570. glyphaiv
  4571. glyphaiv
  4572. glyphaiv
  4573. goodies
  4574. gouraud
  4575. gouraud
  4576. sample
  4577. grabguy
  4578. grabguy
  4579. graphical
  4580. graphical
  4581. interface
  4582. graphics
  4583. grayscale
  4584. groupdrawing
  4585. easyview
  4586. guide
  4587. guide
  4588. guide
  4589. contents
  4590. aders
  4591. helloworld
  4592. helloworld
  4593. helper
  4594. helplab
  4595. higuidelines
  4596. summary
  4597. xcmds
  4598. xfcns
  4599. perform
  4600. summary
  4601. three
  4602. tools
  4603. written
  4604. hardwar
  4605. summary
  4606. simple
  4607. window
  4608. based
  4609. debugger
  4610. kernel
  4611. summary
  4612. which
  4613. plays
  4614. sounds
  4615. summary
  4616. helper
  4617. formerly
  4618. monthly
  4619. posting
  4620. summary
  4621. simpletext
  4622. source
  4623. shows
  4624. summary
  4625. developer
  4626. edition
  4627. quickview
  4628. devel
  4629. summary
  4630. electronic
  4631. version
  4632. develop
  4633. magazine
  4634. summary
  4635. prgram
  4636. guide
  4637. macintosh
  4638. power
  4639. summary
  4640. software
  4641. apple
  4642. macintosh
  4643. display
  4644. summary
  4645. latest
  4646. version
  4647. shimmermate
  4648. names
  4649. summary
  4650. package
  4651. contains
  4652. summary
  4653. package
  4654. contains
  4655. debugging
  4656. version
  4657. strings
  4658. 5806X
  4659. Nov 99^
  4660. --set theItem to choose file -- uncomment to test in an AS editor
  4661.     tell application "Finder"
  4662.         open item "Dev.CD Nov 99 TC:What's New?:Technical Documentation:C.S.M.P. Digests v3 (000-148):"
  4663.         activate
  4664.     end tell
  4665. on error errMsg number errNum
  4666.     --enter statements to perform when no records are found such as...
  4667.     display dialog "Sorry, the item you selected could not be found."
  4668.     return
  4669. end try
  4670. Deletedq
  4671. Dev.CD Nov 99 TC
  4672. C++ Source Code Formatter
  4673. Summary: cdent is a MPW tool used to format C and C++ source code to a user defined style. 
  4674. Features:
  4675. * Cryptic and obscure formatting commands! 
  4676. * Source code.  
  4677. * Understands C and C++.  
  4678. * Understands conditional compilation.  Source is provided.  
  4679. * Formats in the One True Style out of the box.
  4680. * Used by the developers of MacApp 3.0. 
  4681. * Does not harm the ozone layer nor does it contribute to global warming.
  4682. This package is System 7.0 compatible.  7.0 compatible.  
  4683. fJvByrne's XCMDs & XFCNs
  4684. ColorScreen.c
  4685. CreateCopy.c
  4686. FilterDirectory.c
  4687. GetEOF.c
  4688. RemoveFile.c
  4689. Source
  4690. SystemFolder.c
  4691. XThingsK
  4692. Vol VL
  4693. Vol VIIMHHyperCard 2.0 or later, though most run under HyperCard 1.2.2 and 1.2.5.OaDev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Byrne's XCMDs&XFCNs:PoDev.CD Feb 00 TC
  4694.  - Tool Chest
  4695.  - Development Kits
  4696.  - HyperCard Related
  4697.  - XCMDs & XFCNs
  4698.  - Byrne's XCMDs&XFCNsV
  4699. 5805X
  4700. Feb 00^
  4701. --set theItem to choose file -- uncomment to test in an AS editor
  4702.     tell application "Finder"
  4703.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Byrne's XCMDs&XFCNs:"
  4704.         activate
  4705.     end tell
  4706. on error errMsg number errNum
  4707.     --enter statements to perform when no records are found such as...
  4708.     display dialog "Sorry, the item you selected could not be found."
  4709.     return
  4710. end try
  4711. e    No Changeq
  4712. Dev.CD Feb 00 TC
  4713. gD!All Packages
  4714. Tool Chest Edition
  4715. C.S.M.P. Digests
  4716.     Oct 94
  4717. u--set theItem to choose file -- uncomment to test in an AS editor
  4718.     tell application "Finder"
  4719.         open item "Dev CD Vol. V
  4720. Developer CD (III)"
  4721.         activate
  4722.     end tell
  4723. on error errMsg number errNum
  4724.     --enter statements to perform when no records are found such as...
  4725.     display dialog "Sorry, the item you selected could not be found."
  4726.     return
  4727. end try
  4728. chest
  4729. editionW
  4730. Jun 94L
  4731. Aug 96OSDev.CD Nov 99 TC:What's New?:Technical Documentation:C.S.M.P. Digests v3 (000-148):P[Dev.CD Nov 99 TC
  4732.  - What's New?
  4733.  - Technical Documentation
  4734.  - C.S.M.P. Digests v3 (000-148)errNum
  4735.     --enter statements to perform when no records are found such as...
  4736.     display dialog "Sorry, the item you selected could not be found."
  4737.     return
  4738. end try
  4739. on "Finder"
  4740.         open item "Dev.CD Apr 94
  4741. Dev.CD Jan 94
  4742. Dev.CD Oct 93
  4743. Dev.CD Aug 93
  4744. Dev.CD Mar 92
  4745. Dev.CD Feb 92
  4746. Dev.CD Jan 92
  4747. Dev.CD Vol. XI"
  4748.         activate
  4749.     end tell
  4750. on error errMsg number errNum
  4751.     --enter statements to perform when no records are found such as...
  4752.     display dialog "Sorry, the item you selected could not be found."
  4753.     return
  4754. end try
  4755. All Packages
  4756. 6.0.7.1O8Dev.CD Mar 92
  4757. Dev.CD Feb 92
  4758. Dev.CD Jan 92
  4759. Dev.CD Vol. XIP7Dev.CD Mar 92
  4760. Dev.CD Feb 92
  4761. Dev.CD Jan 92
  4762. Dev.CD Vol. XV
  4763. 1525X
  4764. Mar 92
  4765. summary
  4766. xcmds
  4767. xfcns
  4768. perform
  4769. summary
  4770. definition
  4771. binhex
  4772. protocol
  4773. summary
  4774. package
  4775. contains
  4776. sample
  4777. examples
  4778. whic@
  4779. summary
  4780. package
  4781. includes
  4782. draft
  4783. specifications
  4784. summary
  4785. program
  4786. illustrates
  4787. menus
  4788. window@
  4789. summary
  4790. stack
  4791. contains
  4792. collection
  4793. apple
  4794. event
  4795. xcmd@
  4796. F    PowerTalkO
  4797. Dev.CD Apr 95P
  4798. Dev.CD Apr 9V
  4799. 4342X
  4800. Apr 95
  4801. b--set theItem to choose file -- uncomment to test in an AS editor
  4802.     tell application "Finder"
  4803.         open item "Dev.CD Apr 95"
  4804.         activate
  4805.     end tell
  4806. on error errMsg number errNum
  4807.     --enter statements to perform when no records are found such as...
  4808.     display dialog "Sorry, the item you selected could not be found."
  4809.     return
  4810. end try
  4811. All Packages
  4812. PowerTalk (PPC)O
  4813. Dev.CD Oct 94P
  4814. Dev.CD Oct 9V
  4815. 4343X
  4816. Oct 94
  4817. mpc106Q
  4818. mping
  4819. mueller
  4820. multi-interface
  4821. multi-platform
  4822. multibuffering
  4823. multimedia
  4824. multipane
  4825. multiple
  4826. multiple-buffering/p
  4827. multiprocessing
  4828. multitasking
  4829. music
  4830. music
  4831. quicktime
  4832. music
  4833. architecture
  4834. david
  4835. must-have
  4836. mybuildmenu
  4837. myself
  4838. mysteries
  4839. mystery
  4840. naked
  4841. named
  4842. names
  4843. nasty
  4844. natick
  4845. 3-076
  4846. csmp-digest-v3-077
  4847. csmp-digest-v3-078
  4848. csmp-digest-v3-079
  4849. csmp-digest-v3-080
  4850. csmp-digest-v3-081
  4851. csmp-digest-v3-082
  4852. csmp-digest-v3-083
  4853. csmp-digest-v3-084
  4854. csmp-digest-v3-085
  4855. csmp-digest-v3-086
  4856. csmp-digest-v3-087
  4857. csmp-digest-v3-088
  4858. csmp-digest-v3-089
  4859. csmp-digest-v3-090
  4860. csmp-digest-v3-091
  4861. csmp-digest-v3-092
  4862. csmp-digest-v3-093
  4863. csmp-digest-v3-094
  4864. csmp-digest-v3-095
  4865. csmp-digest-v3-096
  4866. csmp-digest-v3-097
  4867. csmp-digest-v3-098
  4868. csmp-digest-v3-099
  4869. csmp-digest-v3-100
  4870. csmp-digest-v3-101
  4871. csmp-digest-v
  4872. 3-102
  4873. csmp-digest-v3-103
  4874. csmp-digest-v3-104
  4875. csmp-digest-v3-105
  4876. csmp-digest-v3-106
  4877. csmp-digest-v3-107
  4878. csmp-digest-v3-108
  4879. csmp-digest-v3-109
  4880. csmp-digest-v3-110
  4881. csmp-digest-v3-111
  4882. csmp-digest-v3-112
  4883. csmp-digest-v3-113
  4884. csmp-digest-v3-114
  4885. csmp-digest-v3-115
  4886. csmp-digest-v3-116
  4887. csmp-digest-v3-117
  4888. csmp-digest-v3-118
  4889. csmp-digest-v3-119
  4890. csmp-digest-v3-120
  4891. csmp-digest-v3-121
  4892. csmp-digest-v3-122
  4893. csmp-digest-v3-123
  4894. csmp-digest-v3-125
  4895. csmp-digest-v3-126
  4896. csmp-digest-v3-127
  4897. csmp-digest-v3-128
  4898. csmp-digest-v
  4899. Summary:  This digest is a collection of article threads from the internet newsgroups comp.sys.mac.programmer.*.  It is designed for people who read c.s.m.p. semi- regularly and want an archive of the discussions.  
  4900. The Comp.Sys.Mac.Programmer Digest is moderated by Francois Pottier (pottier@clipper.ens.fr).
  4901. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.
  4902. 00csmp-abstracts.txt
  4903. csmp-digest-readme.txt
  4904. csmp-digest-v3-001
  4905. csmp-digest-v3-002
  4906. csmp-digest-v3-003
  4907. csmp-digest-v3-004
  4908. csmp-digest-v3-005
  4909. csmp-digest-v3-006
  4910. csmp-digest-v3-007
  4911. csmp-digest-v3-008
  4912. csmp-digest-v3-009
  4913. csmp-digest-v3-010
  4914. csmp-digest-v3-011
  4915. csmp-digest-v3-012
  4916. csmp-digest-v3-013
  4917. csmp-digest-v3-014
  4918. csmp-digest-v3-015
  4919. csmp-digest-v3-016
  4920. csmp-digest-v3-017
  4921. csmp-digest-v3-018
  4922. csmp-digest-v3-019
  4923. csmp-digest-v3-020
  4924. csmp-digest-v3-021
  4925. csmp-digest-v3-022
  4926. csmp-digest-v3-023
  4927. csmp-digest-v
  4928. Jun 94L
  4929. Aug 96ackages
  4930. frontier
  4931. frontmost
  4932. fruitful
  4933. fsizemust
  4934. fsmgluelib
  4935. fsspec
  4936. fully
  4937. function
  4938. function/method
  4939. functional
  4940. functionality
  4941. functionsW
  4942. fundamental
  4943. fundamentally
  4944. further
  4945. future
  4946. futures
  4947. 3-024
  4948. csmp-digest-v3-025
  4949. csmp-digest-v3-026
  4950. csmp-digest-v3-027
  4951. csmp-digest-v3-028
  4952. csmp-digest-v3-029
  4953. csmp-digest-v3-030
  4954. csmp-digest-v3-031
  4955. csmp-digest-v3-032
  4956. csmp-digest-v3-033
  4957. csmp-digest-v3-034
  4958. csmp-digest-v3-035
  4959. csmp-digest-v3-036
  4960. csmp-digest-v3-037
  4961. csmp-digest-v3-038
  4962. csmp-digest-v3-039
  4963. csmp-digest-v3-040
  4964. csmp-digest-v3-041
  4965. csmp-digest-v3-042
  4966. csmp-digest-v3-043
  4967. csmp-digest-v3-044
  4968. csmp-digest-v3-045
  4969. csmp-digest-v3-046
  4970. csmp-digest-v3-047
  4971. csmp-digest-v3-048
  4972. csmp-digest-v3-049
  4973. csmp-digest-v
  4974. 3-050
  4975. csmp-digest-v3-051
  4976. csmp-digest-v3-052
  4977. csmp-digest-v3-053
  4978. csmp-digest-v3-054
  4979. csmp-digest-v3-055
  4980. csmp-digest-v3-056
  4981. csmp-digest-v3-057
  4982. csmp-digest-v3-058
  4983. csmp-digest-v3-059
  4984. csmp-digest-v3-060
  4985. csmp-digest-v3-061
  4986. csmp-digest-v3-062
  4987. csmp-digest-v3-063
  4988. csmp-digest-v3-064
  4989. csmp-digest-v3-065
  4990. csmp-digest-v3-066
  4991. csmp-digest-v3-067
  4992. csmp-digest-v3-068
  4993. csmp-digest-v3-069
  4994. csmp-digest-v3-070
  4995. csmp-digest-v3-071
  4996. csmp-digest-v3-072
  4997. csmp-digest-v3-073
  4998. csmp-digest-v3-074
  4999. csmp-digest-v3-075
  5000. csmp-digest-v
  5001. csmp-digest-v3-011
  5002. csmp-digest-v3-012
  5003. csmp-digest-v3-013
  5004. csmp-digest-v3-014
  5005. csmp-digest-v3-015
  5006. csmp-digest-v3-016
  5007. csmp-digest-v3-017
  5008. csmp-digest-v3-018
  5009. csmp-digest-v3-019
  5010. csmp-digest-v3-020
  5011. csmp-digest-v3-021
  5012. csmp-digest-v3-022
  5013. csmp-digest-v3-023
  5014. csmp-digest-v3-024
  5015. csmp-digest-v3-025
  5016. csmp-digest-v3-026
  5017. csmp-digest-v3-027
  5018. csmp-digest-v3-028
  5019. csmp-digest-v3-029
  5020. csmp-digest-v3-030
  5021. csmp-digest-v3-031
  5022. csmp-digest-v3-032
  5023. csmp-digest-v3-033
  5024. csmp-digest-v3-034
  5025. csmp-digest-v3-035
  5026. csmp-digest-v3-036
  5027. csmp-digest-v3-037
  5028. csmp-digest-v3-038
  5029. csmp-digest-v3-039
  5030. csmp-digest-v3-040
  5031. csmp-digest-v3-041
  5032. csmp-digest-v3-042
  5033. csmp-digest-v3-043
  5034. csmp-digest-v3-044
  5035. csmp-digest-v3-045
  5036. csmp-digest-v3-046
  5037. csmp-digest-v3-047
  5038. csmp-digest-v3-048
  5039. csmp-digest-v3-049
  5040. csmp-digest-v3-050
  5041. cwpro2
  5042. database
  5043. database
  5044. suite
  5045. [3-129
  5046. csmp-digest-v3-130
  5047. csmp-digest-v3-131
  5048. csmp-digest-v3-132
  5049. csmp-digest-v3-133
  5050. csmp-digest-v3-134
  5051. csmp-digest-v3-135
  5052. csmp-digest-v3-136
  5053. csmp-digest-v3-138
  5054. csmp-digest-v3-139
  5055. csmp-digest-v3-140
  5056. csmp-digest-v3-141
  5057. csmp-digest-v3-142
  5058. csmp-digest-v3-143
  5059. csmp-digest-v3-144
  5060. csmp-digest-v3-145
  5061. csmp-digest-v3-146
  5062. csmp-digest-v3-147
  5063. csmp-digest-v3-148
  5064.  records are found such as...
  5065.     display dialog "Sorry, the item you selected could not be found."
  5066.     return
  5067. end try
  5068. All Packages
  5069. F    PowerTalkO
  5070. Dev.CD Apr 95
  5071. Dev.CD Jan 95P
  5072. Dev.CD Apr 95
  5073. Dev.CD Jan 9V
  5074. 4335X
  5075. Apr 95
  5076. p--set theItem to choose file -- uncomment to test in an AS editor
  5077.     tell application "Finder"
  5078.         open item "Dev.CD Apr 95
  5079. Dev.CD Jan 95"
  5080.         activate
  5081.     end tell
  5082. on error errMsg number errNum
  5083.     --enter statements to perform when no records are found such as...
  5084.     display dialog "Sorry, the item you selected could not be found."
  5085.     return
  5086. end try
  5087. All Packages
  5088. All Packages
  5089. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  5090. Dev.CD Jan 94
  5091. Dev.CD Oct 93
  5092. Dev.CD Jul 93P6Dev.CD Apr 94
  5093. Dev.CD Jan 94
  5094. Dev.CD Oct 93
  5095. Dev.CD Jul 9V
  5096. 6791X
  5097. Apr 94
  5098. --set theItem to choose file -- uncomment to test in an AS editor
  5099.     tell application "Finder"
  5100.         open item "Dev.CD Apr 94
  5101. Dev.CD Jan 94
  5102. Dev.CD Oct 93
  5103. Dev.CD Jul 93"
  5104.         activate
  5105.     end tell
  5106. on error errMsg number errNum
  5107.     --enter statements to perform when no records are found such as...
  5108.     display dialog "Sorry, the item you selected could not be found."
  5109.     return
  5110. end try
  5111. All Packages
  5112. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  5113. Dev.CD Jan 94
  5114. Dev.CD Oct 93P(Dev.CD Apr 94
  5115. Dev.CD Jan 94
  5116. Dev.CD Oct 9V
  5117. 6792X
  5118. Apr 94
  5119. Dev.CD Jan 96 SSV
  5120. 6251X
  5121. Jan 96
  5122. f--set theItem to choose file -- uncomment to test in an AS editor
  5123.     tell application "Finder"
  5124.         open item "Dev.CD Jan 96 SSW"
  5125.         activate
  5126.     end tell
  5127. on error errMsg number errNum
  5128.     --enter statements to perform when no records are found such as...
  5129.     display dialog "Sorry, the item you selected could not be found."
  5130.     return
  5131. end try
  5132. All Packages
  5133. QuickDraw 3DO
  5134. Dev.CD Jan 96 SSWP
  5135. Dev.CD Jan 96 SSV
  5136. 6252X
  5137. Jan 96
  5138. f--set theItem to choose file -- uncomment to test in an AS editor
  5139.     tell application "Finder"
  5140.         open item "Dev.CD Jan 96 SSW"
  5141.         activate
  5142.     end tell
  5143. on error errMsg number errNum
  5144.     --enter statements to perform when no records are found such as...
  5145.     display dialog "Sorry, the item you selected could not be found."
  5146.     return
  5147. end try
  5148. All Packages
  5149. QuickDraw 3DO
  5150. Dev.CD Jan 96 SSWP
  5151. Dev.CD Jan 96 SSV
  5152. 6253X
  5153. Jan 96
  5154. ATags
  5155. ATags Manual
  5156. ATags Manual.txt
  5157. CTags
  5158. Ctags Manual
  5159. Ctags Manual.txt
  5160. Findtag
  5161. Findtag Manual
  5162. Findtag Manual.txt
  5163. PopTag
  5164. PopTag Manual
  5165. PopTag Manual.txt
  5166. PTags
  5167. Ptags Manual
  5168. Ptags Manual.txt
  5169. READ ME
  5170. READ ME.txt
  5171. Sample Startup
  5172. Tags.HelpK
  5173. Vol IIIL
  5174. Jan 93MDMPW and some free disk space. This package is System 7.0 compatible.O>Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:Tags:PIDev.CD Feb 00 TC
  5175.  - Tool Chest
  5176.  - Development Kits
  5177.  - MPW Related
  5178.  - TagsV
  5179. 6871X
  5180. Feb 00^
  5181. --set theItem to choose file -- uncomment to test in an AS editor
  5182.     tell application "Finder"
  5183.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:Tags:"
  5184.         activate
  5185.     end tell
  5186. on error errMsg number errNum
  5187.     --enter statements to perform when no records are found such as...
  5188.     display dialog "Sorry, the item you selected could not be found."
  5189.     return
  5190. end try
  5191. e    No Changeq
  5192. Dev.CD Feb 00 TC
  5193. All Packages
  5194. F$Taiwan Chinese Font Option Kit 6.0.3V
  5195. 6872X
  5196. csmp-digest-v3-091
  5197. csmp-digest-v3-092
  5198. csmp-digest-v3-093
  5199. csmp-digest-v3-094
  5200. csmp-digest-v3-095
  5201. csmp-digest-v3-096
  5202. csmp-digest-v3-097
  5203. csmp-digest-v3-098
  5204. csmp-digest-v3-099
  5205. csmp-digest-v3-100
  5206. csmp-digest-v3-101
  5207. csmp-digest-v3-102
  5208. csmp-digest-v3-103
  5209. csmp-digest-v3-104
  5210. csmp-digest-v3-105
  5211. csmp-digest-v3-106
  5212. csmp-digest-v3-107
  5213. csmp-digest-v3-108
  5214. csmp-digest-v3-109
  5215. csmp-digest-v3-110
  5216. csmp-digest-v3-111
  5217. csmp-digest-v3-112
  5218. csmp-digest-v3-113
  5219. csmp-digest-v3-114
  5220. csmp-digest-v3-115
  5221. csmp-digest-v3-116
  5222. csmp-digest-v3-117
  5223. csmp-digest-v3-118
  5224. csmp-digest-v3-119
  5225. csmp-digest-v3-120
  5226. csmp-digest-v3-121
  5227. csmp-digest-v3-122
  5228. csmp-digest-v3-123
  5229. csmp-digest-v3-125
  5230. csmp-digest-v3-126
  5231. csmp-digest-v3-127
  5232. csmp-digest-v3-128
  5233. csmp-digest-v3-129
  5234. csmp-digest-v3-130
  5235. csmp-digest-v3-131
  5236. cwpro2
  5237. database
  5238. database
  5239. suite
  5240. interoperates
  5241. interpret
  5242. interpretation
  5243. interpreting
  5244. interrupt
  5245. interrupt-time
  5246. interrupted
  5247. intersection
  5248. intersects
  5249. interval
  5250. intervention
  5251. interview-based
  5252. intimate
  5253. intoW
  5254. intra
  5255. intranets
  5256. intricacies
  5257. intrinsic
  5258. introduce
  5259. introduced
  5260. invoke
  5261. invoked
  5262. involve
  5263. involved
  5264. involves
  5265. involving
  5266. iostreams
  5267. iotracer
  5268. csmp-digest-v3-051
  5269. csmp-digest-v3-052
  5270. csmp-digest-v3-053
  5271. csmp-digest-v3-054
  5272. csmp-digest-v3-055
  5273. csmp-digest-v3-056
  5274. csmp-digest-v3-057
  5275. csmp-digest-v3-058
  5276. csmp-digest-v3-059
  5277. csmp-digest-v3-060
  5278. csmp-digest-v3-061
  5279. csmp-digest-v3-062
  5280. csmp-digest-v3-063
  5281. csmp-digest-v3-064
  5282. csmp-digest-v3-065
  5283. csmp-digest-v3-066
  5284. csmp-digest-v3-067
  5285. csmp-digest-v3-068
  5286. csmp-digest-v3-069
  5287. csmp-digest-v3-070
  5288. csmp-digest-v3-071
  5289. csmp-digest-v3-072
  5290. csmp-digest-v3-073
  5291. csmp-digest-v3-074
  5292. csmp-digest-v3-075
  5293. csmp-digest-v3-076
  5294. csmp-digest-v3-077
  5295. csmp-digest-v3-078
  5296. csmp-digest-v3-079
  5297. csmp-digest-v3-080
  5298. csmp-digest-v3-081
  5299. csmp-digest-v3-082
  5300. csmp-digest-v3-083
  5301. csmp-digest-v3-084
  5302. csmp-digest-v3-085
  5303. csmp-digest-v3-086
  5304. csmp-digest-v3-087
  5305. csmp-digest-v3-088
  5306. csmp-digest-v3-089
  5307. csmp-digest-v3-090
  5308. cwpro2
  5309. database
  5310. database
  5311. suite
  5312. csmp-digest-v3-132
  5313. csmp-digest-v3-133
  5314. csmp-digest-v3-134
  5315. csmp-digest-v3-135
  5316. csmp-digest-v3-136
  5317. csmp-digest-v3-138
  5318. csmp-digest-v3-139
  5319. csmp-digest-v3-140
  5320. csmp-digest-v3-141
  5321. csmp-digest-v3-142
  5322. csmp-digest-v3-143
  5323. csmp-digest-v3-144
  5324. csmp-digest-v3-145
  5325. csmp-digest-v3-146
  5326. csmp-digest-v3-147
  5327. csmp-digest-v3-148
  5328. csoundboardapp
  5329. csoundboardapp
  5330. csoundboardapp
  5331. csoundboardwindow
  5332. csoundboardwindow
  5333. csoundboardwindow
  5334. ct-009-4436
  5335. ct-009-4437
  5336. ct-009-4437
  5337. ct-009-4438
  5338. ct-009-4438
  5339. ct-009-4439
  5340. ct-009-4439
  5341. ct-009-4440
  5342. ct-009-4440
  5343. ct-009-4441
  5344. ct-009-4441
  5345. ct-009-4442
  5346. ct-009-4442
  5347. ct-009-4443
  5348. ct-009-4443
  5349. ct-009-4444
  5350. ct-009-4444
  5351. files
  5352. overview
  5353. custom
  5354. choose
  5355. debugging
  5356. 5807X
  5357. Feb 00^
  5358. --set theItem to choose file -- uncomment to test in an AS editor
  5359.     tell application "Finder"
  5360.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:C++ Related:C++ Source Code Formatter:"
  5361.         activate
  5362.     end tell
  5363. on error errMsg number errNum
  5364.     --enter statements to perform when no records are found such as...
  5365.     display dialog "Sorry, the item you selected could not be found."
  5366.     return
  5367. end try
  5368. e    No Changeq
  5369. Dev.CD Feb 00 TC
  5370. iD(All Packages
  5371. Reference Library Edition
  5372. C/F Registration Requests
  5373. hD!All Packages
  5374. Tool Chest Edition
  5375. C++ Source Code Formatter
  5376. Summary: cdent is a MPW tool used to format C and C++ source code to a user defined style. 
  5377. Features:
  5378. * Cryptic and obscure formatting commands! 
  5379. * Source code.  
  5380. * Understands C and C++.  
  5381. * Understands conditional compilation.  Source is provided.  
  5382. * Formats in the One True Style out of the box.
  5383. * Used by the developers of MacApp 3.0. 
  5384. * Does not harm the ozone layer nor does it contribute to global warming.
  5385. This package is System 7.0 compatible.  theItem to choose file -- uncomment to test in an AS editor
  5386.     tell application "Finder"
  5387.         open item "Dev.CD Jul 95"
  5388.         activate
  5389.     end tell
  5390. on error errMsg number errNum
  5391.     --enter statements to perform when no records are found such as...
  5392.     display dialog "Sorry, the item you selected could not be found."
  5393.     return
  5394. end try
  5395. All Packages
  5396. 601 Processor Upgrade EnablerO
  5397. Dev.CD Jul 95P
  5398. Dev.CD Jul 9V
  5399. 1540X
  5400. Jul 95
  5401. 5808X
  5402. Dec 99^
  5403. --set theItem to choose file -- uncomment to test in an AS editor
  5404.     tell application "Finder"
  5405.         open item "Dev.CD Dec 99 RL:Utilities:Developer Forms:C/F Registration Requests:"
  5406.         activate
  5407.     end tell
  5408. on error errMsg number errNum
  5409.     --enter statements to perform when no records are found such as...
  5410.     display dialog "Sorry, the item you selected could not be found."
  5411.     return
  5412. end try
  5413. Deletedf
  5414. creator
  5415. signature
  5416. registrationq
  5417. Dev.CD Dec 99 RL
  5418. jD!All Packages
  5419. Tool Chest Edition
  5420. CallFinder Tool 1.0I
  5421. Summary: An MPW tool for controlling the Finder through AppleEvents. The commando interface requires no knowledge or understanding of AppleEvents to operate.
  5422. Features: Uses AppleEvents to have the Finder execute common actions.J.CallFinder
  5423. CallFinder docs
  5424. CallFinder docs.txtK
  5425. Vol IXM
  5426. MPW Shell, System 7.0N
  5427. AE, Apple Events, AppleEventsOMDev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:CallFinder Tool 1.0:ge
  5428. Apr 95
  5429. Jwcdent
  5430. cdent - a formatter for C/C++
  5431. Defect List
  5432. MacApp CDent Stuff
  5433. Makefile
  5434. Objects
  5435. Tests
  5436. Useful AddMenu and ScriptK
  5437. Jun 92M)System 6.x or greater, MPW 3.1 or greaterOSDev.CD Feb 00 TC:Tool Chest:Development Kits:C++ Related:C++ Source Code Formatter:P^Dev.CD Feb 00 TC
  5438.  - Tool Chest
  5439.  - Development Kits
  5440.  - C++ Related
  5441.  - C++ Source Code Formatterecords are found such as...
  5442.     display dialog "Sorry, the item you selected could not be found."
  5443.     return
  5444. end try
  5445. All Packages
  5446. F    PowerTalkO
  5447. Dev.CD Apr 95
  5448. Dev.CD Jan 95P
  5449. Dev.CD Apr 95
  5450. Dev.CD Jan 9V
  5451. 4325X
  5452. Apr 95
  5453. p--set theItem to choose file -- uncomment to test in an AS editor
  5454.     tell application "Finder"
  5455.         open item "Dev.CD Apr 95
  5456. Dev.CD Jan 95"
  5457.         activate
  5458.     end tell
  5459. on error errMsg number errNum
  5460.     --enter statements to perform when no records are found such as...
  5461.     display dialog "Sorry, the item you selected could not be found."
  5462.     return
  5463. end try
  5464. All Packages
  5465. Summary: This stack will allow users to register creator code IDs for their applications, and will alert the developer if the creator ID has already been reserved.  NOTE:  Using this stack does not guarantee that the creator requested has not been reserved after we went to press.  Remember that Apple no longer registers file types.
  5466. Features: The stack can check to see if the creator ID being requested has already been taken, using the most recent information from Developer Support's creatBZor code database.  It also automatically creates an email to send to devsupport@apple.com.
  5467. JIC/F Reg. on the Web!
  5468. Creator Registration
  5469. Read Me - C/F Registration v2.1K
  5470. Jun 93L
  5471. Feb 98M
  5472. Hypercard 2.1N creator, signature, registrationOEDev.CD Dec 99 RL:Utilities:Developer Forms:C/F Registration Requests:PMDev.CD Dec 99 RL
  5473.  - Utilities
  5474.  - Developer Forms
  5475.  - C/F Registration Requestsdisplay dialog "Sorry, the item you selected could not be found."
  5476.     return
  5477. end try
  5478. PbDev.CD Sep 97 RL
  5479.  - Technical Documentation
  5480.  - Toolbox Assistant
  5481.  - QuickView Databases-Standalone
  5482. asynchronous@
  5483. boot@
  5484. chinese@
  5485. colorsync
  5486. profile
  5487. embed
  5488. conversion@
  5489. conversion
  5490. apple
  5491. event
  5492. server
  5493. scripting@
  5494. decompression@
  5495. detector@
  5496. 1544X
  5497. July 9
  5498. --set theItem to choose file -- uncomment to test in an AS editor
  5499.     tell application "Finder"
  5500.         open item "Dev.CD July 92
  5501. Dev.CD June 92
  5502. Dev.CD May 92
  5503. Dev.CD Apr 92
  5504. Dev.CD Mar 92
  5505. Dev.CD Feb 92
  5506. Dev.CD Jan 92
  5507. Dev.CD Vol. XI
  5508. Dev.CD Vol. X
  5509. Dev.CD Vol. IX
  5510. Dev.CD Vol. VIII"
  5511.         activate
  5512.     end tell
  5513. on error errMsg number errNum
  5514.     --enter statements to perform when no records are found such as...
  5515.     display dialog "Sorry, the item you selected could not be found."
  5516.     return
  5517. end try
  5518. All Packages
  5519. 1545X
  5520. All Packages
  5521. F    QuickTimeO
  5522. Dev.CD Jul 93
  5523. Dev.CD Apr 93P
  5524. Dev.CD Jul 93
  5525. Dev.CD Apr 9V
  5526. 6406X
  5527. Jul 93
  5528. p--set theItem to choose file -- uncomment to test in an AS editor
  5529.     tell application "Finder"
  5530.         open item "Dev.CD Jul 93
  5531. Dev.CD Apr 93"
  5532.         activate
  5533.     end tell
  5534. on error errMsg number errNum
  5535.     --enter statements to perform when no records are found such as...
  5536.     display dialog "Sorry, the item you selected could not be found."
  5537.     return
  5538. end try
  5539. All Packages
  5540. F    QuickTimeO
  5541. Dev.CD Jul 93
  5542. Dev.CD Apr 93P
  5543. Dev.CD Jul 93
  5544. Dev.CD Apr 9V
  5545. 6407X
  5546. Jul 93
  5547. p--set theItem to choose file -- uncomment to test in an AS editor
  5548.     tell application "Finder"
  5549.         open item "Dev.CD Jul 93
  5550. Dev.CD Apr 93"
  5551.         activate
  5552.     end tell
  5553. on error errMsg number errNum
  5554.     --enter statements to perform when no records are found such as...
  5555.     display dialog "Sorry, the item you selected could not be found."
  5556.     return
  5557. end try
  5558. All Packages
  5559. others
  5560. otherwise
  5561. othmer
  5562. otioctl
  5563. otlifo
  5564. otpingsample
  5565. otrcv
  5566. otserverlimits
  5567. otstreamlogviewer
  5568. otstreamlogviewer
  5569. sample
  5570. developer
  5571. ottraceroutesample
  5572. ottransferproviderow
  5573. ought
  5574. oughta
  5575. ouput
  5576. outdated
  5577. eters
  5578. paraphernalia
  5579. parent
  5580. parrt
  5581. parse
  5582. parser
  5583. parses
  5584. parsing
  5585. parsons
  5586. All Packages
  5587. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  5588. Dev.CD Jan 94
  5589. Dev.CD Oct 93
  5590. Dev.CD Jul 93
  5591. Dev.CD Apr 93PDDev.CD Apr 94
  5592. Dev.CD Jan 94
  5593. Dev.CD Oct 93
  5594. Dev.CD Jul 93
  5595. Dev.CD Apr 9V
  5596. 6837X
  5597. Apr 94
  5598. --set theItem to choose file -- uncomment to test in an AS editor
  5599.     tell application "Finder"
  5600.         open item "Dev.CD Apr 94
  5601. Dev.CD Jan 94
  5602. Dev.CD Oct 93
  5603. Dev.CD Jul 93
  5604. Dev.CD Apr 93"
  5605.         activate
  5606.     end tell
  5607. on error errMsg number errNum
  5608.     --enter statements to perform when no records are found such as...
  5609.     display dialog "Sorry, the item you selected could not be found."
  5610.     return
  5611. end try
  5612. All Packages
  5613. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  5614. Dev.CD Jan 94
  5615. Dev.CD Oct 93
  5616. Dev.CD Jul 93P6Dev.CD Apr 94
  5617. Dev.CD Jan 94
  5618. Dev.CD Oct 93
  5619. Dev.CD Jul 9V
  5620. 6838X
  5621. Apr 94
  5622. All Packages
  5623. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  5624. Dev.CD Jan 94
  5625. Dev.CD Oct 93P(Dev.CD Apr 94
  5626. Dev.CD Jan 94
  5627. Dev.CD Oct 9V
  5628. 6765X
  5629. Apr 94
  5630. ~--set theItem to choose file -- uncomment to test in an AS editor
  5631.     tell application "Finder"
  5632.         open item "Dev.CD Apr 94
  5633. Dev.CD Jan 94
  5634. Dev.CD Oct 93"
  5635.         activate
  5636.     end tell
  5637. on error errMsg number errNum
  5638.     --enter statements to perform when no records are found such as...
  5639.     display dialog "Sorry, the item you selected could not be found."
  5640.     return
  5641. end try
  5642. All Packages
  5643. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  5644. Dev.CD Jan 94
  5645. Dev.CD Oct 93
  5646. Dev.CD Jul 93P6Dev.CD Apr 94
  5647. Dev.CD Jan 94
  5648. Dev.CD Oct 93
  5649. Dev.CD Jul 9V
  5650. 6766X
  5651. Apr 94
  5652. jPXDev.CD Feb 00 TC
  5653.  - Tool Chest
  5654.  - Development Kits
  5655.  - MPW Related
  5656.  - CallFinder Tool 1.0V
  5657. 5809X
  5658. Feb 00^
  5659. --set theItem to choose file -- uncomment to test in an AS editor
  5660.     tell application "Finder"
  5661.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:CallFinder Tool 1.0:"
  5662.         activate
  5663.     end tell
  5664. on error errMsg number errNum
  5665.     --enter statements to perform when no records are found such as...
  5666.     display dialog "Sorry, the item you selected could not be found."
  5667.     return
  5668. end try
  5669. e    No Changef
  5670. Apple Events
  5671. AppleEventsq
  5672. Dev.CD Feb 00 TC
  5673. kD!All Packages
  5674. Tool Chest Edition
  5675. CallHyper 1.0
  5676.      is designed to be used only on products that are optimized for the PowerPC microprocessor.
  5677. We have introduced a new "Accelerated for Power Macintosh" artwork program for 1995.  There is no charge to obtain the artwork!
  5678. To obtain the "Accelerated for Power Macintosh" artwork:
  5679. 1) Request an information packet from:
  5680. Meeting Support Unli
  5681. stacks
  5682. stagger
  5683. staging
  5684. staking
  5685. stalking
  5686. stand
  5687. stand-alone
  5688. standalone
  5689. standalone
  5690. version
  5691. standard
  5692. standardfile
  5693. standardfileicons
  5694. standardgetfolder
  5695. stevens
  5696. sticky
  5697. still
  5698. stopping
  5699. storage
  5700. store
  5701. storing
  5702. story
  5703. stragegy
  5704. strassmann
  5705. strategic
  5706. strategies
  5707. strategy
  5708. stream
  5709. streamedit
  5710. streamlined
  5711. strengths
  5712. strictly
  5713. string
  5714. stringing
  5715. strings
  5716. stringservices
  5717. f--set theItem to choose file -- uncomment to test in an AS editor
  5718.     tell application "Finder"
  5719.         open item "Dev.CD Jun 97 SSW"
  5720.         activate
  5721.     end tell
  5722. on error errMsg number errNum
  5723.     --enter statements to perform when no records are found such as...
  5724.     display dialog "Sorry, the item you selected could not be found."
  5725.     return
  5726. end try
  5727. inters
  5728. printers
  5729. drivers
  5730. sample
  5731. printing
  5732. printing
  5733. carbon
  5734. carbon
  5735. printing
  5736. carbon
  5737. printing
  5738. manager
  5739. printing
  5740. postscript
  5741. filter
  5742. private
  5743. private
  5744. stack
  5745. switch
  5746. sniffer
  5747. process
  5748. process
  5749. manager
  5750. processes
  5751. processing
  5752. profile
  5753. profiler
  5754. program
  5755. program
  5756. linking
  5757. appleevents
  5758. guest
  5759. project
  5760. projector
  5761. promise
  5762. promisehfsflavor
  5763. property
  5764. proportional
  5765. INdAppsToGo, AppWannabe, Wannabe, DTS.Draw, DTS.Lib, DTS.StyleChat, Kibitz, pbClock, AppsToGo ReferenceO
  5766. Dev.CD Feb 00 TC:Sample Code:P
  5767. Dev.CD Feb 00 TC
  5768.  - Sample CodeV
  5769. 5776X
  5770. Feb 00^
  5771. r--set theItem to choose file -- uncomment to test in an AS editor
  5772.     tell application "Finder"
  5773.         open item "Dev.CD Feb 00 TC:Sample Code:"
  5774.         activate
  5775.     end tell
  5776. on error errMsg number errNum
  5777.     --enter statements to perform when no records are found such as...
  5778.     display dialog "Sorry, the item you selected could not be found."
  5779.     return
  5780. end try
  5781. Movedf\AppsToGo
  5782. AppWannabe
  5783. Wannabe
  5784. DTS.Draw
  5785. DTS.Lib
  5786. DTS.StyleChat
  5787. Kibitz
  5788. pbClock
  5789. AppsToGo Referenceq
  5790. Dev.CD Feb 00 TC
  5791. All Packages
  5792. Arabic Language KitO
  5793. Dev.CD May 96 TCP
  5794. Dev.CD May 96 TV
  5795. 5777X
  5796. May 96
  5797.  could not be found."
  5798.     return
  5799. end try
  5800. All Packages
  5801. QuickDraw GXO
  5802. Dev.CD Aug 96 TCP
  5803. Dev.CD Aug 96 TV
  5804. 4468X
  5805. Aug 96
  5806. summary
  5807. treat
  5808. treatment
  5809. triangular
  5810. trick
  5811. tricks
  5812. tricky
  5813. tries
  5814. trigger
  5815. tripped
  5816. truffles
  5817. tuning
  5818. tunnel
  5819. tupledumper
  5820. tuples
  5821. turnedQ
  5822. turning
  5823. turtle
  5824. tutorial
  5825. twiddle
  5826. two-byte
  5827. two-phase
  5828. types
  5829. typically
  5830. typing
  5831. typist
  5832. unbeknownst
  5833. unbound
  5834. under
  5835. underlying
  5836. underneath
  5837. understand
  5838. understanding
  5839. understands
  5840. unified
  5841. uninitiated
  5842. unique
  5843. units
  5844. universal
  5845. university
  5846. unknown
  5847. unleash
  5848. unobtrusive
  5849. unofficial
  5850. until
  5851. 5810X
  5852. Feb 00^
  5853. --set theItem to choose file -- uncomment to test in an AS editor
  5854.     tell application "Finder"
  5855.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:CallHyper 1.0:"
  5856.         activate
  5857.     end tell
  5858. on error errMsg number errNum
  5859.     --enter statements to perform when no records are found such as...
  5860.     display dialog "Sorry, the item you selected could not be found."
  5861.     return
  5862. end try
  5863. e    No Changeq
  5864. Dev.CD Feb 00 TC
  5865. lD!All Packages
  5866. Mac OS SDK Edition
  5867. CardBus DDK
  5868. e    No Changeq
  5869. Dev.CD Feb 00 TC
  5870. D!All Packages
  5871. Tool Chest Edition
  5872. Power Mac Debugger
  5873. CPower Macintosh Debugger is an advanced source-code debugger for PowerPC applications. With it you can set breakpoints, single step code, examine stack variables, and so on.
  5874. Runs on either a Power Macintosh or a 68K Macintosh. In 68K mode, it is used for debugging a target application running on a remote Power Macintosh.
  5875.     No Change
  5876. callfinder
  5877. callfinder
  5878. callhyper
  5879. callhyper
  5880. camera
  5881. carbon
  5882. cardbus
  5883. cardbus
  5884. cards
  5885. categories
  5886. -set theItem to choose file -- uncomment to test in an AS editor
  5887.     tell application "Finder"
  5888.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW etc.:"
  5889.         activate
  5890.     end tell
  5891. on error errMsg number errNum
  5892.     --enter statements to perform when no records are found such as...
  5893.     display dialog "Sorry, the item you selected could not be found."
  5894.     return
  5895. end try
  5896. e    No Changef
  5897. power macintosh debuggerq
  5898. Dev.CD Feb 00 TC
  5899. D!All Packages
  5900. Tool Chest Edition
  5901. Power Macintosh Prod. Artwork 
  5902. All Packages
  5903. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  5904. Dev.CD Jan 94
  5905. Dev.CD Oct 93
  5906. Dev.CD Jul 93
  5907. Dev.CD Apr 93PDDev.CD Apr 94
  5908. Dev.CD Jan 94
  5909. Dev.CD Oct 93
  5910. Dev.CD Jul 93
  5911. Dev.CD Apr 9V
  5912. 6809X
  5913. Apr 94
  5914. --set theItem to choose file -- uncomment to test in an AS editor
  5915.     tell application "Finder"
  5916.         open item "Dev.CD Apr 94
  5917. Dev.CD Jan 94
  5918. Dev.CD Oct 93
  5919. Dev.CD Jul 93
  5920. Dev.CD Apr 93"
  5921.         activate
  5922.     end tell
  5923. on error errMsg number errNum
  5924.     --enter statements to perform when no records are found such as...
  5925.     display dialog "Sorry, the item you selected could not be found."
  5926.     return
  5927. end try
  5928. All Packages
  5929. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  5930. Dev.CD Jan 94
  5931. Dev.CD Oct 93
  5932. Dev.CD Jul 93
  5933. Dev.CD Apr 93PDDev.CD Apr 94
  5934. Dev.CD Jan 94
  5935. Dev.CD Oct 93
  5936. Dev.CD Jul 93
  5937. Dev.CD Apr 9V
  5938. 6810X
  5939. Apr 94
  5940. erform when no records are found such as...
  5941.     display dialog "Sorry, the item you selected could not be found."
  5942.     return
  5943. end try
  5944. turnedQ
  5945. turning
  5946. turns
  5947. turtle
  5948. tutorial
  5949. tutorials
  5950. tween
  5951. twice
  5952. twiddle
  5953. twisted
  5954. twists
  5955. two-byte
  5956. two-digit
  5957. two-dimensional
  5958. two-part
  5959. two-phase
  5960. two-way
  5961. twocolumn
  5962. twofold
  5963. txratio
  5964. typechar
  5965. administration
  5966. image
  5967. tcp/ip
  5968. connection
  5969. image
  5970. tcp/ip
  5971. mib-ii
  5972. alias
  5973. technical
  5974. technique
  5975. techniques
  5976. technotes
  5977. extracts
  5978. extremely
  5979. fable
  5980. faced
  5981. faceless
  5982. facilitates
  5983. facilitating
  5984. facilities
  5985. facility
  5986. facing
  5987. facto
  5988. factory-default
  5989. factory-fresh
  5990. fading
  5991. fails
  5992. failure
  5993. failure-catching
  5994. falco
  5995. falkenburg
  5996. features
  5997. includes
  5998. demonstration
  5999. documentation
  6000. complete
  6001. feaures
  6002. february
  6003. feedback
  6004. felonies
  6005. field
  6006. fields
  6007. fifteen
  6008. fileinfo
  6009. filemaker
  6010. files
  6011. O>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Feb 00 TC
  6012.  - Tool Chest
  6013.  - Testing & Debugging
  6014.  - General toolsV
  6015. 6238X
  6016. Feb 00^
  6017. --set theItem to choose file -- uncomment to test in an AS editor
  6018.     tell application "Finder"
  6019.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:"
  6020.         activate
  6021.     end tell
  6022. on error errMsg number errNum
  6023.     --enter statements to perform when no records are found such as...
  6024.     display dialog "Sorry, the item you selected could not be found."
  6025.     return
  6026. end try
  6027. e    No Changeq
  6028. Dev.CD Feb 00 TC
  6029. D!All Packages
  6030. Tool Chest Edition
  6031. ProgressWindoid-C
  6032. 7.0.1O
  6033. Dev.CD Apr 94
  6034. Dev.CD Jan 94
  6035. Dev.CD Oct 93
  6036. Dev.CD Jul 93
  6037. Dev.CD Apr 93
  6038. Dev.CD July 92
  6039. Dev.CD June 92
  6040. Dev.CD May 92
  6041. Dev.CD Apr 92P~Dev.CD Apr 94
  6042. Dev.CD Jan 94
  6043. Dev.CD Oct 93
  6044. Dev.CD Jul 93
  6045. Dev.CD Apr 93
  6046. Dev.CD July 92
  6047. Dev.CD June 92
  6048. Dev.CD May 92
  6049. Dev.CD Apr 9V
  6050. 1560X
  6051. Apr 94
  6052. Summary: CallHyper is an external for 4th Dimension which allows you to call a HyperCard external from 4D.  HyperCard externals which rely on HyperCard callbacks cannot be used with CallHyper.
  6053. Features: Provides access to HyperCard externals from 4th Dimension.  The first parameter is the name of the XCMD or XFCN to load, then up to 6 parameters which must be given as TEXT.  Any result is set on a 4D TEXT variable called xResult.
  6054. callHyper
  6055. CallHyper NotesK
  6056. Vol VIIIM;4D, HyperCard XCMDs, This package is System 7.0 compatible.O[Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:CallHyper 1.0:PiDev.CD Feb 00 TC
  6057.  - Tool Chest
  6058.  - Development Kits
  6059.  - HyperCard Related
  6060.  - XCMDs & XFCNs
  6061.  - CallHyper 1.0r tray
  6062.  print total pages
  6063.  restore test page
  6064. This package is 7.0 compatible.JnDiskRestore
  6065. kill test page
  6066. Laser Doctor
  6067. letter paper tray
  6068. plain paper tray
  6069. print total pages
  6070. restore test pageK
  6071. Vol IIIL
  6072. Vol VIIge
  6073. 6543X
  6074. Feb 00^
  6075. r--set theItem to choose file -- uncomment to test in an AS editor
  6076.     tell application "Finder"
  6077.         open item "Dev.CD Feb 00 TC:Sample Code:"
  6078.         activate
  6079.     end tell
  6080. on error errMsg number errNum
  6081.     --enter statements to perform when no records are found such as...
  6082.     display dialog "Sorry, the item you selected could not be found."
  6083.     return
  6084. end try
  6085. MovedfDCustomGetFile
  6086. CustomPutFile
  6087. dialog
  6088. select
  6089. folder
  6090. balloon
  6091. appendq
  6092. Dev.CD Feb 00 TC
  6093. ID!All Packages
  6094. Tool Chest Edition
  6095. StandardFileIcons
  6096. 5811X
  6097. Jan 00^
  6098. --set theItem to choose file -- uncomment to test in an AS editor
  6099.     tell application "Finder"
  6100.         open item "Dev.CD Jan 00 SDK1:Development Kits:Hardware:CardBus DDK:"
  6101.         activate
  6102.     end tell
  6103. on error errMsg number errNum
  6104.     --enter statements to perform when no records are found such as...
  6105.     display dialog "Sorry, the item you selected could not be found."
  6106.     return
  6107. end try
  6108. e    No Changef
  6109. CardBus
  6110.  PCMCIA
  6111.  PC CardoBftp://ftp.apple.com/developer/Development_Kits/CardBus_DDK.sit.hqxq
  6112. Dev.CD Jan 00 SDK1
  6113. All Packages
  6114. CD-ROM DetectionI
  6115. Summary:  Sample code and discussion of how to detect whether a volume is a CD or not.  Discusses the various drawbacks of all the different approaches.
  6116. Incorporates the DriverGestalt call which is the new recommended way to detect CD-ROM drives.J
  6117. CD-ROM Detection:K
  6118. Jun 98OCDev.CD Jun 98 RL1:What's New:Tool Chest:Devices:How to Detect a CD:V
  6119. 5812X
  6120. 1e    No Change
  6121. cd-rom
  6122. cd-rom
  6123. detection
  6124. cdent
  6125. cdent
  6126. formatter
  6127. cdroms
  6128. cfbaseservices
  6129. cfbundleservices
  6130. cfcollectionservices
  6131. cfiltercontrol
  6132. cfiltercontrol
  6133. cfiltercontrol
  6134. cfm-68k
  6135. cfm-68k
  6136. cfm-68k
  6137. cfm-68k
  6138. runtime
  6139. enabler
  6140. cfoverview
  6141. cfpropertylist
  6142. cfstringservices
  6143. cgraybox
  6144. cgraybox
  6145. cgraybox
  6146. ch-simplified
  6147. ch-simplified
  6148. chinese
  6149. copybits
  6150. copybits
  6151. application
  6152. copybits
  6153. coresample
  6154. coresample
  6155. coupon
  6156. courses
  6157. createcopy
  6158. createcopy
  6159. creator
  6160. creator
  6161. registration
  6162. csmp-digest-readme
  6163. csmp-digest-readme
  6164. csmp-digest-v3-001
  6165. csmp-digest-v3-002
  6166. csmp-digest-v3-003
  6167. csmp-digest-v3-004
  6168. csmp-digest-v3-005
  6169. csmp-digest-v3-006
  6170. csmp-digest-v3-007
  6171. csmp-digest-v3-008
  6172. csmp-digest-v3-009
  6173. csmp-digest-v3-010
  6174. The CardBus DDK contains 3 folders title Documentation, Samples and Tools.
  6175.   Documentation
  6176.    *  Designing PCI Cards&Drivers
  6177.     -  Describes the current Design environment for PCI and CardBus cards
  6178.    *  PCI Binding to OF v2.1
  6179.     -  This is the Addendum to IEEE 1275 for Boot Initialization
  6180. Configuration
  6181.    *  MacOS PC Card Family 3.0
  6182.     -  Describes the Architecture and Implementation of PC Card (Card Bus)
  6183. 3.0 under MacOS
  6184.   Samples
  6185.    *  CustomEnabler
  6186.     -  Provides source code a
  6187. s an example of a SystemSoft custom enabler to
  6188. support multiple cards
  6189.    *  Another CustomEnabler
  6190.     -  Provides source code as an example of a custom enabler designed to
  6191. correct the IBM OEM Ethernet PC Card.
  6192.   Tools
  6193.    *  Display Name Registry 2.0
  6194.     -  Displays the Macintosh
  6195. s Name Registry and Device Tree
  6196.    *  TupleDumper
  6197.     -  
  6198. Dumps
  6199.  the CardBus (PCMCIA) tuples of any inserted PC cards
  6200. J)Read Me
  6201.  Documentation
  6202.  Samples
  6203.  ToolsK
  6204. Jan 00M
  6205. PowerMac / CodeWarrior IDE 2.1ks
  6206. All Packages
  6207. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  6208. Dev.CD Jan 94
  6209. Dev.CD Oct 93
  6210. Dev.CD Jul 93P6Dev.CD Apr 94
  6211. Dev.CD Jan 94
  6212. Dev.CD Oct 93
  6213. Dev.CD Jul 9V
  6214. 6773X
  6215. Apr 94
  6216. --set theItem to choose file -- uncomment to test in an AS editor
  6217.     tell application "Finder"
  6218.         open item "Dev.CD Apr 94
  6219. Dev.CD Jan 94
  6220. Dev.CD Oct 93
  6221. Dev.CD Jul 93"
  6222.         activate
  6223.     end tell
  6224. on error errMsg number errNum
  6225.     --enter statements to perform when no records are found such as...
  6226.     display dialog "Sorry, the item you selected could not be found."
  6227.     return
  6228. end try
  6229. All Packages
  6230. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  6231. Dev.CD Jan 94
  6232. Dev.CD Oct 93
  6233. Dev.CD Jul 93P6Dev.CD Apr 94
  6234. Dev.CD Jan 94
  6235. Dev.CD Oct 93
  6236. Dev.CD Jul 9V
  6237. 6774X
  6238. Apr 94
  6239. sample
  6240. 2.0b6
  6241. 2.0b6
  6242. reader
  6243. reader
  6244. installer
  6245. power
  6246. power
  6247. emulator
  6248. power
  6249. emulator
  6250. release
  6251. notes
  6252. power
  6253. macintosh
  6254. power
  6255. macintosh
  6256. artwork
  6257. powerbook
  6258. powerbook
  6259. addendum
  6260. powerbook
  6261. powerbook
  6262. 2400c
  6263. powerbook
  6264. powerbook
  6265. powerbook
  6266. 2300c
  6267. powerbook
  6268. processor
  6269. powerbook
  6270. zoomed
  6271. video
  6272. powerbookg3series
  6273. powerbookg3series
  6274. powermac
  6275. powermac
  6276. stuff
  6277. powerpc
  6278. ppclist
  6279. previous
  6280. primer
  6281. print
  6282. print
  6283. total
  6284. pages
  6285. print2
  6286. printing
  6287. process
  6288. processor
  6289. product
  6290. products
  6291. profile
  6292. profiler
  6293. --set theItem to choose file -- uncomment to test in an AS editor
  6294.     tell application "Finder"
  6295.         open item "Dev.CD Apr 94
  6296. Dev.CD Jan 94
  6297. Dev.CD Oct 93
  6298. Dev.CD Jul 93
  6299. Dev.CD Apr 93"
  6300.         activate
  6301.     end tell
  6302. on error errMsg number errNum
  6303.     --enter statements to perform when no records are found such as...
  6304.     display dialog "Sorry, the item you selected could not be found."
  6305.     return
  6306. end try
  6307. Dev.CD Aug 92
  6308. Dev.CD July 92
  6309. Dev.CD June 92
  6310. Dev.CD May 92
  6311. Dev.CD Apr 92PUDev.CD Sept 92
  6312. Dev.CD Aug 92
  6313. Dev.CD July 92
  6314. Dev.CD June 92
  6315. Dev.CD May 92
  6316. Dev.CD Apr 9V
  6317. 1570X
  6318. Sept 9
  6319. Dev.CD Apr 93P
  6320. Dev.CD Apr 9V
  6321. 6762X
  6322. Apr 93
  6323. b--set theItem to choose file -- uncomment to test in an AS editor
  6324.     tell application "Finder"
  6325.         open item "Dev.CD Apr 93"
  6326.         activate
  6327.     end tell
  6328. on error errMsg number errNum
  6329.     --enter statements to perform when no records are found such as...
  6330.     display dialog "Sorry, the item you selected could not be found."
  6331.     return
  6332. end try
  6333. All Packages
  6334. System Enabler 111 (PB 160/180)O
  6335. Dev.CD Apr 93P
  6336. Dev.CD Apr 9V
  6337. 6763X
  6338. Apr 93
  6339. b--set theItem to choose file -- uncomment to test in an AS editor
  6340.     tell application "Finder"
  6341.         open item "Dev.CD Apr 93"
  6342.         activate
  6343.     end tell
  6344. on error errMsg number errNum
  6345.     --enter statements to perform when no records are found such as...
  6346.     display dialog "Sorry, the item you selected could not be found."
  6347.     return
  6348. end try
  6349. All Packages
  6350. System Enabler 121 (PB 165c)O
  6351. Dev.CD Apr 93P
  6352. Dev.CD Apr 9V
  6353. 6764X
  6354. Apr 93
  6355. finder
  6356. windows
  6357. cd-rom
  6358. cd-rom
  6359. device
  6360. manager
  6361. control
  6362. panel
  6363. symantec
  6364. metrowerks
  6365. standardfile
  6366. center
  6367. cfallocator
  6368. cfarray
  6369. cfbag
  6370. cfbase
  6371. cfbinaryheap
  6372. cfbitvector
  6373. cfbundle
  6374. cfcharacterset
  6375. cfcomparatorfunction
  6376. cfcomparisonresult
  6377. cfdata
  6378. cfdictionary
  6379. cfequal
  6380. cfhash
  6381. cfhashcode
  6382. cfindex
  6383. cfm-68k
  6384. cfm-68k
  6385. mixed
  6386. thread
  6387. objectsupportlib
  6388. cfoptionflags
  6389. cfpropertylist
  6390. cfrange
  6391. cfrelease
  6392. cfretain
  6393. cfset
  6394. cfstring
  6395. cfstringencodingsext
  6396. cftree
  6397. cftype
  6398. cftypeid
  6399. character
  6400. characters
  6401. charset
  6402. conditional
  6403. configuration
  6404. contextual
  6405. contextual
  6406. manager
  6407. control
  6408. control
  6409. strip
  6410. powerbook
  6411. control
  6412. panel
  6413. controls
  6414. CardBus,  PCMCIA,  PC Cardsw/
  6415. Internet:    bbsw@netcom.com
  6416. CIS:    73051,3255
  6417. eWorld:    BareBones
  6418. JY!NOT AN APPLE PRODUCT!
  6419. PopupFuncs 2.6.1 Installer
  6420. PopupFuncs Notes.c
  6421. Source Masher
  6422. xPop 
  6423. Sep 95L
  6424. Jan 96OADev.CD Feb 00 TC:Tool Chest:Developer Utilities:PopupFuncs 2.6.1:PIDev.CD Feb 00 TC
  6425.  - Tool Chest
  6426.  - Developer Utilities
  6427.  - PopupFuncs 2.6.1ialog "Sorry, the item you selected could not be found."
  6428.     return
  6429. end try
  6430. May 93M.Any Macintosh with the MIDI Manager installed.O0Dev.CD Feb 00 TC:Tool Chest:Devices:Qwertytunes:P8Dev.CD Feb 00 TC
  6431.  - Tool Chest
  6432.  - Devices
  6433.  - QwertytunesV
  6434. 6449X
  6435. Feb 00^
  6436. --set theItem to choose file -- uncomment to test in an AS editor
  6437.     tell application "Finder"
  6438.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:Qwertytunes:"
  6439.         activate
  6440.     end tell
  6441. on error errMsg number errNum
  6442.     --enter statements to perform when no records are found such as...
  6443.     display dialog "Sorry, the item you selected could not be found."
  6444.     return
  6445. end try
  6446. e    No Changeq
  6447. Dev.CD Feb 00 TC
  6448. D!All Packages
  6449. Tool Chest Edition
  6450. RAMDisk 1.4d5
  6451. <Summary:  This sample demonstrates how to write a simple Mac OS block device driver, in this case a RAM disk.  It also demonstrates how to bundle a system extension (INIT), driver (DRVR) and control panel (cdev) in one file, to achieve maximum functionality while minimising the number of items in the System Folder.
  6452. lO9Dev.CD Jan 00 SDK1:Development Kits:Hardware:CardBus DDK:PADev.CD Jan 00 SDK1
  6453.  - Development Kits
  6454.  - Hardware
  6455.  - CardBus DDK"
  6456.         open item "Dev.CD Feb 00 TC:Tool Chest:Developer Utilities:PopupFuncs 2.6.1:"
  6457.         activate
  6458.     end tell
  6459. on error errMsg number errNum
  6460.     --enter statements to perform when no records are found such as...
  6461.     display dialog "Sorry, the item you selected could not be found."
  6462.     return
  6463. end try
  6464. e    No Changeq
  6465. Dev.CD Feb 00 TC
  6466. D!All Packages
  6467. Mac OS SDK Edition
  6468. Porting Objective-C to Java
  6469. es the opposite: it sets a particular STR# string to the string that
  6470. s passed in.
  6471. ShadingWinds:  This little application includes code to allow you to detect whether or not a window is "rolled up" by WindowShade.
  6472. SICN LDEF:  This LDEF displays small icons to the left of text in a list.
  6473. SignatureToApp:  A function that finds an application on any mounted (non-floppy) disk given its 4-character signature. It will also launch or activate the application if told to.
  6474. Splasher:  A very simpl
  6475. e application that displays a "modal" window that goes away as soon as you click the mouse or press a key.  This is how many splash screens behave -- but as long as the window is displayed, the Process Manager won't switch your application from being frontmost.
  6476. Sys7 popUpCDEF:  A simple example of using the PopupCDEF available in System 7 and later.
  6477. Tabs LDEF 1.0:  Tabs LDEF is a custom list definition which allows developers to easily create multiple columned lists using different sizes
  6478. mPNDev.CD Jun 98 RL1
  6479.  - What's New
  6480.  - Tool Chest
  6481.  - Devices
  6482.  - How to Detect a CDV
  6483. 5812X
  6484. Jun 98^
  6485. --set theItem to choose file -- uncomment to test in an AS editor
  6486.     tell application "Finder"
  6487.         open item "Dev.CD Jun 98 RL1:What's New:Tool Chest:Devices:How to Detect a CD:"
  6488.         activate
  6489.     end tell
  6490. on error errMsg number errNum
  6491.     --enter statements to perform when no records are found such as...
  6492.     display dialog "Sorry, the item you selected could not be found."
  6493.     return
  6494. end try
  6495. e    No Changeq
  6496. Dev.CD Jun 98 RL1
  6497. nD!All Packages
  6498. Tool Chest Edition
  6499. CD-ROM Validator 1.1IRSummary: Validator is a utility for testing for High Sierra/ISO 9660 compliance.  JBValidator 1.11
  6500. Validator documentation
  6501. Validator documentation.txtK
  6502. Vol IIIL
  6503. Vol VIIO@Dev.CD Feb 00 TC:Tool Chest:Devices:CD-ROM:CD-ROM Validator 1.1:PKDev.CD Feb 00 TC
  6504.  - Tool Chest
  6505.  - Devices
  6506.  - CD-ROM
  6507.  - CD-ROM Validator 1.1V
  6508. 5813X
  6509. Feb 00^
  6510. PopupFuncs 2.6.1
  6511. --set theItem to choose file -- uncomment to test in an AS editor
  6512.     tell application "Finder"
  6513.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:CD-ROM:CD-ROM Validator 1.1:"
  6514.         activate
  6515.     end tell
  6516. on error errMsg number errNum
  6517.     --enter statements to perform when no records are found such as...
  6518.     display dialog "Sorry, the item you selected could not be found."
  6519.     return
  6520. end try
  6521.  passphrase.   This is done without the risks associated with passphrase  caches
  6522. - -  Strong user authentication is provided by cryptographic digital signatures.
  6523. - -  Since the user maintains the only secret material in the system, compromising a server
  6524. s user database results in limited damage.
  6525. NOTE: This is beta SW.  For sample use only
  6526. J'Sample Code.img
  6527. Windows Sample Code.imgK
  6528. Dec 98M
  6529. PPC,  MacOS 8.5, PGPsdkN=Cryptographic Authentication , AppleShare IP,  Appearance MgrO
  6530. Dev.CD Feb 00 TC:Sample Code:P
  6531. Dev.CD Feb 00 TC
  6532.  - Sample Code
  6533. 5814X
  6534. Jul 99^
  6535. --set theItem to choose file -- uncomment to test in an AS editor
  6536.     tell application "Finder"
  6537.         open item "Dev.CD Jul 99 SDK1:Development Kits:Mac OS:CFM-68K SDK:"
  6538.         activate
  6539.     end tell
  6540. on error errMsg number errNum
  6541.     --enter statements to perform when no records are found such as...
  6542.     display dialog "Sorry, the item you selected could not be found."
  6543.     return
  6544. end try
  6545. Deletedf.CFM-68K
  6546. Mixed Mode
  6547. Thread
  6548. ObjectSupportLibq
  6549. Dev.CD Jul 99 SDK1
  6550. All Packages
  6551. Chinese Dictation KitO
  6552. Dev.CD Nov 96 TCP
  6553. Dev.CD Nov 96 TV
  6554. 5815X
  6555. Nov 96
  6556. e--set theItem to choose file -- uncomment to test in an AS editor
  6557.     tell application "Finder"
  6558.         open item "Dev.CD Nov 96 TC"
  6559.         activate
  6560.     end tell
  6561. on error errMsg number errNum
  6562.     --enter statements to perform when no records are found such as...
  6563.     display dialog "Sorry, the item you selected could not be found."
  6564.     return
  6565. end try
  6566. All Packages
  6567. ne    No Changeq
  6568. Dev.CD Feb 00 TC
  6569. oD!All Packages
  6570. Mac OS SDK Edition
  6571. CFM-68K SDK
  6572. Summary:  CFM-68K is a runtime architecture for 68K-based Macintosh applications and shared libraries. This architecture is modeled after the Power Macintosh runtime architecture and uses the CFM (Code Fragment Manager) to provide shared library support for 68K Macintoshes. CFM-68K runtime applications and shared libraries can coexist and run simultaneously with classic 68K runtime applications.
  6573. Version 4.0 of the CFM-68K Runtime Enabler fixes the problem described in Technote #1084 and u Pippin is a new multimedia and Internet playback architecture based on Power Macintosh and licensed by Apple to Bandai Digital Entertainment. Because it is based on Mac, most Pippin development is the same as Mac development. The tech notes in this folder cover all the Pippin-specific aspects of developing on Pippin.
  6574. pdates the interfaces required for pre-emptively threaded applications. The SDK includes documentation describing the changes.
  6575. This package includes:
  6576.  CFM-68K 4.0, Code Fragment Manager for 680x0 Macintoshes
  6577.  ObjectSupportLib, version 1.2
  6578.  Updated Apple Thread Manager, now included in the CFM-68K Runtime Enabler.
  6579. Requirements:  The CFM-68K runtime software requires System 7.1 or later, 32-bit addressing to be turned on, and a 68020, 68030, or 68040 Macintosh system.
  6580. NOTE:  This versiC
  6581. on is incompatible with:
  6582.  Cyberdog 2.0 alpha and older. Cyberdog 2.0 beta is compatible.
  6583.  Jasik's The Debugger, versions built prior to March 3, 1997
  6584. JQ CFM-68K Runtime Enabler
  6585. CFM-68K 4.0
  6586. CFM-68K Read Me
  6587. Interfaces:
  6588. ObjectSupportLibK
  6589. Jan 96L
  6590. May 97M
  6591. The CFM-68K runtime software requires System 7.1 or later, 32-bit addressing to be turned on, and a 68020, 68030, or 68040 Macintosh system.O7Dev.CD Jul 99 SDK1:Development Kits:Mac OS:CFM-68K SDK:m in your code.
  6592.     No Change
  6593. oN2CFM-68K, CFM, Mixed Mode, Thread, ObjectSupportLibO7Dev.CD Jul 99 SDK1:Development Kits:Mac OS:CFM-68K SDK:P?Dev.CD Jul 99 SDK1
  6594.  - Development Kits
  6595.  - Mac OS
  6596.  - CFM-68K SDK  end tell
  6597. on error errMsg number errNum
  6598.     --enter statements to perform when no records are found such as...
  6599.     display dialog "Sorry, the item you selected could not be found."
  6600.     return
  6601. end try
  6602. y dialog "Sorry, the item you selected could not be found."
  6603.     return
  6604. end try
  6605. based
  6606. batch
  6607. bi-directional
  6608. blanking
  6609. blitters
  6610. block
  6611. bridge
  6612. broadcast
  6613. browse
  6614. browser
  6615. buffered
  6616. buffering
  6617. reports
  6618. error
  6619. reports
  6620. apple
  6621. builder
  6622. built-in
  6623. bundle
  6624. burned-in
  6625. business
  6626. button
  6627. buttons
  6628. opentransport
  6629. Dev.CD Feb 00 TC
  6630.  - Sample CodeV
  6631. 6524X
  6632. Feb 00^
  6633. r--set theItem to choose file -- uncomment to test in an AS editor
  6634.     tell application "Finder"
  6635.         open item "Dev.CD Feb 00 TC:Sample Code:"
  6636.         activate
  6637.     end tell
  6638. on error errMsg number errNum
  6639.     --enter statements to perform when no records are found such as...
  6640.     display dialog "Sorry, the item you selected could not be found."
  6641.     return
  6642. end try
  6643. e    No Changeq
  6644. Dev.CD Feb 00 TC
  6645. 6D!All Packages
  6646. Tool Chest Edition
  6647. Snippets - Toolbox
  6648. nter statements to perform when no records are found such as...
  6649.     display dialog "Sorry, the item you selected could not be found."
  6650.     return
  6651. end try
  6652. All Packages
  6653. 7.0.1OcDev.CD July 92
  6654. Dev.CD June 92
  6655. Dev.CD May 92
  6656. Dev.CD Apr 92
  6657. Dev.CD Mar 92
  6658. Dev.CD Feb 92
  6659. Dev.CD Jan 92PbDev.CD July 92
  6660. Dev.CD June 92
  6661. Dev.CD May 92
  6662. Dev.CD Apr 92
  6663. Dev.CD Mar 92
  6664. Dev.CD Feb 92
  6665. Dev.CD Jan 9V
  6666. 1584X
  6667. July 9
  6668. --set theItem to choose file -- uncomment to test in an AS editor
  6669.     tell application "Finder"
  6670.         open item "Dev.CD Apr 94
  6671. Dev.CD Jan 94
  6672. Dev.CD Oct 93
  6673. Dev.CD Jul 93
  6674. Dev.CD Apr 93"
  6675.         activate
  6676.     end tell
  6677. on error errMsg number errNum
  6678.     --enter statements to perform when no records are found such as...
  6679.     display dialog "Sorry, the item you selected could not be found."
  6680.     return
  6681. end try
  6682. nd try
  6683. backlight
  6684. backs
  6685. backup
  6686. backwards
  6687. tpifile
  6688. tpifile
  6689. sample
  6690. module
  6691. tpifile
  6692. tpifile1.0b1
  6693. trace
  6694. traceroute
  6695. tracing
  6696. track
  6697. tracker
  6698. trade-offs
  6699. trademark
  6700. traditional
  6701. traffic
  6702. trained
  6703. training
  6704. traits
  6705. transaction
  6706. transfer
  6707. transferred
  6708. transfers
  6709. transform
  6710. transition
  6711. translate
  6712. translated
  6713. translation
  6714. translations
  6715. translucent
  6716. transmission
  6717. transmitted
  6718. transparent
  6719. transparently
  6720. transport
  6721. involving
  6722. standard
  6723. dialogs
  6724. summary
  6725. three
  6726. tools
  6727. testing
  6728. performance
  6729. summary
  6730. supplementing
  6731. documentation
  6732. summary
  6733. toolbox
  6734. assistant
  6735. gives
  6736. rapid
  6737. access
  6738. up-to-da
  6739. summary
  6740. unmountit
  6741. easily
  6742. unmount
  6743. eject
  6744. sharable
  6745. summary
  6746. updated
  6747. conceptual
  6748. reference
  6749. documentation
  6750. summary
  6751. display
  6752. starting
  6753. summary
  6754. validator
  6755. utility
  6756. testing
  6757. sierra/i
  6758. summary
  6759. simple
  6760. macintosh
  6761. application
  6762. supports
  6763. summary
  6764. pleased
  6765. provide
  6766. version
  6767. 1.5.1
  6768. summary
  6769. network
  6770. software
  6771. installer
  6772. insta
  6773. summer
  6774. sun's
  6775. sunsoft
  6776. super
  6777. mixed
  6778. modal
  6779. modal
  6780. dialog
  6781. module
  6782. monitor
  6783. moofwars
  6784. morefiles
  6785. moreisbetter
  6786. morpheme
  6787. movie
  6788. movies
  6789. pascal
  6790. 2.1.2
  6791. 2.1.3
  6792. 2.1.4
  6793. resdistributor
  6794. toolkit
  6795. multi-player
  6796. multi-processing
  6797. multicast
  6798. multihoming
  6799. multilingual
  6800. multilingual
  6801. editing
  6802. multilingual
  6803. editor
  6804. multimedia
  6805. multiple
  6806. multiple
  6807. monitor
  6808. multiple
  6809. multiprocessing
  6810. multiprocessor
  6811. multitasking
  6812. music
  6813. music
  6814. movie
  6815. mutable
  6816. mutable
  6817. string
  6818. named
  6819. named
  6820. navigable
  6821. transport
  6822. macintosh
  6823. powerbook
  6824. series
  6825. developer
  6826. note@
  6827. macsbug's@
  6828. maintains@
  6829. managers@
  6830. marketing@
  6831. means@
  6832. medium@
  6833. menus@
  6834. messagepad@
  6835. microphone@
  6836. minor@
  6837. mirror@
  6838. modifying@
  6839. modules@
  6840. morenetworksetup@
  6841. mounting@
  6842. move@
  6843. mpc106@
  6844. summary
  6845. cfm-68k
  6846. runtime
  6847. architecture
  6848. 68k-based
  6849. summary
  6850. chromakey
  6851. movie
  6852. simple
  6853. application
  6854. which
  6855. summary
  6856. collection
  6857. quicktime
  6858. developer
  6859. documentation
  6860. summary
  6861. collection
  6862. webobjects
  6863. developer
  6864. documentation
  6865. summary
  6866. color
  6867. locator
  6868. enables
  6869. anything
  6870. summary
  6871. contains
  6872. documentation
  6873. header
  6874. files
  6875. utiliti
  6876. summary
  6877. contains
  6878. documentation
  6879. header
  6880. files
  6881. tools
  6882. lected could not be found."
  6883.     return
  6884. end try
  6885. All Packages
  6886. Performa 7.1P5O
  6887. Dev.CD Jan 94
  6888. Dev.CD Dec 93P
  6889. Dev.CD Jan 94
  6890. Dev.CD Dec 9V
  6891. 4308X
  6892. Jan 94
  6893. or errMsg number errNum
  6894.     --enter statements to perform when no records are found such as...
  6895.     display dialog "Sorry, the item you selected could not be found."
  6896.     return
  6897. end try
  6898. All Packages
  6899. 7.1OEDev.CD Apr 94
  6900. Dev.CD Jan 94
  6901. Dev.CD Oct 93
  6902. Dev.CD Jul 93
  6903. Dev.CD Apr 93V
  6904. 1590X
  6905. summary
  6906. contains
  6907. latest
  6908. appletalk
  6909. stack
  6910. version
  6911. macsn@
  6912. summary
  6913. provides
  6914. ability
  6915. download
  6916. postscript
  6917. summary
  6918. human
  6919. interface
  6920. notes
  6921. collection
  6922. human
  6923. inte@
  6924. summary
  6925. maccalendar
  6926. control
  6927. strip
  6928. module
  6929. displays
  6930. summary
  6931. macintosh
  6932. application
  6933. environment
  6934. virtual
  6935. summary
  6936. network
  6937. management
  6938. specifications
  6939. macintosh
  6940. summary
  6941. sample
  6942. discussion
  6943. detect
  6944. whether
  6945. summary
  6946. system
  6947. standard
  6948. window
  6949. definition
  6950. procedure@
  6951. summary
  6952. application
  6953. issue
  6954. apple
  6955. directions
  6956. developer
  6957. summary
  6958. these
  6959. applications
  6960. demonstrate
  6961. write
  6962. backgr@
  6963. summary
  6964. document
  6965. contains
  6966. helpful
  6967. converti@
  6968. summary
  6969. document
  6970. discusses
  6971. apple's
  6972. creating@
  6973. summary
  6974. folder
  6975. contains
  6976. complete
  6977. information
  6978. develop@
  6979. summary
  6980. folder
  6981. contains
  6982. net-install
  6983. apple's
  6984. change
  6985. change
  6986. history
  6987. change
  6988. history
  6989. changefilename
  6990. changelog
  6991. changes
  6992. chartoid
  6993. chartoid
  6994. check
  6995. check
  6996. autoguest
  6997. check
  6998. quicktime
  6999. checkedoutfiles
  7000. checkinall
  7001. checkwindowin
  7002. checkwindowout
  7003. chinese
  7004. chinese
  7005. simplified
  7006. 2-1.1.3
  7007. chinese
  7008. traditional
  7009. 1.1.3
  7010. ecolor
  7011. chooser
  7012. chooser
  7013. choosetkl
  7014. choosetkl
  7015. choosetkl
  7016. ciconbuttons
  7017. ciconbuttons
  7018. ciconbuttons
  7019. cihui
  7020. cihui
  7021. cincludes
  7022. claris
  7023. claris
  7024. files
  7025. classes
  7026. classic
  7027. clent
  7028. clent
  7029. richardson
  7030. message
  7031. client
  7032. clipboard
  7033. clipboard
  7034. clipboard
  7035. clipboard
  7036. magician
  7037. clipboard
  7038. clipinfo
  7039. clipinfo
  7040. clipping
  7041. clipping
  7042. extension
  7043. clippings
  7044. cliptopict
  7045. cliptopict
  7046.     W& region rather than just its portRect.
  7047. J'Sample Code.img
  7048. Windows Sample Code.imgK
  7049. Feb 92L
  7050. May 97O
  7051. Dev.CD Feb 00 TC:Sample Code:P
  7052. Dev.CD Feb 00 TC
  7053.  - Sample Code
  7054. percentage
  7055. perfectly
  7056. perform
  7057. performa
  7058. performanceQ
  7059. performance
  7060. tuning
  7061. performed
  7062. performing
  7063. performs
  7064. perils
  7065. permission
  7066. permit
  7067. permits
  7068. permitted
  7069. permutation
  7070. persist
  7071. persistent
  7072. persisting
  7073. person
  7074. personal
  7075. perspective
  7076. perspectives
  7077. pertaining
  7078. peter
  7079. pgpuam
  7080. ccur when copying these individual bands and to provide one possible solution.
  7081. CalcCMask & CalcMask:  This snippet shows how to use both CalcCMask and CalcMask to create a mask given a source bitmap image. This is similar to the lasso tool found in many drawing apps.
  7082. ClutWind:  Displays a window that shows the colors in the color table associated with the device the window is on top of.
  7083. CollectPictColors:  This application demonstrates two methods of collecting colors used by Pict resou
  7084. rces: the Picture Utilities package and Jon Zap's KnowsPict application. Each method gives different results.
  7085. Color Marquee:  The proverbial marching ants, this time in red!
  7086. Color Picker:  This app provides a quick example of how to change palette colors using the Color Picker Package. The program simply creates a palette, attaches it to a window, then calls color picker routines whenever a user clicks in the window to change a color
  7087. ColorizePict:  Snippet to illustrate how to use CopyB
  7088. 5816X
  7089. May 97
  7090. e--set theItem to choose file -- uncomment to test in an AS editor
  7091.     tell application "Finder"
  7092.         open item "Dev.CD May 97 TC"
  7093.         activate
  7094.     end tell
  7095. on error errMsg number errNum
  7096.     --enter statements to perform when no records are found such as...
  7097.     display dialog "Sorry, the item you selected could not be found."
  7098.     return
  7099. end try
  7100. rD!All Packages
  7101. Tool Chest Edition
  7102. Chinese Dictation Kit 1.5
  7103. Summary: For years, Chinese text input has been a bottleneck for computer users.  Hundreds of different keyboard input methods have been developed, but invariably they are either difficult to learn or slow to use.  Dictation is the fastest and most natural way to input Chinese text for most users.  However, until now, large vocabulary dictation software typically required expensive high-end workstations and hardware add-ons.
  7104. With Apple Chinese Dictation Kit (CDK), the world's first low coq
  7105. Dev.CD May 98 TC
  7106. All Packages
  7107. 4306X
  7108. Chinese Dictation KitO
  7109. Dev.CD May 97 TCP
  7110. Dev.CD May 97 T an AS editor
  7111.     tell application "Finder"
  7112.         open item "Dev.CD Feb 00 TC:Tool Chest:Developer Utilities:PEF Viewer:"
  7113.         activate
  7114.     end tell
  7115. on error errMsg number errNum
  7116.     --enter statements to perform when no records are found such as...
  7117.     display dialog "Sorry, the item you selected could not be found."
  7118.     return
  7119. end try
  7120. st high performance Chinese dictation software, the users no longer need to suffer through extensive training or the inefficiency of current keyboard input methods.  The user can also concentrate more on what he/she is writing, rather than how to input it.  We believe that Apple's Chinese Dictation Kit represents again Apple's determination to make the best ease-of-use personal computers for users.  Chinese Dictation Kit heralds the start of a revolution for Chinese computing.
  7121. What Chines
  7122. e Dictation Kit Can Do For You
  7123. Apple Chinese Dictation Kit is a high performance large vocabulary dictation software that can dramatically increase your productivity when inputting Chinese text, particularly if you're a poor typist.  It's like having your own secretary to take dictation and do your typing!!
  7124. Features:
  7125.  Through a sophisticated training process, CDK is able to recognize your voice and even your own accent.
  7126.  In contrast to most other Chinese dictation software, CDK  allows
  7127. Summary:
  7128. Apple's Developer Publications web site features improved access to Inside Macintosh, WebObjects documentation, hardware notes, and more. Look for new and updated Mac OS 8 and 9 documentation for Apple Help, Text Encoding Converter Manager, Icon Services, and Navigation Services, as well as a brand-new WebObjects 4 documentation set and updated documentation for Mac OS X.
  7129. From main index.html page, you can go directly to product-specific pages to read and search documents online,B
  7130.  download documents in compatible compression formats, and order printed books. This main page also has links to other Apple resources
  7131. -such as develop, Technical Notes, and Technical Q&A's. 
  7132. acrobat3.html
  7133. adcstyle.css
  7134. faq.html
  7135. FunctionIndex:
  7136. hardware:
  7137. images:
  7138. index.html
  7139. java:
  7140. macos8:
  7141. macosx:
  7142. order.html
  7143. PubsCatalog.html
  7144. PubsOrderForm.html
  7145. quicktime:
  7146. techpubsfeedback.html
  7147. webobjects:K
  7148. Sep 98L
  7149. Dec 99O/Dev.CD Dec 99 RL Disk 2:Technical Publications:09
  7150. primer
  7151. 6243X
  7152. Dec 99^    RL Disk 1
  7153. --set theItem to choose file -- uncomment to test in an AS editor
  7154.     tell application "Finder"
  7155.         open item "Dev.CD Dec 99 RL Disk 1:What's New:Sample Code:QuickTime:QTEffects Explode:"
  7156.         activate
  7157.     end tell
  7158. on error errMsg number errNum
  7159.     --enter statements to perform when no records are found such as...
  7160.     display dialog "Sorry, the item you selected could not be found."
  7161.     return
  7162. end try
  7163. e    No Changef
  7164. QuickTime
  7165. effectsq
  7166. Dev.CD Dec 99 RL Disk 1
  7167. D.All Packages
  7168. Tool Chest Edition
  7169. New & RevisedF
  7170. QTSimpleAppletIWThis demo program shows how to display any QuickTime content within a java.awt.Applet.
  7171. J*AppletTag.js
  7172. classes
  7173. README.txt
  7174. sa.bat
  7175. Feb 00
  7176. :Sample Code:QuickTime:QuickTime for Java:QTSimpleApplet:V
  7177. 6244X
  7178. New Package
  7179. color
  7180. tanzania
  7181. tcp/ip
  7182. tcp/ip
  7183. appletalk
  7184. reconfiguration
  7185. network
  7186. setup
  7187. ottcpwilldial
  7188. tcp/ip
  7189. search
  7190. technical
  7191. 5817X
  7192. Aug 97^
  7193. --set theItem to choose file -- uncomment to test in an AS editor
  7194.     tell application "Finder"
  7195.         open item "Dev.CD Aug 97 TC:Language Kits:Chinese Dictation Kit 1.5:"
  7196.         activate
  7197.     end tell
  7198. on error errMsg number errNum
  7199.     --enter statements to perform when no records are found such as...
  7200.     display dialog "Sorry, the item you selected could not be found."
  7201.     return
  7202. end try
  7203. e    No Changef+Chinese
  7204. dictation
  7205. speech
  7206. input
  7207. keyboardq
  7208. Dev.CD Aug 97 TC
  7209. All Packages
  7210. Chinese Handwriting KitO
  7211. Dev.CD Nov 96 TCP
  7212. Dev.CD Nov 96 TV
  7213. 5818X
  7214. Nov 96
  7215. e--set theItem to choose file -- uncomment to test in an AS editor
  7216.     tell application "Finder"
  7217.         open item "Dev.CD Nov 96 TC"
  7218.         activate
  7219.     end tell
  7220. on error errMsg number errNum
  7221.     --enter statements to perform when no records are found such as...
  7222.     display dialog "Sorry, the item you selected could not be found."
  7223.     return
  7224. end try
  7225. All Packages
  7226.  you to speak a phrase at a time, instead of a character at a time.  This increases the throughput of the system which can achieve about 40-60 characters per minute.
  7227.  CDK uses a very large  flexible vocabulary, so users can speak many flexible phrase patterns, e.g., 
  7228. H.  The total number of different phrases users can say for the default system exceeds 350,000.
  7229.  A phrase adding feature allows you to customize CDK's vocabulary.  Add names of f
  7230. riends and family, specialized technical terms, etc.
  7231.  Adapts to your word patterns to improve the long-term performance.
  7232.  The Lexicon Optimizer utility scans your text files to find what words you  use and adds them automatically to the system.
  7233.  Powerful Voice Macro feature allows you to input long addresses or aphorisms by speaking a single word.  
  7234.  Voice commands for frequently used functions.
  7235.  Most misrecognized characters can be corrected easily and quickly with a click of the mou
  7236. Jun 97
  7237. f--set theItem to choose file -- uncomment to test in an AS editor
  7238.     tell application "Finder"
  7239.         open item "Dev.CD Jun 97 SSW"
  7240.         activate
  7241.     end tell
  7242. on error errMsg number errNum
  7243.     --enter statements to perform when no records are found such as...
  7244.     display dialog "Sorry, the item you selected could not be found."
  7245.     return
  7246. end try
  7247. All Packages
  7248. F    QuickTimeO
  7249. Dev.CD Jun 97 SSWP
  7250. Dev.CD Jun 97 SSV
  7251. 6432X
  7252. Jun 97
  7253. f--set theItem to choose file -- uncomment to test in an AS editor
  7254.     tell application "Finder"
  7255.         open item "Dev.CD Jun 97 SSW"
  7256.         activate
  7257.     end tell
  7258. on error errMsg number errNum
  7259.     --enter statements to perform when no records are found such as...
  7260.     display dialog "Sorry, the item you selected could not be found."
  7261.     return
  7262. end try
  7263. All Packages
  7264. F    QuickTimeO
  7265. Dev.CD Jun 97 SSWP
  7266. Dev.CD Jun 97 SSV
  7267. 6433X
  7268. Jun 97
  7269. areas
  7270. aren't
  7271. arena
  7272. arguments
  7273. arithmetic
  7274. around
  7275. arpsample1.0b1
  7276. arpsample1.0b1
  7277. module
  7278. provides
  7279. service
  7280.     activate
  7281.     end tell
  7282. on error errMsg number errNum
  7283.     --enter statements to perform when no records are found such as...
  7284.     display dialog "Sorry, the item you selected could not be found."
  7285.     return
  7286. end try
  7287. All Packages
  7288. 7.1OEDev.CD Apr 94
  7289. Dev.CD Jan 94
  7290. Dev.CD Oct 93
  7291. Dev.CD Jul 93
  7292. Dev.CD Apr 93PDDev.CD Apr 94
  7293. Dev.CD Jan 94
  7294. Dev.CD Oct 93
  7295. Dev.CD Jul 93
  7296. Dev.CD Apr 9V
  7297. 1603X
  7298. Apr 94
  7299.     F]se.
  7300.  Dictation of numbers and punctuation.
  7301.  Support for multiple users on a single machine.
  7302. JkCT-009-4433 (Install 1)
  7303. CT-009-4434 (Install 2)
  7304. CT-009-4435 (Install 3)
  7305. Read Me First! SC
  7306. Read Me First! TCK
  7307. Nov 96L
  7308. May 97M
  7309. Any PowerPC Macintosh with 16bit sound input
  7310. System 7.1.2 or above with Chinese Language Kit 1.1 or above installled
  7311. A CDK microphoneN0Chinese, dictation, CDK, speech, input, keyboardO9Dev.CD Aug 97 TC:Language Kits:Chinese Dictation Kit 1.5:P>Dev.CD Aug 97 TC
  7312.  - Language Kits
  7313.  - Chinese Dictation Kit 1.5Forth tokenizeoBftp://ftp.apple.com/developer/Development_Kits/PCI_DDK_3.0.sit.hqxq
  7314. Dev.CD Jan 00 SDK1
  7315. D!All Packages
  7316. Tool Chest Edition
  7317. PCI Sound Input driverIzA PCI sound input driver showing how to make a PCI sound input driver rather than the classic 68K only sound input driver.J'Sample Code.img
  7318. Windows Sample Code.imgK
  7319. Aug 97M
  7320. PCI Power MacN$Sound Input Driver, PCI driver, ndrvO
  7321. Dev.CD Feb 00 TC:Sample Code:P
  7322. Dev.CD Feb 00 TC
  7323.  - Sample CodeV
  7324. 4302X
  7325. --set theItem to choose file -- uncomment to test in an AS editor
  7326.     tell application "Finder"
  7327.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickTime:SimpleApp 1.0.2:"
  7328.         activate
  7329.     end tell
  7330. on error errMsg number errNum
  7331.     --enter statements to perform when no records are found such as...
  7332.     display dialog "Sorry, the item you selected could not be found."
  7333.     return
  7334. end try
  7335. systemsoft
  7336. t-shirt
  7337. tab-delimited
  7338. table
  7339. b--set theItem to choose file -- uncomment to test in an AS editor
  7340.     tell application "Finder"
  7341.         open item "Dev.CD Jan 94"
  7342.         activate
  7343.     end tell
  7344. on error errMsg number errNum
  7345.     --enter statements to perform when no records are found such as...
  7346.     display dialog "Sorry, the item you selected could not be found."
  7347.     return
  7348. end try
  7349. gateway
  7350. ethernet
  7351. ethernet
  7352. built-in
  7353. address
  7354. burned-in
  7355. address
  7356. ethernet
  7357. multicast
  7358. mdata
  7359. 802.2
  7360. 802.3
  7361. ethertalk
  7362. etsda
  7363. event
  7364. events
  7365. exchange
  7366. expansion
  7367. external
  7368. extractor
  7369. fcode
  7370. features
  7371. feedback
  7372. fetch
  7373. field
  7374. manager
  7375. desktop
  7376. manager
  7377. sample
  7378. synchronization
  7379. backup
  7380. assistant
  7381. folder
  7382. duplicatio
  7383. system
  7384. manager
  7385. external
  7386. system
  7387. foreign
  7388. nder both System 7 and pre-7.0 systems. It installs a device loop procedure that searches all active screen devices, calling a drawing procedure whenever it encounters a screen that intersects the drawing region.
  7389. NewCCursor:  This snippet shows how to create a black and white 'CURS' and a color 'crsr' cursor resource by hand.
  7390. Out of This GWorld:  The application basically uses offscreen GWorlds and palette animation to simulate totally cool animation.
  7391. Palette Animation and Palette Anima
  7392. tion Gray:  These sample applications show how to animate the entries of a palette.
  7393. Pallete DA:  This desk accesory displays the the current color table and palette information associated with it.
  7394. PictInfoTest:  Sample to demonstrate using the Picture Utilities Package
  7395. PixMap2PixPat2ppat:  This snippet shows how to convert a 'icl8' image to a PixMap image and then to a PixPat and then finally to a 'ppat' resource. In this example, the 'ppat' resource is saved-off into a resource file.
  7396. interfaces
  7397. libraries
  7398. interfaces&libraries
  7399. interleave
  7400. interleave
  7401. interleave
  7402. international
  7403. Dev.CD Jan 94
  7404. Dev.CD Oct 93
  7405. Dev.CD Jul 93
  7406. Dev.CD Apr 93"
  7407.         activate
  7408.     end tell
  7409. on error errMsg number errNum
  7410.     --enter statements to perform when no records are found such as...
  7411.     display dialog "Sorry, the item you selected could not be found."
  7412.     return
  7413. end try
  7414. within
  7415. womack
  7416. won't
  7417. woodcock
  7418. word-processing
  7419. wordperfect
  7420. words
  7421. work-arounds
  7422. work-flow
  7423. workable
  7424. workaround
  7425. workarounds
  7426. workbook
  7427. workflows
  7428. workgroup
  7429. working
  7430. workings
  7431. works
  7432. works
  7433. under
  7434. appearance
  7435. workstation
  7436. workstations
  7437.  automatically generate abstract syntax trees. 
  7438. While PCCTS is a free tool set, it is actively supported by Terence Parr of Parr Research Corporation. Contact parrt@acm.org for information or join us in the comp.compilers.tools.pccts USENET newsgroup. Our ftp site is everest.ee.umn.edu in pub/pccts.
  7439. Issues:  PCCTS is completely in the public domain.  Please see the ANTLR README and RIGHTS files for details.
  7440. Jqantlr:
  7441. Documentation:
  7442. install.mpw
  7443. INSTRUCTIONS
  7444. lang:
  7445. non-MPW:
  7446. README
  7447. RIGHTS
  7448. support:
  7449. testcpp:
  7450. prebuilt:K
  7451. Nov 94L
  7452. May 95MnWorks with MPW out of the box; it also works with Symantec C and Metrowerks.  See config.h in the h directory.N?ANTLR, PCCTS, parser generator, BNF, EBNF, YACC, compiler toolsOJDev.CD Nov 99 TC:Tool Chest:Development Kits:
  7453.  Other Platforms:PCCTS 1.31:PUDev.CD Nov 99 TC
  7454.  - Tool Chest
  7455.  - Development Kits
  7456.  Other Platforms
  7457.  - PCCTS 1.31
  7458. viewerdemo
  7459. virtual
  7460. virtual
  7461. keycode
  7462. virtual
  7463. sphere
  7464. sample
  7465. virtual
  7466. tools
  7467. bit-depth
  7468. explnd
  7469. please
  7470. vu3.0.1d3W
  7471. vu3.0.1d3
  7472. vumeters
  7473. walltowalldialog
  7474. walltowalldialog
  7475. walltowalldialog
  7476. waste
  7477. waste
  7478. 1.3a6
  7479. waste
  7480. headers
  7481. waste
  7482. waste
  7483. classic
  7484. waste
  7485. documentation
  7486. waste
  7487. pascal
  7488. interfaces
  7489. wastelib
  7490. registration
  7491. animation
  7492. guide
  7493. webobjects
  7494. usedQ
  7495. usenet
  7496. user's
  7497. user-controllable
  7498. user-controlled
  7499. files/foldersW
  7500. filesharingon
  7501. filetool
  7502. filing
  7503. filled
  7504. filler
  7505. filling
  7506. fills
  7507. filter
  7508. filtering
  7509. filters
  7510. final
  7511. finally
  7512. financially
  7513. financing
  7514. findchange
  7515. finder
  7516. finder's
  7517. finder-like
  7518. finderdragpro
  7519. finderevents
  7520. firstly
  7521. fixed
  7522. fixes
  7523. Chinese Handwriting KitO
  7524. Dev.CD May 97 TCP
  7525. Dev.CD May 97 TEthernet driver, PC Card Enabler, and Open Transport Port Scanner for an Ethernet PC Card. Specifically, the sample is targeted for network PC Cards other than Ethernet so that they can properly register themselves with Open Transport
  7526. The code sample provides a MetroWerks Code Warrior project file which includes a sample Ethernet driver, a PC Card Enabler and a Port Scanner. The Enabler is designed to handle port registration of the network card in conjunc
  7527. national
  7528. native
  7529. natural
  7530. nature
  7531. navigable
  7532. navigate
  7533. navigates
  7534. navigation
  7535. navigation
  7536. services
  7537. documents
  7538. nearest
  7539. nearestmactextencodi
  7540. nearly
  7541. necessary
  7542. network-connected
  7543. networkable
  7544. networking
  7545. networks
  7546. networksetuphelpers
  7547. 5819X
  7548. May 97
  7549. e--set theItem to choose file -- uncomment to test in an AS editor
  7550.     tell application "Finder"
  7551.         open item "Dev.CD May 97 TC"
  7552.         activate
  7553.     end tell
  7554. on error errMsg number errNum
  7555.     --enter statements to perform when no records are found such as...
  7556.     display dialog "Sorry, the item you selected could not be found."
  7557.     return
  7558. end try
  7559. uD!All Packages
  7560. Tool Chest Edition
  7561. Chinese Handwriting Kit 1.0
  7562. Summary:  The Apple Chinese Handwriting Kit offers you another simple and yet powerful way of entering Chinese characters into your Macintosh computer. With the bundled wireless stylus and graphics tablet, you can just write any Chinese characters or phrases
  7563. either in simplified or traditional form
  7564. and your handwriting is automatically segmented and converted into two-byte digital text that can be further formatted in your favourite word-processing or page layout program. 
  7565. Requiring no trners which the card may require, such as 
  7566. NMQuickTime, QuickTime Conferencing, video conferencing, Apple Media ConferenceODDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime Conferencing:PIDev.CD Apr 98 SDK2
  7567.  - Development Kits (Disc 2)
  7568.  - QuickTime Conferencingalette
  7569. windowpicker
  7570. windows
  7571. keyboards
  7572. keychain
  7573. keycodes
  7574. keymaptest
  7575. keymenu
  7576. keytrans
  7577. kgreetingport
  7578. killer
  7579. killeveryonebutme
  7580. kills
  7581. kinds
  7582. kiosk
  7583. kiosks
  7584. kleiman
  7585. knife
  7586. cted could not be found."
  7587.     return
  7588. end try
  7589. All Packages
  7590. 7.1OEDev.CD Apr 94
  7591. Dev.CD Jan 94
  7592. Dev.CD Oct 93
  7593. Dev.CD Jul 93
  7594. Dev.CD Apr 93PDDev.CD Apr 94
  7595. Dev.CD Jan 94
  7596. Dev.CD Oct 93
  7597. Dev.CD Jul 93
  7598. Dev.CD Apr 9V
  7599. 1618X
  7600. Apr 94
  7601. e    No Changef5Open Transport
  7602. STREAMS
  7603. module
  7604. driver
  7605. asynchronous I/Oq
  7606. Dev.CD Feb 00 TC
  7607. D!All Packages
  7608. Tool Chest Edition
  7609. Tracer
  7610. Summary:  PowerTracer is a system ATrap and PowerPC function tracing and timing tool. Its objective is to show calling patterns and timing information for the Macintosh Toolbox. PowerTracer patches a very large list of system ATraps as well as functions in the PowerPC public interface library. The tool configures itself appropriately on 68k machines as well as PowerPC machines.
  7611. Features:  PowerTracer gives detailed trace output information including the execution architecture for each sysB
  7612. tem function (i.e. 68k or PowerPC), execution architecture for the caller of a system function, and interrupt information. Trace information is collected in RAM and spooled to disk asynchronously.
  7613. General tools.imgK
  7614. Jul 95N/Optimization, Power Macintosh, PowerPC, ToolboxO>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:ge
  7615. 5820X
  7616. Aug 97^
  7617. --set theItem to choose file -- uncomment to test in an AS editor
  7618.     tell application "Finder"
  7619.         open item "Dev.CD Aug 97 TC:Language Kits:Chinese Handwriting Kit 1.0:"
  7620.         activate
  7621.     end tell
  7622. on error errMsg number errNum
  7623.     --enter statements to perform when no records are found such as...
  7624.     display dialog "Sorry, the item you selected could not be found."
  7625.     return
  7626. end try
  7627. e    No Changef5Chinese
  7628. handwriting
  7629. input
  7630. keyboard
  7631. tablet
  7632. Dev.CD Aug 97 TC
  7633. vD!All Packages
  7634. Tool Chest Edition
  7635. Chinese Language KitI*Installer for the Chinese Language Kit 2.0J
  7636. CLK 2.0 GMc1K
  7637. Feb 95L
  7638. May 98N+Chinese Language Kit Traditional SimplifiedO9Dev.CD Feb 00 TC:Language Kits:Chinese Language Kits 2.0:P>Dev.CD Feb 00 TC
  7639.  - Language Kits
  7640.  - Chinese Language Kits 2.0V
  7641. 5821X
  7642. Feb 00^
  7643. --set theItem to choose file -- uncomment to test in an AS editor
  7644.     tell application "Finder"
  7645.         open item "Dev.CD Apr 94
  7646. Dev.CD Jan 94
  7647. Dev.CD Oct 93
  7648. Dev.CD Jul 93
  7649. Dev.CD Apr 93"
  7650.         activate
  7651.     end tell
  7652. on error errMsg number errNum
  7653.     --enter statements to perform when no records are found such as...
  7654.     display dialog "Sorry, the item you selected could not be found."
  7655.     return
  7656. end try
  7657. address
  7658. resolution
  7659. protocol
  7660. protocol
  7661. mapping
  7662. addresses
  7663. addressing
  7664. adequate
  7665. adevs
  7666. adhere
  7667. adjust
  7668. adjustable
  7669. adjustments
  7670. admin
  7671. administrating
  7672. administration
  7673. administrator's
  7674. administrators
  7675. adobe
  7676. ve    No Changef+Chinese Language Kit Traditional Simplifiedq
  7677. Dev.CD Feb 00 TC
  7678. All Packages
  7679. Chinese Language KitOQDev.CD May 97 TC
  7680. Dev.CD Nov 96 TC
  7681. Dev.CD Aug 96 TC
  7682. Dev.CD Feb 96 TC
  7683. Dev.CD Feb 95PPDev.CD May 97 TC
  7684. Dev.CD Nov 96 TC
  7685. Dev.CD Aug 96 TC
  7686. Dev.CD Feb 96 TC
  7687. Dev.CD Feb 9V
  7688. 5822X
  7689. May 97
  7690. --set theItem to choose file -- uncomment to test in an AS editor
  7691.     tell application "Finder"
  7692.         open item "Dev.CD May 97 TC
  7693. Dev.CD Nov 96 TC
  7694. Dev.CD Aug 96 TC
  7695. Dev.CD Feb 96 TC
  7696. Dev.CD Feb 95"
  7697.         activate
  7698.     end tell
  7699. on error errMsg number errNum
  7700.     --enter statements to perform when no records are found such as...
  7701.     display dialog "Sorry, the item you selected could not be found."
  7702.     return
  7703. end try
  7704. All Packages
  7705. Chinese Language KitO
  7706. Dev.CD May 94
  7707. Dev.CD Feb 94P
  7708. Dev.CD May 94
  7709. Dev.CD Feb 9V
  7710. 5823X
  7711. May 94
  7712. NDev.CD Apr 98 SDK1:Development Kits (Disc 1):PC Card SDKs:PC Card Manager 3.0:
  7713. s the full set of Traditional Chinese as well as Simplified Chinese, including Roman letters and numerals.
  7714. Unique Stroke Player shows correct way of writing Chinese characters.
  7715. CT-009-4436 (Inst 1)
  7716. CT-009-4437 (Inst 2)
  7717. CT-009-4438 (Inst 3)
  7718. CT-009-4439 (Inst 4)
  7719. CT-009-4440 (Inst 5)
  7720. CT-009-4441 (Inst 6)
  7721. CT-009-4442 (Inst 7)
  7722. CT-009-4443 (Inst 8)
  7723. CT-009-4444 (Inst 9)
  7724. Read Me First! SC
  7725. Read Me First! TCK
  7726. Nov 96L
  7727. May 97Mw68040 and above, any brand of tablet (connect via ADB port), System 7.1 or above with Chinese Language Kit 1.1 or aboveN<Chinese, handwriting, pen, input, keyboard, tablet, CHK, THYO;Dev.CD Aug 97 TC:Language Kits:Chinese Handwriting Kit 1.0:P@Dev.CD Aug 97 TC
  7728.  - Language Kits
  7729.  - Chinese Handwriting Kit 1.0
  7730. aining, the Apple Chinese Handwriting Kit is a true plug-and-play solution. It recognizes virtually all 3,000 simplified characters
  7731. or more than 7,000 traditional characters
  7732. found in common day-to-day usage, without the need to pre-train the system. The Apple Chinese Handwriting Kit is fast and intelligent
  7733. it accurately converts Chinese characters written in cursive forms or as print characters, with no delay in intepreting the written characters.
  7734. Features:
  7735. No training required
  7736. a true plu
  7737. g-and-play design.
  7738. FAT version of software
  7739. runs on both PowerPC-based as well as 68K-based Macs.
  7740. Works with virtually any application that allows text input.
  7741. Accurate recognition, even with cursive writing.
  7742. User expandable dictionary enables phrases to be represented by simple clicks.
  7743. Separate lexicon manager for maintaining dictionaries.
  7744. Accommodates different writing styles to suit wide user preferences.
  7745. On-screen keyboards to enable quick input of symbols and puntuation marks.
  7746. Recognize
  7747. All Packages
  7748. F    QuickTimeO
  7749. Dev.CD Jan 94
  7750. Dev.CD Oct 93P
  7751. Dev.CD Jan 94
  7752. Dev.CD Oct 9V
  7753. 6374X
  7754. Jan 94
  7755. p--set theItem to choose file -- uncomment to test in an AS editor
  7756.     tell application "Finder"
  7757.         open item "Dev.CD Jan 94
  7758. Dev.CD Oct 93"
  7759.         activate
  7760.     end tell
  7761. on error errMsg number errNum
  7762.     --enter statements to perform when no records are found such as...
  7763.     display dialog "Sorry, the item you selected could not be found."
  7764.     return
  7765. end try
  7766. All Packages
  7767. F    QuickTimeO
  7768. Dev.CD Jan 94P
  7769. Dev.CD Jan 9V
  7770. 6375X
  7771. Jan 94
  7772. b--set theItem to choose file -- uncomment to test in an AS editor
  7773.     tell application "Finder"
  7774.         open item "Dev.CD Jan 94"
  7775.         activate
  7776.     end tell
  7777. on error errMsg number errNum
  7778.     --enter statements to perform when no records are found such as...
  7779.     display dialog "Sorry, the item you selected could not be found."
  7780.     return
  7781. end try
  7782. All Packages
  7783. F    QuickTimeO
  7784. Dev.CD Jan 94V
  7785. 6376X
  7786. --set theItem to choose file -- uncomment to test in an AS editor
  7787.     tell application "Finder"
  7788.         open item "Dev.CD Feb 00 TC:Language Kits:Chinese Language Kits 2.0:"
  7789.         activate
  7790.     end tell
  7791. on error errMsg number errNum
  7792.     --enter statements to perform when no records are found such as...
  7793.     display dialog "Sorry, the item you selected could not be found."
  7794.     return
  7795. end try
  7796.     end tell
  7797. on error errMsg number errNum
  7798.     --enter statements to perform when no records are found such as...
  7799.     display dialog "Sorry, the item you selected could not be found."
  7800.     return
  7801. end try
  7802. Deletedf
  7803. Sample Code
  7804. Traffic Lightq
  7805. Dev.CD Nov 99 TC
  7806. D!All Packages
  7807. Mac OS SDK Edition
  7808. PC Card Manager v3.0 SDK
  7809. mybuildmenu
  7810. myquicktakeapp
  7811. myquicktakeapp
  7812. 1.0.1tc7
  7813. myquicktakeapp
  7814. 1.0.2
  7815. n-dutch
  7816. namerevisioncurrent
  7817. native
  7818. native
  7819. navig
  7820. navigable
  7821. navigable
  7822. movie
  7823. toolkit
  7824. navigation
  7825. navigation
  7826. services
  7827. nbtestintf
  7828. nbtestintf
  7829. nbtestlib
  7830. nbtestlib
  7831. install
  7832. netsprocket
  7833. netsprocket
  7834. netsprockettest
  7835. netsprockettest
  7836. netsprockettest
  7837. netstuff
  7838. netstuff
  7839. netstuff
  7840. 3.0.1
  7841. 3.0b10
  7842. 3.2.4
  7843. 3.7.1
  7844. 7.0.1p
  7845. kes the TradDriverLoaderLib easier to use in an environment supporting both PCI native drivers (ndrv) and traditional Mac OS drivers (DRVR).
  7846. J'Sample Code.img
  7847. Windows Sample Code.imgK
  7848. May 97L
  7849. May 97O
  7850. Dev.CD Feb 00 TC:Sample Code:P
  7851. Dev.CD Feb 00 TC
  7852.  - Sample Coder errNum
  7853.     --enter statements to perform when no records are found such as...
  7854.     display dialog "Sorry, the item you selected could not be found."
  7855.     return
  7856. end try
  7857. All Packages
  7858. 7.1 (PB 145B)O
  7859. Dev.CD Jul 93P
  7860. Dev.CD Jul 9V
  7861. 1629X
  7862. Jul 93
  7863. b--set theItem to choose file -- uncomment to test in an AS editor
  7864.     tell application "Finder"
  7865.         open item "Dev.CD Jul 93"
  7866.         activate
  7867.     end tell
  7868. on error errMsg number errNum
  7869.     --enter statements to perform when no records are found such as...
  7870.     display dialog "Sorry, the item you selected could not be found."
  7871.     return
  7872. end try
  7873. All Packages
  7874. 7.1 (PB 145B)O
  7875. Dev.CD Jul 93P
  7876. Dev.CD Jul 9V
  7877. 1630X
  7878. Jul 93
  7879. quicktime
  7880. quicktime
  7881. conferencing
  7882. video
  7883. conferencing
  7884. apple
  7885. quicktime
  7886. quicktime
  7887. image
  7888. capture
  7889. digital
  7890. camera
  7891. quicktime
  7892. video
  7893. sound
  7894. virtual
  7895. reality
  7896. quicktime
  7897. graphic
  7898. quicktime
  7899. video
  7900. streaming
  7901. audio
  7902. quickview
  7903. quickview
  7904. toolbox
  7905. assistant
  7906. quick
  7907. reference
  7908. block
  7909. device
  7910. driver
  7911. raster
  7912. ratesQ
  7913. quickdraw
  7914. hardware
  7915. acceleration
  7916. rawip
  7917. database
  7918. nt CD 
  7919. e--set theItem to choose file -- uncomment to test in an AS editor
  7920.     tell application "Finder"
  7921.         open item "Excellent CD (I)"
  7922.         activate
  7923.     end tell
  7924. on error errMsg number errNum
  7925.     --enter statements to perform when no records are found such as...
  7926.     display dialog "Sorry, the item you selected could not be found."
  7927.     return
  7928. end try
  7929. All Packages
  7930. 6.0.2.4O
  7931. Developer CD (III)P
  7932. Developer CD (IIIV
  7933. 5095X
  7934. er CD 
  7935. g--set theItem to choose file -- uncomment to test in an AS editor
  7936.     tell application "Finder"
  7937.         open item "Developer CD (III)"
  7938.         activate
  7939.     end tell
  7940. on error errMsg number errNum
  7941.     --enter statements to perform when no records are found such as...
  7942.     display dialog "Sorry, the item you selected could not be found."
  7943.     return
  7944. end try
  7945. All Packages
  7946. 6.0.3V
  7947. 5096X
  7948. cumentation:Apple Event Registry & Suites:Apple Event Registry:Word Services Suite 1.0.7:+
  7949. p--set theItem to choose file -- uncomment to test in an AS editor
  7950.     tell application "Finder"
  7951.         open item "Dev.CD May 94
  7952. Dev.CD Feb 94"
  7953.         activate
  7954.     end tell
  7955. on error errMsg number errNum
  7956.     --enter statements to perform when no records are found such as...
  7957.     display dialog "Sorry, the item you selected could not be found."
  7958.     return
  7959. end try
  7960. e item you selected could not be found."
  7961.     return
  7962. end try
  7963. All Packages
  7964. 7.1 (PB 145B)O
  7965. Dev.CD Jul 93P
  7966. Dev.CD Jul 9V
  7967. 1632X
  7968. Jul 93
  7969. b--set theItem to choose file -- uncomment to test in an AS editor
  7970.     tell application "Finder"
  7971.         open item "Dev.CD Jul 93"
  7972.         activate
  7973.     end tell
  7974. on error errMsg number errNum
  7975.     --enter statements to perform when no records are found such as...
  7976.     display dialog "Sorry, the item you selected could not be found."
  7977.     return
  7978. end try
  7979. All Packages
  7980. 7.1 (PB 145B)O
  7981. Dev.CD Jul 93P
  7982. Dev.CD Jul 9V
  7983. 1633X
  7984. Jul 93
  7985. All Packages
  7986. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  7987. Dev.CD Jan 94
  7988. Dev.CD Oct 93
  7989. Dev.CD Jul 93
  7990. Dev.CD Apr 93PDDev.CD Apr 94
  7991. Dev.CD Jan 94
  7992. Dev.CD Oct 93
  7993. Dev.CD Jul 93
  7994. Dev.CD Apr 9V
  7995. 6825X
  7996. Apr 94
  7997. --set theItem to choose file -- uncomment to test in an AS editor
  7998.     tell application "Finder"
  7999.         open item "Dev.CD Apr 94
  8000. Dev.CD Jan 94
  8001. Dev.CD Oct 93
  8002. Dev.CD Jul 93
  8003. Dev.CD Apr 93"
  8004.         activate
  8005.     end tell
  8006. on error errMsg number errNum
  8007.     --enter statements to perform when no records are found such as...
  8008.     display dialog "Sorry, the item you selected could not be found."
  8009.     return
  8010. end try
  8011. All Packages
  8012. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  8013. Dev.CD Jan 94
  8014. Dev.CD Oct 93
  8015. Dev.CD Jul 93
  8016. Dev.CD Apr 93PDDev.CD Apr 94
  8017. Dev.CD Jan 94
  8018. Dev.CD Oct 93
  8019. Dev.CD Jul 93
  8020. Dev.CD Apr 9V
  8021. 6826X
  8022. Apr 94
  8023. {OQDev.CD May 97 TC
  8024. Dev.CD Nov 96 TC
  8025. Dev.CD Aug 96 TC
  8026. Dev.CD Feb 96 TC
  8027. Dev.CD Feb 95PPDev.CD May 97 TC
  8028. Dev.CD Nov 96 TC
  8029. Dev.CD Aug 96 TC
  8030. Dev.CD Feb 96 TC
  8031. Dev.CD Feb 9V
  8032. 5826X
  8033. May 97
  8034. --set theItem to choose file -- uncomment to test in an AS editor
  8035.     tell application "Finder"
  8036.         open item "Dev.CD May 97 TC
  8037. Dev.CD Nov 96 TC
  8038. Dev.CD Aug 96 TC
  8039. Dev.CD Feb 96 TC
  8040. Dev.CD Feb 95"
  8041.         activate
  8042.     end tell
  8043. on error errMsg number errNum
  8044.     --enter statements to perform when no records are found such as...
  8045.     display dialog "Sorry, the item you selected could not be found."
  8046.     return
  8047. end try
  8048. All Packages
  8049. ChineseTalk 6.0.3O
  8050. Dev CD Vol. V
  8051. Dev CD Vol. IVP
  8052. Dev CD Vol. V
  8053. Dev CD Vol. IV
  8054. 5827X
  8055. Vol. V
  8056. enter statements to perform when no records are found such as...
  8057.     display dialog "Sorry, the item you selected could not be found."
  8058.     return
  8059. end try
  8060. All Packages
  8061. 7.1 (PB 145B)O
  8062. Dev.CD Jul 93P
  8063. Dev.CD Jul 9V
  8064. 1636X
  8065. Jul 93
  8066. All Packages
  8067. Chinese Language KitO
  8068. Dev.CD Nov 97 TCP
  8069. Dev.CD Nov 97 TV
  8070. 5824X
  8071. Nov 97
  8072. e--set theItem to choose file -- uncomment to test in an AS editor
  8073.     tell application "Finder"
  8074.         open item "Dev.CD Nov 97 TC"
  8075.         activate
  8076.     end tell
  8077. on error errMsg number errNum
  8078.     --enter statements to perform when no records are found such as...
  8079.     display dialog "Sorry, the item you selected could not be found."
  8080.     return
  8081. end try
  8082. All Packages
  8083. Chinese Language KitO
  8084. Dev.CD May 98 TCP
  8085. Dev.CD May 98 TV
  8086. 5825X
  8087. May 98
  8088. e--set theItem to choose file -- uncomment to test in an AS editor
  8089.     tell application "Finder"
  8090.         open item "Dev.CD May 98 TC"
  8091.         activate
  8092.     end tell
  8093. on error errMsg number errNum
  8094.     --enter statements to perform when no records are found such as...
  8095.     display dialog "Sorry, the item you selected could not be found."
  8096.     return
  8097. end try
  8098. All Packages
  8099. Chinese Language Kit UpdaterV
  8100. 5826X
  8101. g--set theItem to choose file -- uncomment to test in an AS editor
  8102.     tell application "Finder"
  8103.         open item "Developer CD (III)"
  8104.         activate
  8105.     end tell
  8106. on error errMsg number errNum
  8107.     --enter statements to perform when no records are found such as...
  8108.     display dialog "Sorry, the item you selected could not be found."
  8109.     return
  8110. end try
  8111. VU, Virtual UserOCDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD Feb 00 TC
  8112.  - Tool Chest
  8113.  - Testing & Debugging
  8114.  - Virtual User toolsV
  8115. 5033X
  8116. Feb 00^
  8117. --set theItem to choose file -- uncomment to test in an AS editor
  8118.     tell application "Finder"
  8119.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  8120.         activate
  8121.     end tell
  8122. on error errMsg number errNum
  8123.     --enter statements to perform when no records are found such as...
  8124.     display dialog "Sorry, the item you selected could not be found."
  8125.     return
  8126. end try
  8127. end try
  8128. I disks.  This only works on local volumes; so AppleShare volumes will not be mounted after being dragged to the trash.
  8129. This package is 7.0 compatible
  8130. J(SCSI
  8131. SCSI Tools Info
  8132. SCSI Tools Info.txtK
  8133. Vol IIIL
  8134. Vol VIIO8Dev.CD Feb 00 TC:Tool Chest:Devices:SCSI:SCSI Tools 1.0:PCDev.CD Feb 00 TC
  8135.  - Tool Chest
  8136.  - Devices
  8137.  - SCSI
  8138.  - SCSI Tools 1.0..
  8139.     display dialog "Sorry, the item you selected could not be found."
  8140.     return
  8141. end try
  8142. All Packages
  8143. 7.1 (PB 145B)O
  8144. Dev.CD Jul 93P
  8145. Dev.CD Jul 9V
  8146. 1638X
  8147. Jul 93
  8148. b--set theItem to choose file -- uncomment to test in an AS editor
  8149.     tell application "Finder"
  8150.         open item "Dev.CD Jul 93"
  8151.         activate
  8152.     end tell
  8153. on error errMsg number errNum
  8154.     --enter statements to perform when no records are found such as...
  8155.     display dialog "Sorry, the item you selected could not be found."
  8156.     return
  8157. end try
  8158. All Packages
  8159. 7.1 (PB 145B)O
  8160. Dev.CD Jul 93P
  8161. Dev.CD Jul 9V
  8162. 1639X
  8163. Jul 93
  8164. installer
  8165. chinese
  8166. language
  8167. installer-related
  8168. installermaker
  8169. installers
  8170. installing
  8171. installment
  8172. installs
  8173. instance
  8174. instances
  8175. instant
  8176. instantly
  8177. instead
  8178. instruction
  8179. instructions
  8180. instrumentation
  8181. instrumented
  8182. instruments
  8183. instuctions
  8184. insure
  8185. int'l
  8186. intact
  8187. integer
  8188. integral
  8189. integrate
  8190. integrated
  8191. integrates
  8192. integrating
  8193. integrating
  8194. computer-based
  8195. media
  8196. broadcast
  8197. environment
  8198. integration
  8199. interactively
  8200. interacts
  8201. q--set theItem to choose file -- uncomment to test in an AS editor
  8202.     tell application "Finder"
  8203.         open item "Dev CD Vol. V
  8204. Dev CD Vol. IV"
  8205.         activate
  8206.     end tell
  8207. on error errMsg number errNum
  8208.     --enter statements to perform when no records are found such as...
  8209.     display dialog "Sorry, the item you selected could not be found."
  8210.     return
  8211. end try
  8212.  item you selected could not be found."
  8213.     return
  8214. end try
  8215. All Packages
  8216. 7.1 (PB 145B)O
  8217. Dev.CD Jul 93P
  8218. Dev.CD Jul 9V
  8219. 1641X
  8220. Jul 93
  8221. b--set theItem to choose file -- uncomment to test in an AS editor
  8222.     tell application "Finder"
  8223.         open item "Dev.CD Jul 93"
  8224.         activate
  8225.     end tell
  8226. on error errMsg number errNum
  8227.     --enter statements to perform when no records are found such as...
  8228.     display dialog "Sorry, the item you selected could not be found."
  8229.     return
  8230. end try
  8231. All Packages
  8232. 7.1 (PB 145B)O
  8233. Dev.CD Jul 93P
  8234. Dev.CD Jul 9V
  8235. 1642X
  8236. Jul 93
  8237. --set theItem to choose file -- uncomment to test in an AS editor
  8238.     tell application "Finder"
  8239.         open item "Dev.CD Apr 94
  8240. Dev.CD Jan 94
  8241. Dev.CD Oct 93
  8242. Dev.CD Jul 93"
  8243.         activate
  8244.     end tell
  8245. on error errMsg number errNum
  8246.     --enter statements to perform when no records are found such as...
  8247.     display dialog "Sorry, the item you selected could not be found."
  8248.     return
  8249. end try
  8250. All Packages
  8251. ChineseTalk IIO*Dev.CD Mar 92
  8252. Dev.CD Feb 92
  8253. Dev.CD Vol. XIP)Dev.CD Mar 92
  8254. Dev.CD Feb 92
  8255. Dev.CD Vol. XV
  8256. 5828X
  8257. Mar 92
  8258. --set theItem to choose file -- uncomment to test in an AS editor
  8259.     tell application "Finder"
  8260.         open item "Dev.CD Mar 92
  8261. Dev.CD Feb 92
  8262. Dev.CD Vol. XI"
  8263.         activate
  8264.     end tell
  8265. on error errMsg number errNum
  8266.     --enter statements to perform when no records are found such as...
  8267.     display dialog "Sorry, the item you selected could not be found."
  8268.     return
  8269. end try
  8270. All Packages
  8271. ChineseTraditionalFont 6.0.5O*Dev.CD Mar 92
  8272. Dev.CD Feb 92
  8273. Dev.CD Vol. XIP)Dev.CD Mar 92
  8274. Dev.CD Feb 92
  8275. Dev.CD Vol. XV
  8276. 5829X
  8277. Mar 92
  8278. on error errMsg number errNum
  8279.     --enter statements to perform when no records are found such as...
  8280.     display dialog "Sorry, the item you selected could not be found."
  8281.     return
  8282. end try
  8283. All Packages
  8284. 7.1 (PB 145B)O
  8285. Dev.CD Jul 93P
  8286. Dev.CD Jul 9V
  8287. 1645X
  8288. Jul 93
  8289. D!All Packages
  8290. Tool Chest Edition
  8291. ChromaKeyMovie
  8292. Summary:  Chromakey Movie is a simple application which is designed to show alternative approaches to removing a color from a QuickTime movie while it is playing and allowing a separate image to be displayed in the removed regions. It demonstrates several features available in QuickTime and Color QuickDraw:
  8293. Color Quickdraw
  8294.    The use of GWorlds to store the current QuickTime movie frame, the background image and the composite (movie frame and background) image.
  8295.    Various arithmetic traare shown in the procedures createRGBForeColorImage and createPmForeColorImage in Palette&GWorld.c. 
  8296. Features:  Contains fat version of demo app (Palette&GWorld), Read Me, Metrowerks 68K project, PPC project, associated resource files, and SYM files.
  8297. J'Sample Code.img
  8298. Windows Sample Code.imgK
  8299. Feb 95M#Mac with monitor set to 256 colors.N?Palette, GWorld, PmForeColor, Color2Index, RGBForeColor, ctSeedO
  8300. Dev.CD Feb 00 TC:Sample Code:
  8301. --set theItem to choose file -- uncomment to test in an AS editor
  8302.     tell application "Finder"
  8303.         open item "Dev.CD Mar 92
  8304. Dev.CD Feb 92
  8305. Dev.CD Vol. XI"
  8306.         activate
  8307.     end tell
  8308. on error errMsg number errNum
  8309.     --enter statements to perform when no records are found such as...
  8310.     display dialog "Sorry, the item you selected could not be found."
  8311.     return
  8312. end try
  8313.  --enter statements to perform when no records are found such as...
  8314.     display dialog "Sorry, the item you selected could not be found."
  8315.     return
  8316. end try
  8317. e    No Changef
  8318. packages
  8319. Mac OS 9
  8320. package awareq
  8321. Dev.CD Dec 99 RL Disk 1
  8322. D!All Packages
  8323. Tool Chest Edition
  8324. Palette&GWorld (Fat)
  8325.     end tell
  8326. on error errMsg number errNum
  8327.     --enter statements to perform when no records are found such as...
  8328.     display dialog "Sorry, the item you selected could not be found."
  8329.     return
  8330. end try
  8331. All Packages
  8332. 7.1 (PB 145B)O
  8333. Dev.CD Jul 93P
  8334. Dev.CD Jul 9V
  8335. 1648X
  8336. Jul 93
  8337. es: windows, buttons, formatted text, etc.
  8338. Foundation Reference
  8339. The complete reference for OpenStep Foundation classes and protocols. Foundation is the heart of any OpenStep application, providing memory management and crucial classes such as NSArray, NSString, and NSThread.
  8340. CURRENT DOCUMENTATION:
  8341. Current documentation set is available on the Developer CD May 97, Tool Chest series or on our website via DevWorld at http://devworld.apple.com/dev/SWTechPubs/Documents/Download/apple.html.
  8342. *Discovering OPENSTEP: A Developer Tutorial (Windows NT)
  8343. *Object-Oriented Programming and the Objective-C Language
  8344. *Topics in OPENSTEP Programming
  8345. JNDiscoveringOpenstepBook.pdf
  8346. IntroAppKitBook.pdf
  8347. IntroFoundationBook.pdf
  8348. READMEK
  8349. Oct 97O]Dev.CD Oct 97 SDK1:What's New:Technical Documentaion:Rhapsody/OpenStep:RhapsodyDocumentation:PhDev.CD Oct 97 SDK1
  8350.  - What's New
  8351.  - Technical Documentaion
  8352.  - Rhapsody/OpenStep
  8353.  - RhapsodyDocumentation
  8354. All Packages
  8355. 6.0.4O
  8356. Developer CD (III)P
  8357. Developer CD (IIIV
  8358. 5134X
  8359. er CD 
  8360. g--set theItem to choose file -- uncomment to test in an AS editor
  8361.     tell application "Finder"
  8362.         open item "Developer CD (III)"
  8363.         activate
  8364.     end tell
  8365. on error errMsg number errNum
  8366.     --enter statements to perform when no records are found such as...
  8367.     display dialog "Sorry, the item you selected could not be found."
  8368.     return
  8369. end try
  8370. All Packages
  8371. 6.0.4O
  8372. Developer CD (III)P
  8373. Developer CD (IIIV
  8374. 5135X
  8375. er CD 
  8376. g--set theItem to choose file -- uncomment to test in an AS editor
  8377.     tell application "Finder"
  8378.         open item "Developer CD (III)"
  8379.         activate
  8380.     end tell
  8381. on error errMsg number errNum
  8382.     --enter statements to perform when no records are found such as...
  8383.     display dialog "Sorry, the item you selected could not be found."
  8384.     return
  8385. end try
  8386. All Packages
  8387. 6.0.4O
  8388. Developer CD (III)P
  8389. Developer CD (IIIV
  8390. 5136X
  8391. er CD 
  8392. nsfer modes with CopyBits() to manipulate image data between offscreen graphics ports and a visible window.
  8393. QuickTime
  8394.    The playing of a movie into an offscreen port and transfer to a visible window.
  8395.    The use of a modifier track to provide additional information as to the display characteristics of the video tracks in the movie.
  8396.    Operation of the SetVideoMediaGraphicsMode() function to provide a Chromakeying effect. 
  8397.    The use of the movie controller to manipulate the playback 
  8398. of the movie.
  8399. Additional features demonstrated
  8400.    Checking in a PowerPC native application if a system feature is available from a weak linked shared library as Gestalt() doesn't always provide the correct response.
  8401.    The implementation of the Dialog manager GetStdFilterProc() and SetDialogDefaultItem() functions to provide default alert and warning dialogs with highlighting of the default button. These functions are not documented within Inside Macintosh, but have been available since
  8402. All Packages
  8403. System 7 Tune-UpO
  8404. Dev.CD Sept 92
  8405. Dev.CD Aug 92P
  8406. Dev.CD Sept 92
  8407. Dev.CD Aug 9V
  8408. 6554X
  8409. Sept 9
  8410. q--set theItem to choose file -- uncomment to test in an AS editor
  8411.     tell application "Finder"
  8412.         open item "Dev.CD Sept 92
  8413. Dev.CD Aug 92"
  8414.         activate
  8415.     end tell
  8416. on error errMsg number errNum
  8417.     --enter statements to perform when no records are found such as...
  8418.     display dialog "Sorry, the item you selected could not be found."
  8419.     return
  8420. end try
  8421. All Packages
  8422. System 7 Tune-UpO
  8423. Dev.CD Sept 92
  8424. Dev.CD Aug 92P
  8425. Dev.CD Sept 92
  8426. Dev.CD Aug 9V
  8427. 6555X
  8428. Sept 9
  8429. q--set theItem to choose file -- uncomment to test in an AS editor
  8430.     tell application "Finder"
  8431.         open item "Dev.CD Sept 92
  8432. Dev.CD Aug 92"
  8433.         activate
  8434.     end tell
  8435. on error errMsg number errNum
  8436.     --enter statements to perform when no records are found such as...
  8437.     display dialog "Sorry, the item you selected could not be found."
  8438.     return
  8439. end try
  8440. install
  8441. 3.0.1
  8442. install
  8443. 1.0.2
  8444. install
  8445. 2.0.1
  8446. install
  8447. english
  8448. install
  8449. macapp
  8450. r13u4
  8451. install
  8452. install
  8453. opengl
  8454. install
  8455. quicktime
  8456. conferencing
  8457. install
  8458. quickview
  8459. installer
  8460. installer
  8461. 4.0.8
  8462. installer
  8463. drivers
  8464. installer
  8465. licensing
  8466. installer
  8467. 1.2.3
  8468. installer
  8469. source
  8470. installers
  8471. installing
  8472. installing
  8473. opendoc
  8474. instance
  8475. instance
  8476. variable
  8477. instance
  8478. variables
  8479. instructions
  8480. media
  8481. writer
  8482. resources
  8483. int'l
  8484. int'l
  8485. contacts
  8486. integrated
  8487. integrated
  8488. quicktime
  8489. interactive
  8490. interactive
  8491. success
  8492. interface
  8493. interfacelib
  8494. interfaces
  8495. international
  8496.     Dd System 7.0 and are fully explained in the Technical Note "Toolbox - TB 37 - Pending Update Perils".
  8497. J'Sample Code.img
  8498. Windows Sample Code.imgK
  8499. Jan 96O
  8500. Dev.CD Feb 00 TC:Sample Code:P
  8501. Dev.CD Feb 00 TC
  8502.  - Sample Codebecause it gives a good demonstration of the setting the IP TTL option and of using a "rawip" endpoint to receive and process ICMP packets.
  8503. J'Sample Code.img
  8504. Windows Sample Code.imgK
  8505. Sep 96L
  8506. Jun 98M"Any Macintosh with Open Transport.N0Open Transport, OT, Traceroute, rawip, icmp, udpO
  8507. Dev.CD Feb 00 TC:Sample Code:P
  8508. Dev.CD Feb 00 TC
  8509.  - Sample CodeV
  8510. 4292X
  8511. Feb 00^
  8512. r--set theItem to choose file -- uncomment to test in an AS editor
  8513.     tell application "Finder"
  8514.         open item "Dev.CD Feb 00 TC:Sample Code:"
  8515.         activate
  8516.     end tell
  8517. on error errMsg number errNum
  8518.     --enter statements to perform when no records are found such as...
  8519.     display dialog "Sorry, the item you selected could not be found."
  8520.     return
  8521. end try
  8522. end try
  8523. 5830X
  8524. Feb 00^
  8525. r--set theItem to choose file -- uncomment to test in an AS editor
  8526.     tell application "Finder"
  8527.         open item "Dev.CD Feb 00 TC:Sample Code:"
  8528.         activate
  8529.     end tell
  8530. on error errMsg number errNum
  8531.     --enter statements to perform when no records are found such as...
  8532.     display dialog "Sorry, the item you selected could not be found."
  8533.     return
  8534. end try
  8535. Movedq
  8536. Dev.CD Feb 00 TC
  8537. D!All Packages
  8538. Tool Chest Edition
  8539. cihuiI
  8540. Summary: Description Input methods for use with the Chinese Macintosh System 6.05 and above. Allows pinyin input in phrase instead of single character.J    cihui.imgK
  8541. Vol VIIM,Chinese OS 6.0.5 (Traditional or Simplified)O/Dev.CD Feb 00 TC:Tool Chest:Localization:cihui:P7Dev.CD Feb 00 TC
  8542.  - Tool Chest
  8543.  - Localization
  8544.  - cihuiV
  8545. 5831X
  8546. Feb 00^
  8547. #k 1:What's New:Sample Code:Human Interface Toolbox:PackageTool:V
  8548. 4293X
  8549. 1e    No Change
  8550. Snippets - Update 2/97
  8551. FindSerialPorts
  8552. This is a little snippet from the "Inside the Macintosh Communications Toolbox" which demonstrates the correct method for detecting which serial ports are present.
  8553. Get Tool Config
  8554. This q&d allows one to accumulate into a TEXT file the config strings of Connection Tools that have been configured with CMChoose.
  8555. J!FindSerialPorts:
  8556. Get Tool Config:K
  8557. Apr 97O3Dev.CD Apr 97 SSW:What's New?:Snippets Update 2/97:P8Dev.CD Apr 97 SSW
  8558.  - What's New?
  8559.  - Snippets Update 2/97V
  8560. 6526X
  8561. 1gede
  8562. others
  8563. otherwise
  8564. othmer
  8565. otioctl
  8566. otlifo
  8567. otpingsample
  8568. otrcv
  8569. otserverlimits
  8570. otstreamlogviewere item you selected could not be found."
  8571.     return
  8572. end try
  8573. All Packages
  8574. 7.1.1O
  8575. Dev.CD Jul 94P
  8576. Dev.CD Jul 9V
  8577. 1655X
  8578. Jul 94
  8579. --set theItem to choose file -- uncomment to test in an AS editor
  8580.     tell application "Finder"
  8581.         open item "Dev.CD Feb 00 TC:Tool Chest:Localization:cihui:"
  8582.         activate
  8583.     end tell
  8584. on error errMsg number errNum
  8585.     --enter statements to perform when no records are found such as...
  8586.     display dialog "Sorry, the item you selected could not be found."
  8587.     return
  8588. end try
  8589. ws Sample Code.imgK
  8590. May 98L
  8591. Sep 98M
  8592. Open Transport 1.1.1 or higherN8Open Transport, kernel, log, strlog, debug, raw, streamsO
  8593. Dev.CD Feb 00 TC:Sample Code:P
  8594. Dev.CD Feb 00 TC
  8595.  - Sample CodeV
  8596. 4290X
  8597. Feb 00^
  8598. r--set theItem to choose file -- uncomment to test in an AS editor
  8599.     tell application "Finder"
  8600.         open item "Dev.CD Feb 00 TC:Sample Code:"
  8601.         activate
  8602.     end tell
  8603. on error errMsg number errNum
  8604.     --enter statements to perform when no records are found such as...
  8605.     display dialog "Sorry, the item you selected could not be found."
  8606.     return
  8607. end try
  8608. Apr 97^
  8609. --set theItem to choose file -- uncomment to test in an AS editor
  8610.     tell application "Finder"
  8611.         open item "Dev.CD Apr 97 SSW:What's New?:Snippets Update 2/97:"
  8612.         activate
  8613.     end tell
  8614. on error errMsg number errNum
  8615.     --enter statements to perform when no records are found such as...
  8616.     display dialog "Sorry, the item you selected could not be found."
  8617.     return
  8618. end try
  8619. Deletedq
  8620. Dev.CD Apr 97 SSW
  8621. 8D!All Packages
  8622. Tool Chest Edition
  8623. SNMP Development
  8624. Summary:  Contains documentation, header files and test utilities to enable developers to write SNMP agents.  Support for the SNMP network management protocol.  How to write an SNMP management agent for your application or service. Not just for networking but for all applications.
  8625. Issues:  Redistribution license required from Apple if you want to ship the MacSNMP. No license required to ship SNMP agents by themselves
  8626. e    No Change
  8627. waste
  8628. waste
  8629. editing
  8630. library
  8631. macintosh
  8632. programmers
  8633. wavetablesynth
  8634. waving
  8635. wdefcolorsample
  8636. wdefpatch
  8637. wdefs
  8638. we're
  8639. we've
  8640. weather
  8641. Jul 94
  8642. e    No Changeq
  8643. Dev.CD Feb 00 TC
  8644. D!All Packages
  8645. Tool Chest Edition
  8646. Clipboard Magician 0.76
  8647. Summary:  This is a DA/application that allows you to examine the content of the clipboard and applies various operation to the data. It can also acts as an Apple Event server that the user can use from other applications or AppleScript.
  8648. Features:
  8649. Examine data in clipboard.
  8650. Manipulate data in clipboard.
  8651. Applying various code resource to data, code resource supported includs its own CNVT resource, XCMD, AppleScript's scpt, FKEY and any other type of code resource that can be supported bB
  8652. y adding a glue CNVT code resource.
  8653. Can act as AppleEvent server to be used by AppleScript or edit and execute AppleScript right from Clipboard Magician.
  8654. 5832X
  8655. 1e    No Change
  8656. Sep 92L
  8657. Sep 93MMSystem 6 or above. System 7 or above if Apple Event and Apple Script is used.N.data conversion, Apple Event server, scriptingO<Dev.CD Feb 00 TC:Tool Chest:Toolbox:Clipboard Magician 0.76:PDDev.CD Feb 00 TC
  8658.  - Tool Chest
  8659.  - Toolbox
  8660.  - Clipboard Magician 0.76V
  8661. 5832X
  8662. Feb 00^
  8663. --set theItem to choose file -- uncomment to test in an AS editor
  8664.     tell application "Finder"
  8665.         open item "Dev.CD Feb 00 TC:Tool Chest:Toolbox:Clipboard Magician 0.76:"
  8666.         activate
  8667.     end tell
  8668. on error errMsg number errNum
  8669.     --enter statements to perform when no records are found such as...
  8670.     display dialog "Sorry, the item you selected could not be found."
  8671.     return
  8672. end try
  8673. e    No Changef,data conversion
  8674. Apple Event server
  8675. scriptingq
  8676. Dev.CD Feb 00 TC
  8677. D!All Packages
  8678. Tool Chest Edition
  8679. CODE Editor for ResEdit 2.1
  8680.     rform when no records are found such as...
  8681.     display dialog "Sorry, the item you selected could not be found."
  8682.     return
  8683. end try   return
  8684. end try
  8685. e--set theItem to choose file -- uncomment to test in an AS editor
  8686.     tell application "Finder"
  8687.         open item "Dev.CD May 96 TC"
  8688.         activate
  8689.     end tell
  8690. on error errMsg number errNum
  8691.     --enter statements to perform when no records are found such as...
  8692.     display dialog "Sorry, the item you selected could not be found."
  8693.     return
  8694. end try
  8695. characters
  8696. charge
  8697. charges
  8698. chars
  8699. cheap
  8700. check
  8701. checked
  8702. checked-in/checked-o
  8703. checkedoutfiles
  8704. checker
  8705. checkers
  8706. checkgestalt
  8707. checkinall
  8708. checking
  8709. checks
  8710. checksum
  8711. checkwindowin
  8712. checkwindowout
  8713. chesley
  8714. chess
  8715. chest
  8716. chineese
  8717. ient-server
  8718. client/server
  8719. clipboard
  8720. clipper
  8721. clipping
  8722. clocksW
  8723. clouseau
  8724. clues
  8725. code-like
  8726. ORDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:TimeSlaving:P`Dev.CD Feb 00 TC
  8727.  - What's New?
  8728.  - Sample Code
  8729.  - QuickTime
  8730.  - QuickTime for Java
  8731.  - TimeSlavingV
  8732. 6892X
  8733. Feb 00^
  8734. --set theItem to choose file -- uncomment to test in an AS editor
  8735.     tell application "Finder"
  8736.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:TimeSlaving:"
  8737.         activate
  8738.     end tell
  8739. on error errMsg number errNum
  8740.     --enter statements to perform when no records are found such as...
  8741.     display dialog "Sorry, the item you selected could not be found."
  8742.     return
  8743. end try
  8744. New Packagef
  8745. QuickTime
  8746. Dev.CD Feb 00 TC
  8747. D(All Packages
  8748. Reference Library Edition
  8749. Toolbox Assistant
  8750. Ae    No Changef
  8751. debuggerq
  8752. Dev.CD Feb 00 TC
  8753. BD!All Packages
  8754. Tool Chest Edition
  8755. F    SourceObj
  8756. Summary:  SourceObj reads a .c.o file and its corrosponding .c file and outputs a mixed listing of 68k assembly and C source code.  Helps in writing better C/Pascal code by providing a way to view the output of MPW 68k compilers on a per source line basis.  See the file "About SourceObj" for details.
  8757. Features:
  8758. Ouput a single function/method.
  8759. Output all methods of a class.
  8760. Output all instances of a method name.
  8761. Show/Hide 68k opcodes.
  8762. General tools.imgK
  8763. Feb 94M
  8764. Works with MPW 3.2 or laterN:object code, disassembly, MPW tool, UltraSlimFast, DumpObjO>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Feb 00 TC
  8765.  - Tool Chest
  8766.  - Testing & Debugging
  8767.  - General toolsV
  8768. 6537X
  8769. Feb 00^
  8770. mystery
  8771. naked
  8772. ORDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:Transitions:P`Dev.CD Feb 00 TC
  8773.  - What's New?
  8774.  - Sample Code
  8775.  - QuickTime
  8776.  - QuickTime for Java
  8777.  - TransitionsV
  8778. 6899X
  8779. Feb 00^
  8780. --set theItem to choose file -- uncomment to test in an AS editor
  8781.     tell application "Finder"
  8782.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:Transitions:"
  8783.         activate
  8784.     end tell
  8785. on error errMsg number errNum
  8786.     --enter statements to perform when no records are found such as...
  8787.     display dialog "Sorry, the item you selected could not be found."
  8788.     return
  8789. end try
  8790. New Packagef
  8791. QuickTime
  8792. Dev.CD Feb 00 TC
  8793. D!All Packages
  8794. Mac OS SDK Edition
  8795. Translation Manager
  8796.     number errNum
  8797.     --enter statements to perform when no records are found such as...
  8798.     display dialog "Sorry, the item you selected could not be found."
  8799.     return
  8800. end try
  8801. All Packages
  8802. 7.1.2V
  8803. 1669X
  8804. eventually
  8805. everest
  8806. every
  8807. everybody
  8808. everyday
  8809. everyone
  8810. everything
  8811. everyware
  8812. evict
  8813. evolved
  8814. evolving
  8815. eworld
  8816. exact
  8817. exactly
  8818. examine
  8819. single
  8820. single-link
  8821. sites
  8822. situation
  8823. situations
  8824. sixteen
  8825. sizes
  8826. skills
  8827. skipped
  8828. slated
  8829. slave
  8830. slaving
  8831. sleep
  8832. sleuthing
  8833. slimfunctions
  8834. 6271X
  8835. Apr 99^
  8836. --set theItem to choose file -- uncomment to test in an AS editor
  8837.     tell application "Finder"
  8838.         open item "Dev.CD Apr 99 SDK1:Development Kits:QuickDraw 3D for Windows 1.5.2:"
  8839.         activate
  8840.     end tell
  8841. on error errMsg number errNum
  8842.     --enter statements to perform when no records are found such as...
  8843.     display dialog "Sorry, the item you selected could not be found."
  8844.     return
  8845. end try
  8846. Deletedf
  8847. QuickDraw 3D
  8848. Windows
  8849. Metafileq
  8850. Dev.CD Apr 99 SDK1
  8851. 9D!All Packages
  8852. Mac OS SDK Edition
  8853. QuickDraw GX
  8854. effects
  8855. eject
  8856. m "Dev.CD Jan 95
  8857. Dev.CD Jul 94"
  8858.         activate
  8859.     end tell
  8860. on error errMsg number errNum
  8861.     --enter statements to perform when no records are found such as...
  8862.     display dialog "Sorry, the item you selected could not be found."
  8863.     return
  8864. end try
  8865. All Packages
  8866. 7.1.2O
  8867. Dev.CD Jan 95
  8868. Dev.CD Oct 94P
  8869. Dev.CD Jan 95
  8870. Dev.CD Oct 9V
  8871. 1673X
  8872. Jan 95
  8873. spooler
  8874. patch
  8875. 1.0.2
  8876. qteffects
  8877. qteffects
  8878. explode
  8879. qtsimpleapplet
  8880. qtstreamingapplet
  8881. qttestapplet
  8882. qttojavaimage
  8883. quadra
  8884. qualified
  8885. quickdraw
  8886. sound
  8887. input
  8888. driver
  8889. pdlog
  8890. 6440X
  8891. Apr 98^
  8892. --set theItem to choose file -- uncomment to test in an AS editor
  8893.     tell application "Finder"
  8894.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime Conferencing:"
  8895.         activate
  8896.     end tell
  8897. on error errMsg number errNum
  8898.     --enter statements to perform when no records are found such as...
  8899.     display dialog "Sorry, the item you selected could not be found."
  8900.     return
  8901. end try
  8902. DeletedfJQuickTime
  8903. QuickTime Conferencing
  8904. video conferencing
  8905. Apple Media Conferenceq
  8906. Dev.CD Apr 98 SDK2
  8907. D!All Packages
  8908. Mac OS SDK Edition
  8909. QuickTime
  8910.  IC SDK 1.01
  8911. *About Clipboard Mag'n 0.76.txt
  8912. About Clipboard Magician
  8913. About Clipboard Magician 0.76
  8914. About Clipboard Magician.txt
  8915. Alchemist
  8916. Clipboard Magician
  8917. FKEYs for Clipboard Magican
  8918. iconpict.p
  8919. Magic Wand
  8920. Magic Wand Utility
  8921. programming information
  8922. programming information.txt
  8923. System 7 related CNVT
  8924. testmagic.p
  8925. n Transport 1.1.1 or higherNSOpen Transport, TCP, endpoint, server, HTTP, listen, bind, single-link, multihomingO
  8926. Dev.CD Feb 00 TC:Sample Code:P
  8927. Dev.CD Feb 00 TC
  8928.  - Sample CodeV
  8929. 4289X
  8930. Feb 00^
  8931. r--set theItem to choose file -- uncomment to test in an AS editor
  8932.     tell application "Finder"
  8933.         open item "Dev.CD Feb 00 TC:Sample Code:"
  8934.         activate
  8935.     end tell
  8936. on error errMsg number errNum
  8937.     --enter statements to perform when no records are found such as...
  8938.     display dialog "Sorry, the item you selected could not be found."
  8939.     return
  8940. end try
  8941. e    No ChangefKOpen Transport
  8942. endpoint
  8943. server
  8944. listen
  8945. single-link
  8946. multihomingq
  8947. Dev.CD Feb 00 TC
  8948. - Common
  8949.     - Sun Compliant Java Runtime Environment 1.1
  8950.     - QuickTime 3 
  8951.     - QTJava.zip
  8952.     - QTJava media samples
  8953. - Mac OS:
  8954.     - System 8 or later
  8955.     - Macintosh Runtime for Java (MRJ) 2.1
  8956. - Windows 95, 98, or NT::
  8957.     - JRE/JDK from Sun Microsystems, Inc. recommended
  8958. QuickTime, Java, MRJ
  8959. ot/ppp
  8960. ot/ppp
  8961. transport
  8962. ot/ppp
  8963. otbuffer
  8964. otbufferinfo
  8965. otfifo
  8966. otgetendpointinfo
  8967. otgetindexedport
  8968. otgetuserportnamefro
  8969. otlifo
  8970. otlink
  8971. otlookup
  8972. otoptionmanagment
  8973. ottcpwilldial
  8974. ottransferproviderow
  8975. ottransferproviderow
  8976. client
  8977. library
  8978. override
  8979. override
  8980. quickdraw
  8981. table
  8982. resource
  8983. overview
  8984. generator
  8985. pascal
  8986. passphrase
  8987. password
  8988. password
  8989. storage
  8990. patch
  8991. pbclock
  8992. pccard
  8993. pccts
  8994. All Packages
  8995. PowerTalk (PPC)O
  8996. Dev.CD Oct 94P
  8997. Dev.CD Oct 9V
  8998. 6218X
  8999. Oct 94
  9000. b--set theItem to choose file -- uncomment to test in an AS editor
  9001.     tell application "Finder"
  9002.         open item "Dev.CD Oct 94"
  9003.         activate
  9004.     end tell
  9005. on error errMsg number errNum
  9006.     --enter statements to perform when no records are found such as...
  9007.     display dialog "Sorry, the item you selected could not be found."
  9008.     return
  9009. end try
  9010. All Packages
  9011. PPC EnablerO
  9012. Dev.CD Jul 95P
  9013. Dev.CD Jul 9V
  9014. 6219X
  9015. Jul 95
  9016. b--set theItem to choose file -- uncomment to test in an AS editor
  9017.     tell application "Finder"
  9018.         open item "Dev.CD Jul 95"
  9019.         activate
  9020.     end tell
  9021. on error errMsg number errNum
  9022.     --enter statements to perform when no records are found such as...
  9023.     display dialog "Sorry, the item you selected could not be found."
  9024.     return
  9025. end try
  9026. All Packages
  9027. PPC EnablerO
  9028. Dev.CD Jul 95P
  9029. Dev.CD Jul 9V
  9030. 6220X
  9031. Jul 95
  9032. conversion
  9033. apple
  9034. event
  9035. server
  9036. scripting
  9037. database
  9038. database
  9039. debug
  9040. debug
  9041. sound
  9042. manager
  9043. 3.2.1
  9044. debugger
  9045. debuggers
  9046. debugging
  9047. debugging
  9048. performance
  9049. power
  9050. powerpc
  9051. emulator
  9052. declaration
  9053. decompress
  9054. cumentation
  9055. publications
  9056. technical
  9057. publications
  9058. developers
  9059. development
  9060. device
  9061. device
  9062. driver
  9063. block
  9064. storage
  9065. drive
  9066. gestalt
  9067. cd-rom
  9068. devnotes
  9069. dialog
  9070. dictation
  9071. interleaving
  9072. memory
  9073. configuration
  9074. disassembler
  9075. disassembly
  9076. utility
  9077. drive
  9078. setup
  9079. display
  9080. display
  9081. manager
  9082. resolution
  9083. screen
  9084. monitor
  9085. pixel
  9086. depth
  9087. display
  9088. manager
  9089. window
  9090. arrangement
  9091. display
  9092. pixel
  9093. depth
  9094. disposeresource
  9095. oerceprgeneral
  9096. coercion
  9097. Summary:  The file 
  9098. CODE editor for ResEdit 2.1
  9099.  contains a ResEdit 2.1 (or later) RSSC resource that adds a disassembly viewer to ResEdit to handle CODE and code-like resources.  This allows you to view code resources as assembly code instead of 
  9100.  hex.  When added to ResEdit version 2.1.1 or later, the CODE editor can also operate concurrently with the basic HEXA editor, providing editing and searching capabilities as well.  The disassembly code is annotated with the module names extr
  9101. acted from the MacsBug strings in the code.  Navigation facilities are provided to allow viewing related pieces of code.   Special formatting may be applied to the disassembly for embedded data that cannot normally be distinguished from actual code.  There are also facilities to allow you to answer the question 
  9102. who references this location?
  9103. Issues:  Do not add this editor to versions of ResEdit before 2.1.  This editor is not part of the official ResEdit release, and has not been rigo
  9104.     Cbrously tested.  Use caution when using any version of ResEdit to which you have added this editor.
  9105. J-CODE editor for ResEdit 2.1
  9106. CODE editor NotesK
  9107. Nov 93NGResEdit 2.1 2.1.1 Code Disassembly Disassembler Viewer Editor RSSC HEXAOmDev.CD Feb 00 TC:Tool Chest:Developer Utilities:ResEdit 2.1.3:ResEdit Extensions:CODE Editor for ResEdit 2.1:P{Dev.CD Feb 00 TC
  9108.  - Tool Chest
  9109.  - Developer Utilities
  9110.  - ResEdit 2.1.3
  9111.  - ResEdit Extensions
  9112.  - CODE Editor for ResEdit 2.1
  9113. hidden
  9114. hidemenubar
  9115. hidemenubaretc
  9116. hiding
  9117. hierarchical
  9118. hiermenus
  9119. hifi-color
  9120. high-end
  9121. high-level
  9122. high-performance
  9123. high-quality
  9124. high-visibility
  9125. higher
  9126. higher-quality
  9127. highest
  9128. highlighting
  9129. highlights
  9130. highly
  9131. highly-successful
  9132. hilighted
  9133. hilighting
  9134. hilite
  9135. hindi
  9136. 5833X
  9137. Feb 00^
  9138. --set theItem to choose file -- uncomment to test in an AS editor
  9139.     tell application "Finder"
  9140.         open item "Dev.CD Feb 00 TC:Tool Chest:Developer Utilities:ResEdit 2.1.3:ResEdit Extensions:CODE Editor for ResEdit 2.1:"
  9141.         activate
  9142.     end tell
  9143. on error errMsg number errNum
  9144.     --enter statements to perform when no records are found such as...
  9145.     display dialog "Sorry, the item you selected could not be found."
  9146.     return
  9147. end try
  9148. e    No ChangefGResEdit 2.1 2.1.1 Code Disassembly Disassembler Viewer Editor RSSC HEXAq
  9149. Dev.CD Feb 00 TC
  9150. D!All Packages
  9151. Tool Chest Edition
  9152. Color Locator DA
  9153. Summary: Color Locator DA enables you to see anything on the desktop in fatbits mode, find its global, local, or relative coordinates, find the relative amounts of red, green, and blue, and the index into the color table as well as how many entries are in the color table. 
  9154. Color Locator DAK
  9155. Vol VL
  9156. Vol VIIge
  9157. resources
  9158. return
  9159. return
  9160. investment
  9161. reverb
  9162. rgbforecolor
  9163. rhapsody
  9164. rhapsody
  9165. pages
  9166. rhapsody
  9167. release
  9168. notes
  9169. riser
  9170. robustness
  9171. rotation
  9172. router
  9173. routing
  9174. rules
  9175. runtime
  9176. sample
  9177. sample
  9178. sample
  9179. survey
  9180. saving
  9181. saving
  9182. files
  9183. saving
  9184. state
  9185. mplified
  9186. software
  9187. sound
  9188. soundsprocket
  9189. space
  9190. speech
  9191. spinning
  9192. spinning
  9193. cursors
  9194. sprockets
  9195. statements
  9196. storage
  9197. string
  9198. string
  9199. encoding
  9200. string
  9201. services
  9202. strings
  9203. strip
  9204. structure
  9205. structure
  9206. region
  9207. style
  9208. style
  9209. guide
  9210. stylechat
  9211. summary
  9212. switch
  9213. synchronization
  9214. system
  9215. system
  9216. system
  9217. features
  9218. O6Dev.CD Feb 00 TC:Tool Chest:QuickDraw:Color Locator DAP>Dev.CD Feb 00 TC
  9219.  - Tool Chest
  9220.  - QuickDraw
  9221.  - Color Locator DV
  9222. 5834X
  9223. Feb 00^
  9224. --set theItem to choose file -- uncomment to test in an AS editor
  9225.     tell application "Finder"
  9226.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickDraw:Color Locator DA"
  9227.         activate
  9228.     end tell
  9229. on error errMsg number errNum
  9230.     --enter statements to perform when no records are found such as...
  9231.     display dialog "Sorry, the item you selected could not be found."
  9232.     return
  9233. end try
  9234. e    No Changeq
  9235. Dev.CD Feb 00 TC
  9236. ColorPicker 2.1.1 SDKI
  9237. Color Picker 2.1.1 contains some minor bug fixes and a new ColorPickerLib for developers to use.
  9238. Features: No new features- only bug fixesJ
  9239. Color Picker SDK.sitK
  9240. Aug 97L
  9241. Jan 98N
  9242. Color Picker 2.1.1OADev.CD Jan 00 SDK1:Development Kits:Mac OS:ColorPicker 2.1.1 SDK:PIDev.CD Jan 00 SDK1
  9243.  - Development Kits
  9244.  - Mac OS
  9245.  - ColorPicker 2.1.1 SDKV
  9246. 5835X
  9247. Jan 00^
  9248. Jan 00^
  9249. e    No Change
  9250. e    No Changef
  9251. Color Picker 2.1.1q
  9252. Dev.CD Jan 00 SDK1
  9253. All Packages
  9254. ColorPopUpMenus
  9255. WThis folder contains an example illustrating how to show swatches of color in a labels-like menu in your own application.  It also illustrates how to add a user adjustable color item to the menu that can be changed by  way of the color picker interface.
  9256. Contains routines for getting/setting particular elements in a color icon's color table.
  9257. ColorPopUpMenus
  9258. ColorPopUpMenus.c
  9259. ColorPopUpMenus.h
  9260. ColorPopUpMenus.prj
  9261. ColorPopUpMenus.r
  9262. ColorPopUpMenus.rsrc
  9263. MakeFile
  9264. ReadMeK
  9265. Dec 99M
  9266. Color MacintoshN=Icon, color icon, colour table, CIconHandle, CTabHandle, clutOWDev.CD Dec 99 RL Disk 1:What's New:Sample Code:Human Interface Toolbox:ColorPopUpMenus:PbDev.CD Dec 99 RL Disk 1
  9267.  - What's New
  9268.  - Sample Code
  9269.  - Human Interface Toolbox
  9270.  - ColorPopUpMenusV
  9271. 5836X
  9272. Dec 99^    RL Disk 1
  9273. e    No Change
  9274.  you selected could not be found."
  9275.     return
  9276. end try
  9277. e    No Change
  9278. e    No Change
  9279. OPBookmark CD 26:develop:develop Issue 23:develop Issue 23 code:ProjectDrag 1.1b8:P[Bookmark CD 26
  9280.  - develop
  9281.  - develop Issue 23
  9282.  - develop Issue 23 code
  9283.  - ProjectDrag 1.1b8V
  9284. 6240X
  9285. k CD 2
  9286. --set theItem to choose file -- uncomment to test in an AS editor
  9287.     tell application "Finder"
  9288.         open item "Bookmark CD 26:develop:develop Issue 23:develop Issue 23 code:ProjectDrag 1.1b8:"
  9289.         activate
  9290.     end tell
  9291. on error errMsg number errNum
  9292.     --enter statements to perform when no records are found such as...
  9293.     display dialog "Sorry, the item you selected could not be found."
  9294.     return
  9295. end try
  9296. e    No Changeq
  9297. Bookmark CD 26
  9298. D!All Packages
  9299. Tool Chest Edition
  9300. QDGX Spooler Patch 1.0.2
  9301. virtual
  9302. reality
  9303. virtual
  9304. virtualuser
  9305. visigenic
  9306. volumes
  9307. vtwin
  9308. vu-meter
  9309. waitnextevent
  9310. wannabe
  9311. browser
  9312. webobjects
  9313. webobjects
  9314. network
  9315. network
  9316. server
  9317. guide
  9318. network
  9319. software
  9320. installer
  9321. networkcommsvcs
  9322. networking
  9323. networkingot
  9324. networks
  9325. networks
  9326. networksetup
  9327. documentation
  9328. sample
  9329. audio
  9330. features
  9331. newgworld
  9332. newgworld
  9333. newgworld
  9334. newgworld
  9335. newformat
  9336. newgworld
  9337. newmaclogo
  9338. newnsptest
  9339. non-mpw
  9340. norway
  9341. norway
  9342. distributors/localiz
  9343. apple
  9344. product
  9345. example
  9346. about
  9347. sample
  9348. aegizmos
  9349. first
  9350. reader
  9351. reader
  9352. installer
  9353. D!All Packages
  9354. Mac OS SDK Edition
  9355. ColorPicker 2.1.1 SDKI
  9356. Color Picker 2.1.1 contains some minor bug fixes and a new ColorPickerLib for developers to use.
  9357. Features: No new features- only bug fixesJ
  9358. Color Picker SDK.sitK
  9359. Aug 97L
  9360. Jan 98N
  9361. Color Picker 2.1.1OADev.CD Jan 00 SDK1:Development Kits:Mac OS:ColorPicker 2.1.1 SDK:PIDev.CD Jan 00 SDK1
  9362.  - Development Kits
  9363.  - Mac OS
  9364.  - ColorPicker 2.1.1 SDKV
  9365. 5835X
  9366. Jan 00^
  9367. #e Code:P
  9368. Dev.CD Feb 00 TC
  9369.  - Sample CodeV
  9370. 4282X
  9371. Feb 00^
  9372. r--set theItem to choose file -- uncomment to test in an AS editor
  9373.     tell application "Finder"
  9374.         open item "Dev.CD Feb 00 TC:Sample Code:"
  9375.         activate
  9376.     end tell
  9377. on error errMsg number errNum
  9378.     --enter statements to perform when no records are found such as...
  9379.     display dialog "Sorry, the item you selected could not be found."
  9380.     return
  9381. end try
  9382. e    No Changef;open transport
  9383. port registry
  9384. OTGetIndexedPort
  9385. Dev.CD Feb 00 TC
  9386. D!All Packages
  9387. Tool Chest Edition
  9388. --set theItem to choose file -- uncomment to test in an AS editor
  9389.     tell application "Finder"
  9390.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:ColorPicker 2.1.1 SDK:"
  9391.         activate
  9392.     end tell
  9393. on error errMsg number errNum
  9394.     --enter statements to perform when no records are found such as...
  9395.     display dialog "Sorry, the item you selected could not be found."
  9396.     return
  9397. end try
  9398. Open Transport 1.1.1 or higherN=Open Transport, OTGetEndpointInfo, TEndpointInfo, TSDU, ETSDAO
  9399. Dev.CD Feb 00 TC:Sample Code:P
  9400. Dev.CD Feb 00 TC
  9401.  - Sample CodeV
  9402. 4283X
  9403. Feb 00^
  9404. r--set theItem to choose file -- uncomment to test in an AS editor
  9405.     tell application "Finder"
  9406.         open item "Dev.CD Feb 00 TC:Sample Code:"
  9407.         activate
  9408.     end tell
  9409. on error errMsg number errNum
  9410.     --enter statements to perform when no records are found such as...
  9411.     display dialog "Sorry, the item you selected could not be found."
  9412.     return
  9413. end try
  9414. e    No Change
  9415. Jan 96
  9416. f--set theItem to choose file -- uncomment to test in an AS editor
  9417.     tell application "Finder"
  9418.         open item "Dev.CD Jan 96 SSW"
  9419.         activate
  9420.     end tell
  9421. on error errMsg number errNum
  9422.     --enter statements to perform when no records are found such as...
  9423.     display dialog "Sorry, the item you selected could not be found."
  9424.     return
  9425. end try
  9426. All Packages
  9427. F    QuickTimeO
  9428. Dev.CD Jan 96 SSWP
  9429. Dev.CD Jan 96 SSV
  9430. 6362X
  9431. Jan 96
  9432. f--set theItem to choose file -- uncomment to test in an AS editor
  9433.     tell application "Finder"
  9434.         open item "Dev.CD Jan 96 SSW"
  9435.         activate
  9436.     end tell
  9437. on error errMsg number errNum
  9438.     --enter statements to perform when no records are found such as...
  9439.     display dialog "Sorry, the item you selected could not be found."
  9440.     return
  9441. end try
  9442. All Packages
  9443. F    QuickTimeO)Dev.CD Jan 94
  9444. Dev.CD Oct 93
  9445. Dev.CD Jul 93P(Dev.CD Jan 94
  9446. Dev.CD Oct 93
  9447. Dev.CD Jul 9V
  9448. 6363X
  9449. Jan 94
  9450. All Packages
  9451. 1703X
  9452. control
  9453. control
  9454. strip
  9455. controlbackground
  9456. controlkeypatch
  9457. controlstrip
  9458. controlstrip
  9459. convert
  9460. convert
  9461. projects
  9462. 1.0b5
  9463. converter
  9464. corefoundation
  9465. cpugestalt
  9466. createmovie
  9467. createpictfile
  9468. development
  9469. resources
  9470. custommedia
  9471. cyrillic
  9472. cyrillic
  9473. language
  9474. cyrillic
  9475. language
  9476. access
  9477. manager
  9478. french
  9479. access
  9480. manager
  9481. database
  9482. debabelizer
  9483. debabelizer
  9484. debug
  9485. debugger
  9486. debugging
  9487. debugging
  9488. modern
  9489. memory
  9490. manager
  9491. debugging
  9492. sound
  9493. manager
  9494. declaration
  9495. declaration
  9496. defproc
  9497. defprocs
  9498. demos
  9499. editor
  9500. emulator
  9501. p--set theItem to choose file -- uncomment to test in an AS editor
  9502.     tell application "Finder"
  9503.         open item "Dev.CD Jan 95
  9504. Dev.CD Oct 94"
  9505.         activate
  9506.     end tell
  9507. on error errMsg number errNum
  9508.     --enter statements to perform when no records are found such as...
  9509.     display dialog "Sorry, the item you selected could not be found."
  9510.     return
  9511. end try
  9512. the item you selected could not be found."
  9513.     return
  9514. end try
  9515. All Packages
  9516. 7.5O-Dev.CD Jan 96 SSW
  9517. Dev.CD Apr 95
  9518. Dev.CD Jan 95P,Dev.CD Jan 96 SSW
  9519. Dev.CD Apr 95
  9520. Dev.CD Jan 9V
  9521. 1706X
  9522. Jan 96
  9523. --set theItem to choose file -- uncomment to test in an AS editor
  9524.     tell application "Finder"
  9525.         open item "Dev.CD Jan 96 SSW
  9526. Dev.CD Apr 95
  9527. Dev.CD Jan 95"
  9528.         activate
  9529.     end tell
  9530. on error errMsg number errNum
  9531.     --enter statements to perform when no records are found such as...
  9532.     display dialog "Sorry, the item you selected could not be found."
  9533.     return
  9534. end try
  9535. This update to Toolbox assistant includes the following QuickView databases:
  9536. NOTE:  We have released the databases below as standalone products, without an updated Routines A ... Z and Mgr. page.
  9537. Advanced Color Imaging Assistant: This set of three QuickView databases provide conceptual information for working with  color in your application, including sample code, as well as a reference to the Palette Manager, Color Picker Manager, ColorSync Manager, and Color Manager. Advanced Color Ima
  9538. ging Assistant has been revised for version 2.1 of the ColorSync Manager and includes hypertext links to new and revised material.
  9539. Apple Game Sprockets: This QuickView database includes the set of new APIs to make game programming for the Macintosh easy. The four sprockets documented in this QuickView database include SoundSprocket, DrawSprocket, InputSprocket, and NetSprocket. Some of the APIs for these sprockets are for new functionality and others make APIs that already existed in the 
  9540. 6491X
  9541. Feb 00^
  9542. --set theItem to choose file -- uncomment to test in an AS editor
  9543.     tell application "Finder"
  9544.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Graphics 3D:SetupGL:"
  9545.         activate
  9546.     end tell
  9547. on error errMsg number errNum
  9548.     --enter statements to perform when no records are found such as...
  9549.     display dialog "Sorry, the item you selected could not be found."
  9550.     return
  9551. end try
  9552. New Packagef"OpenGL
  9553. full screen
  9554. DrawSprocketq
  9555. Dev.CD Feb 00 TC
  9556. D!All Packages
  9557. Tool Chest Edition
  9558. SetWindBackColorI
  9559. Demonstrates how to programmatically set the background color of a window without flicker.
  9560. Don't have the Appearance Manager running.J'Sample Code.img
  9561. Windows Sample Code.imgK
  9562. Aug 97N
  9563. background color WDEF windowO
  9564. Dev.CD Feb 00 TC:Sample Code:P
  9565. Dev.CD Feb 00 TC
  9566.  - Sample CodeV
  9567. 6492X
  9568. Feb 00^
  9569. p--set theItem to choose file -- uncomment to test in an AS editor
  9570.     tell application "Finder"
  9571.         open item "Dev.CD Jul 93
  9572. Dev.CD May 93"
  9573.         activate
  9574.     end tell
  9575. on error errMsg number errNum
  9576.     --enter statements to perform when no records are found such as...
  9577.     display dialog "Sorry, the item you selected could not be found."
  9578.     return
  9579. end try
  9580.   return
  9581. end try
  9582. All Packages
  9583. 7.5O)Dev.CD Jul 95
  9584. Dev.CD Apr 95
  9585. Dev.CD Jan 95P(Dev.CD Jul 95
  9586. Dev.CD Apr 95
  9587. Dev.CD Jan 9V
  9588. 1710X
  9589. Jul 95
  9590. ~--set theItem to choose file -- uncomment to test in an AS editor
  9591.     tell application "Finder"
  9592.         open item "Dev.CD Jul 95
  9593. Dev.CD Apr 95
  9594. Dev.CD Jan 95"
  9595.         activate
  9596.     end tell
  9597. on error errMsg number errNum
  9598.     --enter statements to perform when no records are found such as...
  9599.     display dialog "Sorry, the item you selected could not be found."
  9600.     return
  9601. end try
  9602. All Packages
  9603. 1711X
  9604. --set theItem to choose file -- uncomment to test in an AS editor
  9605.     tell application "Finder"
  9606.         open item "Dev.CD Dec 99 RL Disk 1:What's New:Sample Code:Human Interface Toolbox:ColorPopUpMenus:"
  9607.         activate
  9608.     end tell
  9609. on error errMsg number errNum
  9610.     --enter statements to perform when no records are found such as...
  9611.     display dialog "Sorry, the item you selected could not be found."
  9612.     return
  9613. end try
  9614. elected could not be found."
  9615.     return
  9616. end try
  9617. All Packages
  9618. Dev.CD Jul 95P
  9619. Dev.CD Jul 9V
  9620. 1712X
  9621. Jul 95
  9622. b--set theItem to choose file -- uncomment to test in an AS editor
  9623.     tell application "Finder"
  9624.         open item "Dev.CD Jul 95"
  9625.         activate
  9626.     end tell
  9627. on error errMsg number errNum
  9628.     --enter statements to perform when no records are found such as...
  9629.     display dialog "Sorry, the item you selected could not be found."
  9630.     return
  9631. end try
  9632. All Packages
  9633. Dev.CD Jul 95V
  9634. 1713X
  9635. e    No Changef8Icon
  9636. color icon
  9637. colour table
  9638. CIconHandle
  9639. CTabHandle
  9640. clutq
  9641. Dev.CD Dec 99 RL Disk 1
  9642. All Packages
  9643. ColorSync 3.0 Mac SDK
  9644. The complete ColorSync
  9645.  3.0 SDK for Mac developers. It includes the following:
  9646. Interfaces & Link Libraries
  9647. Documentation
  9648. Sample Code
  9649. Goodies
  9650. ColorSync
  9651.  3.0 is the latest version of Apple Computer's color management architecture for the Mac OS. For more information visit the ColorSync website at http://www.apple.com/colorsync.
  9652. What's New in ColorSync
  9653.       - Device Profiles and Document Profiles
  9654.       - ColorSync Workflows
  9655.       - Apple CMM
  9656.       - Calibration Assistant Expert mode
  9657. 5837X
  9658. K code resource written in either Metrowerks CodeWarrior C or Symantec C for MPW. The sample creates a HyperCard XCMD which returns the default Ethernet address for the machine using Open Transport calls.
  9659. J'Sample Code.img
  9660. Windows Sample Code.imgK
  9661. Apr 96L
  9662. Jun 98:Sample Code:V
  9663. 4280X
  9664. 1e    No Change
  9665. v.CD Jul 95
  9666. Dev.CD Apr 95
  9667. Dev.CD Jan 95V
  9668. 1715X
  9669. foundation
  9670. explaining
  9671. summary
  9672. sample
  9673. demonstrates
  9674. palette
  9675. summary
  9676. collects
  9677. information
  9678. about
  9679. system
  9680. summary
  9681. demonstrates
  9682. program
  9683. finder-like
  9684. label
  9685. summary
  9686. demonstrates
  9687. menubar
  9688. and/or
  9689. summary
  9690. developer
  9691. describes
  9692. latest
  9693. model
  9694. summary
  9695. developer's
  9696. package
  9697. includes
  9698. appleshar
  9699. summary
  9700. digest
  9701. collection
  9702. article
  9703. threads
  9704. summary
  9705. document
  9706. contains
  9707. international
  9708. devel
  9709. colour
  9710. table
  9711. comet
  9712. communications
  9713. communications
  9714. toolbox
  9715. compare
  9716. compiler
  9717. compiler
  9718. tools
  9719. compilers
  9720. component
  9721. component
  9722. software
  9723. compound
  9724. compound
  9725. document
  9726. architecture
  9727. compress
  9728. compression
  9729. computer
  9730. computer
  9731. based
  9732. media
  9733. conditional
  9734. conditional
  9735. statements
  9736. conference
  9737. conferencing
  9738. configuration
  9739. configuration
  9740. connectivity
  9741. consumer
  9742. consumer
  9743. electronics
  9744. container
  9745. content
  9746. content
  9747. region
  9748. context
  9749. context
  9750. switch
  9751. from memory to the client.   It then does an orderly release and puts the endpoint back into its idle queue.   
  9752. It's fast!   Running on Open Transport 1.1.1, a Power Mac 7100/80 on a 10 Mbit ethernet using 8K downloads can almost saturate the wire.  Using a 200 MHz Power Mac on the same LAN with 1K downloads the server sustains better than 300 connections per se
  9753. about
  9754. sample
  9755. about
  9756. getsetoptions
  9757. about
  9758. snapshot
  9759. sample
  9760. aegizmos
  9761. before
  9762. using
  9763. registration
  9764. defprocs
  9765. defprocs
  9766. first
  9767. first
  9768. first
  9769. hypercard
  9770. obsolete&unsupported
  9771. other
  9772. developer
  9773. crashing
  9774. crawl
  9775. create
  9776. create
  9777. needs
  9778. created
  9779. createdirwithcustomi
  9780. createpmforecolorima
  9781. creatergbforecolorim
  9782. creates
  9783. creating
  9784. creation
  9785. creative
  9786. creativity
  9787.  display dialog "Sorry, the item you selected could not be found."
  9788.     return
  9789. end try
  9790. colorscreen
  9791. colorscreen
  9792. colorsync
  9793. colorsync
  9794. colorsync
  9795. export
  9796. colorsync
  9797. filter
  9798. colorsync
  9799. import
  9800. colorsync
  9801. plugins
  9802. readme
  9803. combowalker
  9804. common
  9805. commtoolbox
  9806. commtoolbox
  9807. commtoolbox
  9808. roadmap
  9809. communications
  9810. communications
  9811. comparedirtext
  9812. comparelastrevision
  9813. compbasedmediabroadc
  9814. compbasedmediabroadc
  9815. control
  9816. controls/events
  9817. copybits
  9818. copybits
  9819. application
  9820. copybits
  9821. coresample
  9822. coresample
  9823. coupon
  9824. courses
  9825. createcopy
  9826. createcopy
  9827. creator
  9828. creator
  9829. registration
  9830. csmp-digest-readme
  9831. csmp-digest-readme
  9832. csmp-digest-v3-001
  9833. csmp-digest-v3-002
  9834. csmp-digest-v3-003
  9835. csmp-digest-v3-004
  9836. csmp-digest-v3-005
  9837. csmp-digest-v3-006
  9838. csmp-digest-v3-007
  9839. csmp-digest-v3-008
  9840. csmp-digest-v3-009
  9841. csmp-digest-v3-010
  9842. compiles
  9843. compiling
  9844. modeled
  9845. modeless
  9846. modeling
  9847. models
  9848. modem
  9849. moderate
  9850. moderated
  9851. moderm
  9852. modern
  9853. modes
  9854. modification
  9855. n error errMsg number errNum
  9856.     --enter statements to perform when no records are found such as...
  9857.     display dialog "Sorry, the item you selected could not be found."
  9858.     return
  9859. end try
  9860. All Packages
  9861. 7.5O)Dev.CD Jul 95
  9862. Dev.CD Apr 95
  9863. Dev.CD Feb 95P(Dev.CD Jul 95
  9864. Dev.CD Apr 95
  9865. Dev.CD Feb 9V
  9866. 1723X
  9867. Jul 95
  9868. All Packages
  9869. System Enabler 111 (PB 160/180)O
  9870. Dev.CD Apr 93P
  9871. Dev.CD Apr 9V
  9872. 6745X
  9873. Apr 93
  9874. b--set theItem to choose file -- uncomment to test in an AS editor
  9875.     tell application "Finder"
  9876.         open item "Dev.CD Apr 93"
  9877.         activate
  9878.     end tell
  9879. on error errMsg number errNum
  9880.     --enter statements to perform when no records are found such as...
  9881.     display dialog "Sorry, the item you selected could not be found."
  9882.     return
  9883. end try
  9884. All Packages
  9885. System Enabler 111 (PB 160/180)O
  9886. Dev.CD Apr 93P
  9887. Dev.CD Apr 9V
  9888. 6746X
  9889. Apr 93
  9890. b--set theItem to choose file -- uncomment to test in an AS editor
  9891.     tell application "Finder"
  9892.         open item "Dev.CD Apr 93"
  9893.         activate
  9894.     end tell
  9895. on error errMsg number errNum
  9896.     --enter statements to perform when no records are found such as...
  9897.     display dialog "Sorry, the item you selected could not be found."
  9898.     return
  9899. end try
  9900. All Packages
  9901. System Enabler 111 (PB 160/180)V
  9902. 6747X
  9903. call-backs
  9904. callback
  9905. callbacks
  9906. called
  9907. caller
  9908. callhyper
  9909. calling
  9910. calls
  9911. calvacom
  9912. camera
  9913. cameras
  9914. cameron
  9915. campaign
  9916. campaigns
  9917. lites
  9918. capabilities
  9919. capability
  9920. capable
  9921. capitalize
  9922. capture
  9923.       - Profile path balloons
  9924.       - Profile descriptions in double byte languages
  9925.       - Profile First Aid
  9926. ColorSync Features
  9927.       - AppleScript support
  9928.       - JPEG and GIF support
  9929.       - Profile Cache File
  9930.       - Profiles Folder Location and Subfolders
  9931.       - Photoshop Plug-ins
  9932.       - Multiprocessing support
  9933.       - support for 16 bits per channel images
  9934.       - What gets installed with ColorSync
  9935. ColorSync 3.0.imgK
  9936. Mar 93L
  9937. Dec 99M]ColorSync 3.0 is designed to work on PowerPC (or newer) machines running System 8.5 or later.N@ColorSync, calibrator, scripting, 3.0, profile, gamma, tag colorOiDev.CD Dec 99 RL Disk 1:What's New:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:ColorSync 3.0 Installer:PwDev.CD Dec 99 RL Disk 1
  9938.  - What's New
  9939.  - Development Kits
  9940.  - Mac OS
  9941.  - ColorSync 3.0 Mac SDK
  9942.  - ColorSync 3.0 Installer
  9943. 5837X
  9944. Dec 99^    RL Disk 1
  9945. --set theItem to choose file -- uncomment to test in an AS editor
  9946.     tell application "Finder"
  9947.         open item "Dev.CD Dec 99 RL Disk 1:What's New:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:ColorSync 3.0 Installer:"
  9948.         activate
  9949.     end tell
  9950. on error errMsg number errNum
  9951.     --enter statements to perform when no records are found such as...
  9952.     display dialog "Sorry, the item you selected could not be found."
  9953.     return
  9954. end try
  9955. e    No Changef:ColorSync
  9956. calibrator
  9957. scripting
  9958. profile
  9959. gamma
  9960. tag colorq
  9961. Dev.CD Dec 99 RL Disk 1
  9962. D!All Packages
  9963. Mac OS SDK Edition
  9964. ColorSync Photoshop Plugins 2.1
  9965.     CD Feb 95"
  9966.         activate
  9967.     end tell
  9968. on error errMsg number errNum
  9969.     --enter statements to perform when no records are found such as...
  9970.     display dialog "Sorry, the item you selected could not be found."
  9971.     return
  9972. end try
  9973. All Packages
  9974. Dev.CD Apr 95
  9975. Dev.CD Jan 95P
  9976. Dev.CD Apr 95
  9977. Dev.CD Jan 9V
  9978. 1728X
  9979. Apr 95
  9980. All Packages
  9981. 6.0.3O"Developer CD (II)
  9982. Excellent CD (I)P!Developer CD (II)
  9983. Excellent CD (IV
  9984. 5102X
  9985. er CD 
  9986. w--set theItem to choose file -- uncomment to test in an AS editor
  9987.     tell application "Finder"
  9988.         open item "Developer CD (II)
  9989. Excellent CD (I)"
  9990.         activate
  9991.     end tell
  9992. on error errMsg number errNum
  9993.     --enter statements to perform when no records are found such as...
  9994.     display dialog "Sorry, the item you selected could not be found."
  9995.     return
  9996. end try
  9997. All Packages
  9998. 6.0.3O"Developer CD (II)
  9999. Excellent CD (I)P!Developer CD (II)
  10000. Excellent CD (IV
  10001. 5103X
  10002. er CD 
  10003. w--set theItem to choose file -- uncomment to test in an AS editor
  10004.     tell application "Finder"
  10005.         open item "Developer CD (II)
  10006. Excellent CD (I)"
  10007.         activate
  10008.     end tell
  10009. on error errMsg number errNum
  10010.     --enter statements to perform when no records are found such as...
  10011.     display dialog "Sorry, the item you selected could not be found."
  10012.     return
  10013. end try
  10014. tracker
  10015. pascal
  10016. snippet
  10017. audio
  10018. tracks
  10019. cd-rom
  10020. cd-rom-based
  10021. cdent
  10022. cdevs
  10023. cdk's
  10024. cdromdrivecheck
  10025. cdtool
  10026. celestial
  10027. celik
  10028. center
  10029. centered
  10030. central
  10031. centuries
  10032. certain
  10033. certainly
  10034. certificates
  10035. certified
  10036. cfdata
  10037. cfm-68k
  10038. cgrafport
  10039. changed
  10040. changefilename
  10041. changes
  10042. Deletedf
  10043. QD3D 1.6q
  10044. Dev.CD Oct 99 SDK1
  10045. D!All Packages
  10046. Mac OS SDK Edition
  10047. :  This SDK will support the QuickTake 150 or QuickTake 100.J
  10048. MyQuickTakeApp 1.0.1TC7 
  10049. MyQuickTakeApp 1.0.2 
  10050. QuickTake - Read Me First
  10051. QuickTake Documentation:
  10052. QuickTake Marketing Items :
  10053. QuickTake/Macintosh  SDK.image
  10054. QuickTake/Windows SDK:
  10055. System Folder Items:
  10056. Windows System Files:K
  10057. Jan 96OFDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake Digital Camera:PKDev.CD Apr 98 SDK2
  10058.  - Development Kits (Disc 2)
  10059.  - QuickTake Digital CameraV
  10060. 6350X
  10061. Apr 98^
  10062. --set theItem to choose file -- uncomment to test in an AS editor
  10063.     tell application "Finder"
  10064.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake Digital Camera:"
  10065.         activate
  10066.     end tell
  10067. on error errMsg number errNum
  10068.     --enter statements to perform when no records are found such as...
  10069.     display dialog "Sorry, the item you selected could not be found."
  10070.     return
  10071. end try
  10072. Deleted
  10073. Deleted
  10074. updater
  10075. updates
  10076. updating
  10077. upgrade
  10078. upgraded
  10079. upgrader
  10080. upgrades
  10081. upload
  10082. upload
  10083. given
  10084. upper
  10085. upside
  10086. urbina
  10087. access
  10088. collection
  10089. functions
  10090. allowing
  10091. access
  10092. urquhart
  10093. usage
  10094. performance
  10095. photoshop
  10096. player
  10097. plugins
  10098. postscript
  10099. powerbook
  10100. primer
  10101. 5838X
  10102. Apr 98^
  10103. --set theItem to choose file -- uncomment to test in an AS editor
  10104.     tell application "Finder"
  10105.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Goodies:ColorSync Photoshop Plugins 2.1:"
  10106.         activate
  10107.     end tell
  10108. on error errMsg number errNum
  10109.     --enter statements to perform when no records are found such as...
  10110.     display dialog "Sorry, the item you selected could not be found."
  10111.     return
  10112. end try
  10113. Deletedf
  10114. ColorSync Photoshop Plug-insq
  10115. Dev.CD Apr 98 SDK1
  10116. D!All Packages
  10117. Mac OS SDK Edition
  10118. Communications Toolbox
  10119.     tegies for the Mac OS Technote.N4Optimization, buffered file system, cache, cachelineO
  10120. Dev.CD Feb 00 TC:Sample Code:P
  10121. Dev.CD Feb 00 TC
  10122.  - Sample Codeords are found such as...
  10123.     display dialog "Sorry, the item you selected could not be found."
  10124.     return
  10125. end try
  10126. All Packages
  10127. Dev.CD Apr 95P
  10128. Dev.CD Apr 9V
  10129. 1735X
  10130. Apr 95
  10131. --set theItem to choose file -- uncomment to test in an AS editor
  10132.     tell application "Finder"
  10133.         open item "Dev.CD Apr 94
  10134. Dev.CD Jan 94
  10135. Dev.CD Oct 93
  10136. Dev.CD Jul 93"
  10137.         activate
  10138.     end tell
  10139. on error errMsg number errNum
  10140.     --enter statements to perform when no records are found such as...
  10141.     display dialog "Sorry, the item you selected could not be found."
  10142.     return
  10143. end try
  10144. 1.7.1
  10145. 1.7.2
  10146. 1/1/70
  10147. 100lc
  10148. 11/23/99
  10149. 12/600
  10150. 12x16
  10151. 16384
  10152. 17000
  10153. 1992-1995
  10154. calibrator
  10155. camera
  10156. capabilities
  10157. capture
  10158. carbon
  10159. carbon
  10160. printing
  10161. carbon
  10162. printing
  10163. manager
  10164. socket
  10165. services
  10166. cardbus
  10167. categories
  10168. audio
  10169. audio
  10170. toolkit
  10171. cd-rom
  10172. control
  10173. panel
  10174. symantec
  10175. metrowerks
  10176. standardfile
  10177. center
  10178. cfallocator
  10179. cfarray
  10180. cfarray
  10181. cfbag
  10182. cfbag
  10183. cfbase
  10184. cfbase
  10185. cfbinaryheap
  10186. cfbinaryheap
  10187. cfbitvector
  10188. cfbitvector
  10189. cftree
  10190. cftype
  10191. cftypeid
  10192. chinese
  10193. chinese
  10194. language
  10195. traditional
  10196. simplified
  10197. ciconhandle
  10198. classes
  10199. client
  10200. clouseau
  10201. loading
  10202. collection
  10203. collection
  10204. services
  10205. color
  10206. color
  10207. depth
  10208. color
  10209. color
  10210. picker
  10211. 2.1.1
  10212. colorsync
  10213. colorsync
  10214. photoshop
  10215. plug-ins
  10216. colour
  10217. All Packages
  10218. System 7 Tune-UpO
  10219. Dev.CD Sept 92
  10220. Dev.CD Aug 92P
  10221. Dev.CD Sept 92
  10222. Dev.CD Aug 9V
  10223. 6564X
  10224. Sept 9
  10225. q--set theItem to choose file -- uncomment to test in an AS editor
  10226.     tell application "Finder"
  10227.         open item "Dev.CD Sept 92
  10228. Dev.CD Aug 92"
  10229.         activate
  10230.     end tell
  10231. on error errMsg number errNum
  10232.     --enter statements to perform when no records are found such as...
  10233.     display dialog "Sorry, the item you selected could not be found."
  10234.     return
  10235. end try
  10236. All Packages
  10237. System 7 Tune-UpO)Dev.CD Apr 92
  10238. Dev.CD Mar 92
  10239. Dev.CD Feb 92P(Dev.CD Apr 92
  10240. Dev.CD Mar 92
  10241. Dev.CD Feb 9V
  10242. 6565X
  10243. Apr 92
  10244.         open item "Dev.CD Apr 95"
  10245.         activate
  10246.     end tell
  10247. on error errMsg number errNum
  10248.     --enter statements to perform when no records are found such as...
  10249.     display dialog "Sorry, the item you selected could not be found."
  10250.     return
  10251. end try
  10252. All Packages
  10253. 7.5 (Slim)O
  10254. Dev.CD Apr 95P
  10255. Dev.CD Apr 9V
  10256. 1741X
  10257. Apr 95
  10258. The ColorSync
  10259.  Plug-In Modules provide an easy way for you to obtain high quality reproduction of color images. Together with the ColorSync
  10260.  System Extension and the installed device profiles, the ColorSync
  10261.  Plug-In Modules ensure that your color images will be reproduced most accurately on any device. Three Modules (Import, Export, and Filter) are available to fit into any type of work-flow, and to provide color matching capabilities to the novice color user as well as to the most demandi
  10262. ng color user.
  10263. With the Plug-In
  10264. s you will be able to: 
  10265.  Accurately print the image viewed on your monitor. 
  10266.  Accurately print or view the image you have scanned. 
  10267.  Embed a profile in your image to be specified as the image
  10268. s source. 
  10269.  Make four-color or HiFi-color separations for any press printing condition. 
  10270.  Use your in-house device to preview what your image will look like on the printing press. 
  10271.  Execute any custom color matching needed.
  10272. New ColorSync Photoshop Plug-ins (Impo
  10273. aegizmos
  10274. colorsync
  10275. profile
  10276. appear
  10277. where
  10278. location
  10279. memory
  10280. what's
  10281. what's
  10282. updated
  10283. whatever
  10284. Manipulating Displays Using DrawSprocket
  10285. This preliminary document describes version 1.7 of the 
  10286. DrawSprocket programming interface, which simplifies display manipulations such as fading, blanking, selecting displays, and buffering.
  10287. [NEW] Simplifying Networked Gaming Using NetSprocket
  10288. This preliminary document describes version 1.7 of NetSprocket, which provides a simple programming interface for hosting or joining a networked game as well as for communicating with other networked playe
  10289. [UPDATED] Adding Multitasking Capability to Applications Using Multiprocessing Services
  10290. This document describes the Multiprocessing Services application programming interface through Multiprocessing Services 2.1. It contains conceptual information, programming examples, and a complete API 
  10291. reference. New features in version 2.1 include support for kernel notifications and gestalt selectors to determine the presence of preemptive task
  10292. safe system software functions. 
  10293. [NEW] Obtaining
  10294.     C;rt, Export and Filter) to replace the old version 1.3 ones.
  10295. JfColorSync Plugins readme
  10296. ColorSync
  10297.  Export
  10298. ColorSync
  10299.  Filter
  10300. ColorSync
  10301.  Import
  10302. Lab Color Space ProfileK
  10303. Oct 97M#ColorSync 2.1.x and Adobe PhotoshopN
  10304. ColorSync Photoshop Plug-insOcDev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Goodies:ColorSync Photoshop Plugins 2.1:PnDev.CD Apr 98 SDK1
  10305.  - Development Kits (Disc 1)
  10306.  - ColorSync SDK
  10307.  - Goodies
  10308.  - ColorSync Photoshop Plugins 2.1q
  10309. Dev.CD Feb 00 TC
  10310. D!All Packages
  10311. Mac OS SDK Edition
  10312. OpenGL Install
  10313. oOpenGL for Macintosh enables your computer to display three-dimensional graphics using applications designed to take advantage of OpenGL.
  10314. What's New in OpenGL
  10315.  1.1.2:
  10316.  Internal texture format hint is now supported
  10317.  Better AGP texture management
  10318.  Added support for Velocity Engine
  10319.  Support for the EXT_texture_env_add extension
  10320.  Lots of performance optimizations
  10321. 4275X
  10322. 1e    No Change
  10323. within@
  10324. without@
  10325. woes@
  10326. would@
  10327. xcmds@
  10328. yahoo@
  10329. you'll@
  10330. you'll
  10331. access
  10332. documentation
  10333. software
  10334. technolo@
  10335. your@
  10336. yourself@
  10337. zoom@
  10338. 03-information@
  10339. 1.1.2@
  10340. 1.3.1@
  10341. 2.1.1@
  10342. 7edit@
  10343. access@
  10344. alias@
  10345. analyzer@
  10346. apple
  10347. cd-rom
  10348. handbook@
  10349. apple
  10350. directions
  10351. 07/97
  10352. apple
  10353. directions
  10354. 10/95@
  10355. apple
  10356. coupon@
  10357. applescript@
  10358. applesingle/appledou@
  10359. architectures@
  10360. aslm@
  10361. aurp@
  10362. bigeasy2
  10363. blockreader@
  10364. callhyper
  10365. cd-rom@
  10366. change@
  10367. collection@
  10368. colorscreen@
  10369. compeffects@
  10370. connectivity@
  10371. createcustomicon@
  10372. creating
  10373. csmp-digest-v3-011@
  10374. csmp-digest-v3-051@
  10375. csmp-digest-v3-091@
  10376. csmp-digest-v3-132@
  10377. ct-009-4433@
  10378. sample
  10379. 1.0b16@
  10380. graphicsimporterdraw
  10381. gratitude
  10382. grayed
  10383. grayishoutline
  10384. grayrgn
  10385. grayscale
  10386. graytext
  10387. great
  10388. greater
  10389. greatest
  10390. greatly
  10391. green
  10392. greenspon
  10393. greeting
  10394. gridwindowgrow
  10395. griffith
  10396. group
  10397. groups
  10398. override
  10399. override
  10400. quickdraw
  10401. table
  10402. resource
  10403. overview
  10404. package
  10405. packages
  10406. palette
  10407. pan/tilt
  10408. pan/tilt
  10409. movies
  10410. panel
  10411. pascal
  10412. passphrase
  10413. password
  10414. password
  10415. storage
  10416. patch
  10417. pbclock
  10418. driver
  10419. loader
  10420. pci-pci
  10421. pci-pci
  10422. bridge
  10423. pcmcia
  10424. b--set theItem to choose file -- uncomment to test in an AS editor
  10425.     tell application "Finder"
  10426.         open item "Dev.CD Jul 95"
  10427.         activate
  10428.     end tell
  10429. on error errMsg number errNum
  10430.     --enter statements to perform when no records are found such as...
  10431.     display dialog "Sorry, the item you selected could not be found."
  10432.     return
  10433. end try
  10434. harlan
  10435. harness
  10436. harper
  10437. harry
  10438. p--set theItem to choose file -- uncomment to test in an AS editor
  10439.     tell application "Finder"
  10440.         open item "Dev.CD Oct 93
  10441. Dev.CD Jul 93"
  10442.         activate
  10443.     end tell
  10444. on error errMsg number errNum
  10445.     --enter statements to perform when no records are found such as...
  10446.     display dialog "Sorry, the item you selected could not be found."
  10447.     return
  10448. end try
  10449. heline
  10450. cad/cam
  10451. cad/cam
  10452. design
  10453. calibrator
  10454. camera
  10455. capabilities
  10456. capture
  10457. carbon
  10458. cardbus
  10459. cardbus
  10460. pcmcia
  10461. categories
  10462. --set theItem to choose file -- uncomment to test in an AS editor
  10463.     tell application "Finder"
  10464.         open item "Dev.CD Apr 94
  10465. Dev.CD Jan 94
  10466. Dev.CD Oct 93
  10467. Dev.CD Jul 93
  10468. Dev.CD Apr 93"
  10469.         activate
  10470.     end tell
  10471. on error errMsg number errNum
  10472.     --enter statements to perform when no records are found such as...
  10473.     display dialog "Sorry, the item you selected could not be found."
  10474.     return
  10475. end try
  10476. embed
  10477. embed
  10478. profile
  10479. image
  10480. specified
  10481. image's
  10482. embedded
  10483. embedding
  10484. embellish
  10485. embodies
  10486. empirically
  10487. employ
  10488. emptied
  10489. Jan 96 SSW"
  10490.         activate
  10491.     end tell
  10492. on error errMsg number errNum
  10493.     --enter statements to perform when no records are found such as...
  10494.     display dialog "Sorry, the item you selected could not be found."
  10495.     return
  10496. end try
  10497. All Packages
  10498. 7.5.2 (7200/9500)O
  10499. Dev.CD Jan 96 SSWP
  10500. Dev.CD Jan 96 SSV
  10501. 1754X
  10502. Jan 96
  10503.     Hjh MacTCP networking. You can easily put this code into your MacTCP application for the same functionality.
  10504. J'Sample Code.img
  10505. Windows Sample Code.imgK
  10506. Feb 92L
  10507. May 95O
  10508. Dev.CD Feb 00 TC:Sample Code:P
  10509. Dev.CD Feb 00 TC
  10510.  - Sample Coderetary
  10511. secrets
  10512. section
  10513. sectionreport
  10514. sections
  10515. sector
  10516. sectors
  10517. secure
  10518. seedbuilder
  10519. seeing
  10520. seems
  10521. seger
  10522. segment
  10523. segmented
  10524. segmenting
  10525. segments
  10526. seldom
  10527. select
  10528. selected
  10529. selecting
  10530. selection
  10531. selections
  10532. selectively
  10533. selector
  10534. Dev.CD Apr 94
  10535. Dev.CD Jan 94P
  10536. Dev.CD Apr 94
  10537. Dev.CD Jan 9V
  10538. 6730X
  10539. Apr 94
  10540. p--set theItem to choose file -- uncomment to test in an AS editor
  10541.     tell application "Finder"
  10542.         open item "Dev.CD Apr 94
  10543. Dev.CD Jan 94"
  10544.         activate
  10545.     end tell
  10546. on error errMsg number errNum
  10547.     --enter statements to perform when no records are found such as...
  10548.     display dialog "Sorry, the item you selected could not be found."
  10549.     return
  10550. end try
  10551. All Packages
  10552. System Enabler 088 (AVs)O
  10553. Dev.CD Apr 94
  10554. Dev.CD Jan 94P
  10555. Dev.CD Apr 94
  10556. Dev.CD Jan 9V
  10557. 6731X
  10558. Apr 94
  10559. p--set theItem to choose file -- uncomment to test in an AS editor
  10560.     tell application "Finder"
  10561.         open item "Dev.CD Apr 94
  10562. Dev.CD Jan 94"
  10563.         activate
  10564.     end tell
  10565. on error errMsg number errNum
  10566.     --enter statements to perform when no records are found such as...
  10567.     display dialog "Sorry, the item you selected could not be found."
  10568.     return
  10569. end try
  10570. All Packages
  10571. 6732X
  10572. 6520X
  10573. Feb 00^
  10574. r--set theItem to choose file -- uncomment to test in an AS editor
  10575.     tell application "Finder"
  10576.         open item "Dev.CD Feb 00 TC:Sample Code:"
  10577.         activate
  10578.     end tell
  10579. on error errMsg number errNum
  10580.     --enter statements to perform when no records are found such as...
  10581.     display dialog "Sorry, the item you selected could not be found."
  10582.     return
  10583. end try
  10584. e    No Changeq
  10585. Dev.CD Feb 00 TC
  10586. 2D!All Packages
  10587. Tool Chest Edition
  10588. Snippets - QuickTime
  10589. Q(** = new, * = revised)
  10590. MovieToAIFF:  This app demonstrates various ways to use Movie Export Component to export QuickTime movie files into AIFF files.
  10591. VDTextSample:  This snippet shows you how to draw and erase text to the video preview image without causing flickers on the screen. It only  works with 'vdig's that support key color.
  10592. J'Sample Code.img
  10593. Windows Sample Code.imgK
  10594. Feb 92L
  10595. Nov 96O
  10596. Dev.CD Feb 00 TC:Sample Code:P
  10597. Dev.CD Feb 00 TC
  10598.  - Sample CodeV
  10599. 6521X
  10600. Feb 00^
  10601. synthesis
  10602. system
  10603. systems
  10604. table
  10605. tables
  10606. tablet
  10607. tanzania
  10608. tanzania
  10609. zanzibar
  10610. starmax
  10611. firmware
  10612. tasking
  10613. tasks
  10614. tcp/ip
  10615. cos-based
  10616. macro
  10617. macros
  10618. macsbugW
  10619. macsbug
  10620. apple's
  10621. assembly-level
  10622. powerpc
  10623. debugger
  10624. Summary:  The Communications Toolbox SDK contains:
  10625. The Basic Connectivity Set 1.1.1 folder contains  CTB tools, including
  10626.         
  10627. XMODEM 1.1 Tool
  10628.         
  10629. Serial 1.0.2 Tool
  10630. The AppleModemTool v1.5.1 folder contains the latest version of the Apple Modem Tool, including developer documentation.
  10631. The CommToolbox 1.1 folder contains the latest interface and library files needed for building CTB 1.1 savvy tools and applications.
  10632. The Communications 1 folder contains the 1.0.2 installer scr
  10633. ipt for installing the CTB 1.0 resources on system 6.0.x machines. 
  10634. The 1.1 script does a live install, and does better error checking on the system software. There are no differences between the CTB 1.0 resources which the Communications 1 v1.0 and v1.1 disks install. The CTB team recommends, however, that developers update their products to include the Communications 1 version 1.1 software.
  10635. NOTE:  Developers should do all new development with Open Transport where possible.
  10636. Aug 93L
  10637. build
  10638. Hooks.cp
  10639. Hooks.cp.o
  10640. Hooks.h
  10641. TestHooks
  10642. TestHooks.cp
  10643. TestHooks.cp.o
  10644. TestHooks.make
  10645. TestHooks.makeout
  10646. THooks Documentation
  10647. THooks Documentation.txtK
  10648. Vol IIIL
  10649. Vol VIIM/MPW C++. This package is System 7.0 compatible.O@Dev.CD Feb 00 TC:Tool Chest:Development Kits:C++ Related:THooks:PKDev.CD Feb 00 TC
  10650.  - Tool Chest
  10651.  - Development Kits
  10652.  - C++ Related
  10653.  - THooksV
  10654. 6888X
  10655. Feb 00^
  10656. --set theItem to choose file -- uncomment to test in an AS editor
  10657.     tell application "Finder"
  10658.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:C++ Related:THooks:"
  10659.         activate
  10660.     end tell
  10661. on error errMsg number errNum
  10662.     --enter statements to perform when no records are found such as...
  10663.     display dialog "Sorry, the item you selected could not be found."
  10664.     return
  10665. end try
  10666. e    No Changeq
  10667. Dev.CD Feb 00 TC
  10668. D!All Packages
  10669. Mac OS SDK Edition
  10670. Thread Manager SDK 2.1
  10671. About the CTB folder
  10672. AppleModemTool v1.5.3
  10673. AppleTalk-DECnet Tool 1.1
  10674. Basic Connectivity Set 1.1.1
  10675. CommToolbox 1.1
  10676. Communications 1
  10677. CTB Sample Code 1.0b16
  10678. LAT 1.1K
  10679. Aug 93L
  10680.  OBDev.CD Jan 00 SDK1:Development Kits:Mac OS:Communications Toolbox:PJDev.CD Jan 00 SDK1
  10681.  - Development Kits
  10682.  - Mac OS
  10683.  - Communications Toolboxases; however,  it will not be applied if OF NVRAM has already been modified (the patch will only be applied if factory-fresh settings are in effect on boot), and, of course, only onH
  10684.  the Tanzania-family machines listed above.
  10685. Tanzania, Zanzibar, Motorola StarMax, PowerMac 4400.
  10686. Any MacOS prior to 8.2.
  10687. Hanging on boot (black screen) is possible with the above configuration.
  10688. JDBugDetails
  10689. Buildscript
  10690. Extension.a
  10691. Extension.r
  10692. OpenFWBridgeFixJuly97K
  10693. Feb 98M)Any PCI card containing a PCI-PCI bridge.N`Tanzania, Zanzibar, StarMax, 4400, Hang, Boot, Open Firmware, PCI, Bridge, PCI-PCI Bridge, RiserO:Dev.CD Feb 00 TC:Tool Chest:Hardware:OpenFWBridgeFixJul97:
  10694. differences
  10695. different
  10696. differentiating
  10697. differentiation
  10698. differing
  10699. ices "load" into active OF RAM pieces of OF code from a dormant store of tagged Forth code pieces, such as drivers and other code.
  10700. The problem was that incorrect OF code was being matched up with 
  10701. certain PCI cards that contained PCI-PCI bridges.
  10702. All PCI devices are identified by hardware (vendor ID, class code) registers.  Apple's OF implementation has a number of OF drivers and other code that are designed to execute on those PCI devices' behalf.  Upon detection of what PCI cards are plugged in and obtaining their (vendor ID, class code) tags, a table of OF drivers with corresponding tags is searched, and if a match is found, that code is executed.  The "byte-load-file" services 
  10703. summary
  10704. communications
  10705. toolbox
  10706. contains
  10707. summary
  10708. control
  10709. strip
  10710. control
  10711. panel
  10712. provides
  10713. summary
  10714. cyrillic
  10715. language
  10716. combination
  10717. system
  10718. summary
  10719. developer's
  10720. reference
  10721. guide
  10722. apple
  10723. networ
  10724. summary
  10725. program
  10726. demonstrates
  10727. lookup
  10728. calls
  10729. under
  10730. summary
  10731. february
  10732. edition
  10733. apple
  10734. publications
  10735. summary
  10736. editor
  10737. resedit
  10738. contains
  10739. summary
  10740. system
  10741. manager
  10742. provides
  10743. systematic
  10744. summary
  10745. gxifier
  10746. automatically
  10747. tables
  10748. existing
  10749. summary
  10750. hebrew
  10751. language
  10752. combination
  10753. system
  10754. summary
  10755. hypercard
  10756. player
  10757. software
  10758. enables
  10759. summary
  10760. japanese
  10761. language
  10762. combination
  10763. system
  10764. summary
  10765. macintosh
  10766. technical
  10767. designed
  10768. provide
  10769. summary
  10770. mactcp
  10771. token
  10772. extension
  10773. supports
  10774. summary
  10775. suite
  10776. provides
  10777. framework
  10778. tools
  10779.  OF pro
  10780. Excellent CD (I)P
  10781. Excellent CD (Ireeware utility that provides detailed information about each heap zone that is active on the Macintosh. This information includes both the counts and total sizes of the free blocks, pointers, handles, locked handles, and resource handles in each heap zone.
  10782. Issues: This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.
  10783.  Apple doesn't own this package.  Please read the copyright meB
  10784. ssage. 
  10785.  Apple doesn't support this package.  Please contact the original author(s) for support (and expressions of gratitude, as appropriate!)
  10786. JFAbout ZoneRanger
  10787. Metrowerks ZoneRanger 1.1
  10788. ZoneRanger Revision HistoryK
  10789. May 94L
  10790. Nov 94M
  10791. any Macintosh computer.N'utility, heap zones, handles, resourcesO2Dev.CD Nov 99 TC:Tool Chest:Memory:ZoneRanger 1.1:P:Dev.CD Nov 99 TC
  10792.  - Tool Chest
  10793.  - Memory
  10794.  - ZoneRanger 1.1
  10795. v1.2.1
  10796. v1.4b6
  10797. v1.5.1
  10798. v1.7.2
  10799. v2.0.4
  10800. v2.0.6
  10801. v2.5ss
  10802. v3.0.1
  10803. vacinity
  10804. valid
  10805. validate
  10806. validating
  10807. validation
  10808. validator
  10809. validity
  10810. valuable
  10811. value
  10812. values
  10813. vantage
  10814. variable
  10815. variables
  10816. variant
  10817. variants
  10818. variation
  10819. variety
  10820. various
  10821. vdig's
  10822. vdtextsample
  10823. vector
  10824. volumes
  10825. w/sys
  10826. walk-through
  10827. ets the volume to 1. On the following startup, the saved setting is restored, and the Shutdown procedure is re-installed for next time. And so on...
  10828. Notification Hacks:  A collection of sick Notification Manager hacks.
  10829. OpenWindow:  Shows basic initialization calls and how to open a window for drawing.
  10830. OtherResInfo-MungeDeamon:  This sample demonstrates how to use a background-only application and AppleEvents to safely open and query another application's (or other file's) resource fork.
  10831. Password:  This is a simple demo of three ways to implement a password dialog, where characters typed are not drawn; instead, anonymous characters such as bullets are drawn, keeping the password secure.
  10832. PBAllocate:  This MPW tool shows how to work around a bug in PBAllocate.
  10833. PopUpMenuWithCurFont:  PopUpMenuSelectWithCurFont demonstrates which low memory globals (and possibly even nastier things) one must twiddle in order to control the font used by MDEF 0 during PopUpMenuSelect. Note t
  10834. All Packages
  10835. QuickDraw GXO
  10836. Dev.CD Jul 95P
  10837. Dev.CD Jul 9V
  10838. 6299X
  10839. Jul 95
  10840. b--set theItem to choose file -- uncomment to test in an AS editor
  10841.     tell application "Finder"
  10842.         open item "Dev.CD Jul 95"
  10843.         activate
  10844.     end tell
  10845. on error errMsg number errNum
  10846.     --enter statements to perform when no records are found such as...
  10847.     display dialog "Sorry, the item you selected could not be found."
  10848.     return
  10849. end try
  10850. All Packages
  10851. QuickDraw GXO
  10852. Dev.CD Jul 95P
  10853. Dev.CD Jul 9V
  10854. 6300X
  10855. Jul 95
  10856. b--set theItem to choose file -- uncomment to test in an AS editor
  10857.     tell application "Finder"
  10858.         open item "Dev.CD Jul 95"
  10859.         activate
  10860.     end tell
  10861. on error errMsg number errNum
  10862.     --enter statements to perform when no records are found such as...
  10863.     display dialog "Sorry, the item you selected could not be found."
  10864.     return
  10865. end try
  10866. All Packages
  10867. QuickDraw GXO
  10868. Dev.CD Jul 95P
  10869. Dev.CD Jul 9V
  10870. 6301X
  10871. Jul 95
  10872. 5839X
  10873. Jan 00^
  10874. --set theItem to choose file -- uncomment to test in an AS editor
  10875.     tell application "Finder"
  10876.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Communications Toolbox:"
  10877.         activate
  10878.     end tell
  10879. on error errMsg number errNum
  10880.     --enter statements to perform when no records are found such as...
  10881.     display dialog "Sorry, the item you selected could not be found."
  10882.     return
  10883. end try
  10884. e    No Changeq
  10885. Dev.CD Jan 00 SDK1
  10886. D.All Packages
  10887. Tool Chest Edition
  10888. New & RevisedF
  10889. CompositedEffectsI
  10890. This demo program shows the construction of a Composited image containing the layering of an image file, the ripple effect, an animation and some Java text. Over this is placed a Movie which is drawn in front of the composited image.J7ce.bat
  10891. CompEffects
  10892. CompositedEffects.zip
  10893. README.txt
  10894. Feb 00
  10895. :Sample Code:QuickTime:QuickTime for Java:CompositedEffects:V
  10896. 5840X
  10897. New Package
  10898. Me    No Changef
  10899. Finder Windows
  10900. Hackq
  10901. Dev.CD Feb 00 TC
  10902. ND!All Packages
  10903. Tool Chest Edition
  10904. Switch StackIXDemonstrates how to switch to a private stack correctly.
  10905. Issues: Only compiles for 68K.J'Sample Code.img
  10906. Windows Sample Code.imgK
  10907. Apr 98N
  10908. private, stack, switch, snifferO
  10909. Dev.CD Feb 00 TC:Sample Code:P
  10910. Dev.CD Feb 00 TC
  10911.  - Sample CodeV
  10912. 6549X
  10913. Feb 00^
  10914. r--set theItem to choose file -- uncomment to test in an AS editor
  10915.     tell application "Finder"
  10916.         open item "Dev.CD Feb 00 TC:Sample Code:"
  10917.         activate
  10918.     end tell
  10919. on error errMsg number errNum
  10920.     --enter statements to perform when no records are found such as...
  10921.     display dialog "Sorry, the item you selected could not be found."
  10922.     return
  10923. end try
  10924. e    No Changef
  10925. private
  10926. stack
  10927. switch
  10928. snifferq
  10929. Dev.CD Feb 00 TC
  10930. OD!All Packages
  10931. Tool Chest Edition
  10932. F    SyncCatchn
  10933. end try
  10934. All Packages
  10935. 7.5.2 (7200/9500)O
  10936. Dev.CD Apr 96 SSWP
  10937. Dev.CD Apr 96 SSV
  10938. 1776X
  10939. Apr 96
  10940. 2.1.1
  10941. 2.1.1d1
  10942. 2.1.2
  10943. 2.1.4
  10944. 2.3e4
  10945. 2.4b6
  10946. 2.6.1
  10947. 2300c
  10948. ime IC is an extension to the QuickTime system extension that abstracts applications from image capture devices such as the QuickTake 200. It is a modular architecture that provides opportunities for developers, as well as Apple, to provide additional benefit 
  10949. for users. 
  10950. For example, the QuickTake 200 comes with three components: 
  10951.  Camera Access application 
  10952.  QuickTime IC system extension 
  10953.  QuickTake 200 camera component 
  10954. Camera Access is an application that leverages the QuickTime IC system extension, as well as QuickTime and or other system services. It is what a person uses to communicate with the QuickTake 200, view images, and transfer them to the desktop. It also provides several image enhancement functions such as cropping, image li
  10955. 6495X
  10956. Feb 99^
  10957. --set theItem to choose file -- uncomment to test in an AS editor
  10958.     tell application "Finder"
  10959.         open item "Dev.CD Feb 99 TC:What's New?:Sherlock Plug-ins:"
  10960.         activate
  10961.     end tell
  10962. on error errMsg number errNum
  10963.     --enter statements to perform when no records are found such as...
  10964.     display dialog "Sorry, the item you selected could not be found."
  10965.     return
  10966. end try
  10967. e    No Changef
  10968. engine
  10969. Internet
  10970. Sherlockq
  10971. Dev.CD Feb 99 TC
  10972. D!All Packages
  10973. Tool Chest Edition
  10974. ShimmerMate 2.0.1
  10975. nSummary: This latest version of ShimmerMate names both the Owner's Name and Macintosh Name resources which are found in the Sharing Setup Control Panel (System 7.x systems only).
  10976. Features: Names both the Owner's Name and Macintosh Name resources which are found in the Sharing Setup Control Panel
  10977. Issues: These libraries and tools are not supported Apple products.
  10978. Virtual User tools.imgK
  10979. Jan 93ge
  10980. a-law
  10981. Aug 96
  10982. e--set theItem to choose file -- uncomment to test in an AS editor
  10983.     tell application "Finder"
  10984.         open item "Dev.CD Aug 96 TC"
  10985.         activate
  10986.     end tell
  10987. on error errMsg number errNum
  10988.     --enter statements to perform when no records are found such as...
  10989.     display dialog "Sorry, the item you selected could not be found."
  10990.     return
  10991. end try
  10992. All Packages
  10993. QuickDraw GXO
  10994. Dev.CD Aug 96 TCP
  10995. Dev.CD Aug 96 TV
  10996. 6332X
  10997. Aug 96
  10998. e--set theItem to choose file -- uncomment to test in an AS editor
  10999.     tell application "Finder"
  11000.         open item "Dev.CD Aug 96 TC"
  11001.         activate
  11002.     end tell
  11003. on error errMsg number errNum
  11004.     --enter statements to perform when no records are found such as...
  11005.     display dialog "Sorry, the item you selected could not be found."
  11006.     return
  11007. end try
  11008. All Packages
  11009. QuickDraw GXO
  11010. Dev.CD Aug 96 TCP
  11011. Dev.CD Aug 96 TV
  11012. 6333X
  11013. Aug 96
  11014. toolkit
  11015. sample
  11016. 1.0b16
  11017. ctl's
  11018. currentimage
  11019. currentimage
  11020. currentprinter
  11021. currentprinter
  11022. custom
  11023. customenabler
  11024. customization
  11025. custommedia
  11026. cvtccomments
  11027. builds
  11028. cwpro2
  11029. cyberdog
  11030. cyberdog
  11031. cyberdogaddendum
  11032. cyrillic
  11033. cyrillic
  11034. first
  11035. czech
  11036. czech
  11037. 1.1.3
  11038. d-german
  11039. generator
  11040. danish
  11041. danish
  11042. 1.1.3
  11043. access
  11044. manager
  11045. folder
  11046. database
  11047. database
  11048. suite
  11049. databases-standalone
  11050. aliases
  11051. dcmds
  11052. debabelizer
  11053. debabelizer
  11054. J'Sample Code.img
  11055. Windows Sample Code.imgK
  11056. Nov 94h
  11057. install
  11058. browser
  11059. begin
  11060. first
  11061. browser
  11062. transport
  11063. 1.1.2
  11064. transport
  11065. debug
  11066. transport
  11067. debug
  11068. transport
  11069. opencheckedout
  11070. opendoc
  11071. opendoc
  11072. development
  11073. opendoc
  11074. development
  11075. framework
  11076. opendoc
  11077. readme
  11078. opendoc
  11079. source
  11080. openfwbridgefixjuly9
  11081. opengl
  11082. opengl
  11083. parts
  11084. opengl
  11085. openmultfiles
  11086. opentptppp
  11087. opentptppp
  11088. opp's
  11089. opportunities
  11090. optimized
  11091. order
  11092. order
  11093. oriented
  11094. oserr
  11095. debug
  11096. 1.0b1
  11097. ossvcs
  11098. osutilities
  11099. ot/ppp
  11100. ot/ppp
  11101. client
  11102. otarpmodule
  11103. otarpmodule
  11104. otdumpportregistry
  11105. other
  11106. output
  11107. 5841X
  11108. Jan 00^
  11109. --set theItem to choose file -- uncomment to test in an AS editor
  11110.     tell application "Finder"
  11111.         open item "Dev.CD Jan 00 SDK1:Interactive Media Resources:CompbasedMediaBroadcastEnv:"
  11112.         activate
  11113.     end tell
  11114. on error errMsg number errNum
  11115.     --enter statements to perform when no records are found such as...
  11116.     display dialog "Sorry, the item you selected could not be found."
  11117.     return
  11118. end try
  11119. e    No Changef2Computer Based Media
  11120. Television
  11121. Broadcast
  11122. Graphicsq
  11123. Dev.CD Jan 00 SDK1
  11124. D!All Packages
  11125. Mac OS SDK Edition
  11126. ContextualMenuManagerSDK 1.0.3
  11127.     frame. But the number of patches and the improvements we made in recent months made us decide to release an earlier version without waiting for the cross-platform support. It is, we think, important to provide you with a reference release containing all the changes you have seen us posting on the ODF-Interest list and the Web. We could have called it ODF 2.5 or ODF 2 Update 1 but it is,
  11128. - Common
  11129.     - Sun Compliant Java Runtime Environment 1.1
  11130.     - QuickTime 3 
  11131.     - QTJava.zip
  11132.     - QTJava media samples
  11133. - Mac OS:
  11134.     - System 8 or later
  11135.     - Macintosh Runtime for Java (MRJ) 2.1
  11136. - Windows 95, 98, or NT::
  11137.     - JRE/JDK from Sun Microsystems, Inc. recommended
  11138. QuickTime, Java, MRJor 68K
  11139. Please refer to the "Getting Started" folder for specific instructions on configuring your compiler for use with ODF.
  11140. Developer University:
  11141. Documentation:
  11142. Getting Started:
  11143. Important Information
  11144. Localization Tools:
  11145. ODF Sample Parts:
  11146. ODF-Interest Archive:
  11147. ODFDev:
  11148. ODFLibrary 1.2:
  11149. PartMaker:
  11150. Release Notes:
  11151. Tools & Goodies:
  11152. Updates & Patches:K
  11153. Apr 96L
  11154. Feb 97OKDev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc Development Framework:PPDev.CD Jan 97 SDK2
  11155.  - Development Kits (Disc 2)
  11156.  - OpenDoc Development Framework
  11157. OXDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:CompositedEffects:PfDev.CD Feb 00 TC
  11158.  - What's New?
  11159.  - Sample Code
  11160.  - QuickTime
  11161.  - QuickTime for Java
  11162.  - CompositedEffectsV
  11163. 5840X
  11164. Feb 00^
  11165. --set theItem to choose file -- uncomment to test in an AS editor
  11166.     tell application "Finder"
  11167.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:CompositedEffects:"
  11168.         activate
  11169.     end tell
  11170. on error errMsg number errNum
  11171.     --enter statements to perform when no records are found such as...
  11172.     display dialog "Sorry, the item you selected could not be found."
  11173.     return
  11174. end try
  11175. New Packagef
  11176. QuickTime
  11177. Dev.CD Feb 00 TC
  11178. D!All Packages
  11179. Mac OS SDK Edition
  11180. F%Computer-based Media in Broadcast Env
  11181.     nDoc J-1.1 installer. These items supplement the OpenDoc SDK and help developers understand how to use TSM and TSMTE in programming OpenDoc parts.
  11182. 4272X
  11183. Deleted
  11184. program
  11185. shows
  11186. construct
  11187. simple
  11188. animation
  11189. program
  11190. shows
  11191. control
  11192. quicktime
  11193. movie
  11194. program
  11195. shows
  11196. create
  11197. program
  11198. shows
  11199. customise
  11200. control
  11201. program
  11202. shows
  11203. define
  11204. mouseresponders
  11205. program
  11206. shows
  11207. display
  11208. quicktime
  11209. movie
  11210. program
  11211. shows
  11212. display
  11213. quicktime
  11214. content
  11215. shows
  11216. display
  11217. quicktime
  11218. drawing
  11219. program
  11220. shows
  11221. export
  11222. movie
  11223. using
  11224. program
  11225. shows
  11226. select
  11227. quickt
  11228. program
  11229. shows
  11230. select
  11231. create
  11232. movie
  11233. program
  11234. shows
  11235. select
  11236. group
  11237. quicktime
  11238. drawin
  11239. program
  11240. shows
  11241. subclass
  11242. quicktime
  11243. program
  11244. shows
  11245. construction
  11246. composited
  11247. program
  11248. shows
  11249. introspection
  11250. movie
  11251. broadcast
  11252. reporting
  11253. buginfo
  11254. buginfo
  11255. macro
  11256. build/download
  11257. business
  11258. business
  11259. opp's
  11260. germany
  11261. byrne's
  11262. byrne's
  11263. xcmds
  11264. xfcns
  11265. digests
  11266. source
  11267. formatter
  11268. registration
  11269. requests
  11270. callfinder:P:Dev.CD Jan 97 SDK2
  11271.  - Development Kits (Disc 2)
  11272.  - OpenDoc
  11273. Integrating Computer-Based Media in a Broadcast Environment by Laurence Tietz
  11274. Are you an expert graphic designer working in the desktop publishing market and want to expand your work into the exciting area of broadcast design? What special concerns do you need to understand in order to succeed in this field? In this paper we will look at the requirements of the broadcast environment and explain how to use your Macintosh system to create broadcast-ready graphics.
  11275. CompbasedMediaBroadcastEnv.pdfK
  11276. May 99L
  11277. Jul 99M
  11278. Acrobat Reader 3.0N5Computer Based Media, Television, Broadcast, GraphicsOJDev.CD Jan 00 SDK1:Interactive Media Resources:CompbasedMediaBroadcastEnv:PODev.CD Jan 00 SDK1
  11279.  - Interactive Media Resources
  11280.  - CompbasedMediaBroadcastEnvfound such as...
  11281.     display dialog "Sorry, the item you selected could not be found."
  11282.     return
  11283. end try
  11284. All Packages
  11285. 7.5.2 (7500/8500)O
  11286. Dev.CD Jan 96 SSWP
  11287. Dev.CD Jan 96 SSV
  11288. 1791X
  11289. Jan 96
  11290. 5842X
  11291. Jan 00^
  11292. --set theItem to choose file -- uncomment to test in an AS editor
  11293.     tell application "Finder"
  11294.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:ContextualMenuManagerSDK 1.0.3:"
  11295.         activate
  11296.     end tell
  11297. on error errMsg number errNum
  11298.     --enter statements to perform when no records are found such as...
  11299.     display dialog "Sorry, the item you selected could not be found."
  11300.     return
  11301. end try
  11302. e    No Changef
  11303. Contextual
  11304. Managerq
  11305. Dev.CD Jan 00 SDK1
  11306. D!All Packages
  11307. Mac OS SDK Edition
  11308. Control Strip
  11309.     angef
  11310. Open Transport debugoEftp://ftp.apple.com/developer/Development_Kits/OpenTransport/OT2.5.2/q
  11311. Dev.CD Jan 00 SDK1
  11312. D!All Packages
  11313. Mac OS SDK Edition
  11314. Open Transport/PPP SDKI;Contains Open Transport PPP Software Development Kit (SDK).J8CurrentImage.GIF
  11315. OpenTptPPP.h
  11316. OT/PPP Client Dev Note 1.0K
  11317. Apr 98M
  11318. Open TransportN
  11319. OT/PPP SDKOBDev.CD Jul 99 SDK1:Development Kits:Mac OS:Open Transport/PPP SDK:
  11320. 500)O
  11321. Dev.CD Jan 96 SDK2V
  11322. 1794X
  11323. compeffects
  11324. compilable
  11325. compiler
  11326. compiler
  11327. stuff
  11328. component
  11329. compositedeffects
  11330. compositedeffects
  11331. compresspictfile
  11332. compresspictfile
  11333. concordia
  11334. concordia
  11335. concordia
  11336. concordia
  11337. concordia
  11338. concordia
  11339. concordia
  11340. conferencing
  11341. config
  11342. config&interleave
  11343. configuration
  11344. connect
  11345. connect
  11346. connection
  11347. sample
  11348. control
  11349. strip
  11350. technical
  11351. controls/events
  11352. convert
  11353. convert
  11354. projects
  11355. converter
  11356. coolrequest
  11357. install
  11358. copybits
  11359. copybits
  11360. application
  11361. copybits
  11362. coresample
  11363. coresample
  11364. count
  11365. coupon
  11366. courses
  11367. createcopy
  11368. createcopy
  11369. createmovie
  11370. createmovie
  11371. createpictfile
  11372. createpictfile
  11373. creating
  11374. g--set theItem to choose file -- uncomment to test in an AS editor
  11375.     tell application "Finder"
  11376.         open item "Developer CD (III)"
  11377.         activate
  11378.     end tell
  11379. on error errMsg number errNum
  11380.     --enter statements to perform when no records are found such as...
  11381.     display dialog "Sorry, the item you selected could not be found."
  11382.     return
  11383. end try
  11384.  TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD Feb 00 TC
  11385.  - Tool Chest
  11386.  - Testing & Debugging
  11387.  - Virtual User toolsV
  11388. 5032X
  11389. Feb 00^
  11390. --set theItem to choose file -- uncomment to test in an AS editor
  11391.     tell application "Finder"
  11392.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  11393.         activate
  11394.     end tell
  11395. on error errMsg number errNum
  11396.     --enter statements to perform when no records are found such as...
  11397.     display dialog "Sorry, the item you selected could not be found."
  11398.     return
  11399. end try
  11400. e    No Changef
  11401. Virtual Userq
  11402. Dev.CD Feb 00 TC
  11403. summary
  11404. system
  11405. standard
  11406. window
  11407. definition
  11408. procedure
  11409.  error errMsg number errNum
  11410.     --enter statements to perform when no records are found such as...
  11411.     display dialog "Sorry, the item you selected could not be found."
  11412.     return
  11413. end try
  11414. All Packages
  11415. 7.5.2 (7500/8500)O
  11416. Dev.CD Oct 95 SSWP
  11417. Dev.CD Oct 95 SSV
  11418. 1796X
  11419. Oct 95
  11420. Formerly part of Appearance SDK, Contextual MenuManager now makes its appearance on its own.
  11421. CMM is a Mac OS
  11422.  technology which allows the user to perform operations on application data in a context-sensitive manner. Along with the Mac OS extension, documentation, and sample code, this SDK contains two sample CMM plug-in projects and headers and stub libraries, some of which are not present in Universal Headers.
  11423. J;Contextual Menu Development
  11424. Contextual Menu MacHack GoodiesK
  11425. Oct 98N
  11426. Contextual, Menu, ManagerOJDev.CD Jan 00 SDK1:Development Kits:Mac OS:ContextualMenuManagerSDK 1.0.3:PRDev.CD Jan 00 SDK1
  11427.  - Development Kits
  11428.  - Mac OS
  11429.  - ContextualMenuManagerSDK 1.0.3nt and kernel code.J
  11430. Open Transport Debug.imgK
  11431. Jan 00M
  11432. Mac OS 9.0N
  11433. Open Transport debugOSDev.CD Jan 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:Open Transport Debug:geoEftp://ftp.apple.com/developer/Development_Kits/OpenTransport/OT2.5.2/
  11434. All Packages
  11435. 7.5.2 (7500/8500)O
  11436. Dev.CD Oct 95 SSWV
  11437. 1799X
  11438. contextualmenumanage
  11439. contextualmenumanage
  11440. 1.0.3
  11441. bug Installer and the Open Transport v1.3 SDK
  11442. Updated version of Open Transport which includes numerous bug fixes.  Some of the new features in OT 1.3 are support for CFM-68K in the client Open Transport API, and Single Link Multihoming support.
  11443. To use Open Transport 1.3 Debug version, System Software 8.1 is required.  To work with the SDK, the sample code was built using MetroWerks CW 11 and MPW from ETO 22.
  11444. J'Open Transport Debug
  11445. Open Transport SDKK
  11446. Jun 95L
  11447. Jun 98N-Open Transport, Networking, AppleTalk, TCP/IPO>Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:PFDev.CD Jan 00 SDK1
  11448.  - Development Kits
  11449.  - Mac OS
  11450.  - Open Transport 1.3
  11451. while
  11452. whizzy
  11453. whole
  11454. wholesale
  11455. whose
  11456. wide-angle
  11457. widely
  11458. wildcard
  11459. wilderness
  11460. - Common
  11461.     - Sun Compliant Java Runtime Environment 1.1
  11462.     - QuickTime 3 
  11463.     - QTJava.zip
  11464.     - QTJava media samples
  11465. - Mac OS:
  11466.     - System 8 or later
  11467.     - Macintosh Runtime for Java (MRJ) 2.1
  11468. - Windows 95, 98, or NT::
  11469.     - JRE/JDK from Sun Microsystems, Inc. recommended
  11470. QuickTime, Java, MRJ
  11471. change
  11472. opengl
  11473. install
  11474. opp's
  11475. optimization
  11476. optimization
  11477. demos
  11478. option
  11479. parser
  11480. pascal
  11481. pb3400
  11482. performance
  11483. photoshop
  11484. player
  11485. plugins
  11486. postscript
  11487. powerbook
  11488. primer
  11489. All Packages
  11490. QuickDraw 3DO
  11491. Dev.CD Jun 97 SSWP
  11492. Dev.CD Jun 97 SSV
  11493. 6264X
  11494. Jun 97
  11495. f--set theItem to choose file -- uncomment to test in an AS editor
  11496.     tell application "Finder"
  11497.         open item "Dev.CD Jun 97 SSW"
  11498.         activate
  11499.     end tell
  11500. on error errMsg number errNum
  11501.     --enter statements to perform when no records are found such as...
  11502.     display dialog "Sorry, the item you selected could not be found."
  11503.     return
  11504. end try
  11505. All Packages
  11506. QuickDraw 3DO
  11507. Dev.CD Jun 97 SSWP
  11508. Dev.CD Jun 97 SSV
  11509. 6265X
  11510. Jun 97
  11511. f--set theItem to choose file -- uncomment to test in an AS editor
  11512.     tell application "Finder"
  11513.         open item "Dev.CD Jun 97 SSW"
  11514.         activate
  11515.     end tell
  11516. on error errMsg number errNum
  11517.     --enter statements to perform when no records are found such as...
  11518.     display dialog "Sorry, the item you selected could not be found."
  11519.     return
  11520. end try
  11521. All Packages
  11522. QuickDraw 3DO
  11523. Dev.CD Jun 97 SSWV
  11524. 6266X
  11525. 5843X
  11526. Jan 00^
  11527. --set theItem to choose file -- uncomment to test in an AS editor
  11528.     tell application "Finder"
  11529.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Control Strip:"
  11530.         activate
  11531.     end tell
  11532. on error errMsg number errNum
  11533.     --enter statements to perform when no records are found such as...
  11534.     display dialog "Sorry, the item you selected could not be found."
  11535.     return
  11536. end try
  11537. e    No Changef%Control Strip
  11538. PowerBook
  11539. Control Panelq
  11540. Dev.CD Jan 00 SDK1
  11541. D!All Packages
  11542. Tool Chest Edition
  11543. ControlBackground
  11544. zIt's a simple code sample which demonstrates how to draw controls with a particular background color.  Controls get their background color from the window color table; this sample shows how to temporarily alter an entry in that color table so that the control draws with a particular background color but no other drawing is affected.
  11545. Don't have the Appearance Manager running.
  11546.     No Change
  11547. end try
  11548. 1809X
  11549. Summary:  The Control Strip is a control panel that provides the operating environment for Control Strip modules. It runs on any Macintosh PowerBook computer with System 7.0 or later.
  11550. We discuss Control Strip modules and how to write a new module. This information originally appeared in the PowerBook 520, 520c, 540, 540c Developer Note. It is being published as a Technical Note for ease of access. The information in the PowerBook 520, 520c, 540, 540c Developer Note is obsolete. All futureB
  11551.  updates to this documentation will happen within this Technical Note.
  11552. MacCalendar is a complete snippet that illustrates how to write a module for the Control Strip Manager that is available for PowerBook Macintoshes.
  11553. JMControl Strip
  11554. Control Strip Sample
  11555. Control Strip Technical Note
  11556. MacCalendar 
  11557. Apr 96N'Control Strip, PowerBook, Control PanelO9Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Control Strip:PADev.CD Jan 00 SDK1
  11558.  - Development Kits
  11559.  - Mac OS
  11560.  - Control Strip
  11561. rationale
  11562. rawip
  11563. rdocproc
  11564. re-built
  11565. re-direct
  11566. re-enabled
  11567. re-enables
  11568. re-installed
  11569. re-mount
  11570. re-rolled
  11571. re-sizable
  11572. re-use
  11573. reached
  11574. readW
  11575. Apr 96
  11576. f--set theItem to choose file -- uncomment to test in an AS editor
  11577.     tell application "Finder"
  11578.         open item "Dev.CD Apr 96 SSW"
  11579.         activate
  11580.     end tell
  11581. on error errMsg number errNum
  11582.     --enter statements to perform when no records are found such as...
  11583.     display dialog "Sorry, the item you selected could not be found."
  11584.     return
  11585. end try
  11586. All Packages
  11587. 7.5.2 (7500/8500)O
  11588. Dev.CD Apr 96 SSWP
  11589. Dev.CD Apr 96 SSV
  11590. 1811X
  11591. Apr 96
  11592. 7.1.2
  11593. 7.5.1
  11594. 7.5.2
  11595. 7.5.3
  11596. 7.5.5
  11597. 7.6.1
  11598. 7100/66
  11599. 7100/80
  11600. 711702111
  11601. 73007200/1207200/906
  11602. 730513255
  11603. 750203540
  11604. 7edit
  11605. 8-bit
  11606. All Packages
  11607. System 7 Tune-UpO
  11608. Dev.CD Sept 92
  11609. Dev.CD Aug 92P
  11610. Dev.CD Sept 92
  11611. Dev.CD Aug 9V
  11612. 6562X
  11613. Sept 9
  11614. q--set theItem to choose file -- uncomment to test in an AS editor
  11615.     tell application "Finder"
  11616.         open item "Dev.CD Sept 92
  11617. Dev.CD Aug 92"
  11618.         activate
  11619.     end tell
  11620. on error errMsg number errNum
  11621.     --enter statements to perform when no records are found such as...
  11622.     display dialog "Sorry, the item you selected could not be found."
  11623.     return
  11624. end try
  11625. All Packages
  11626. System 7 Tune-UpO
  11627. Dev.CD Sept 92
  11628. Dev.CD Aug 92P
  11629. Dev.CD Sept 92
  11630. Dev.CD Aug 9V
  11631. 6563X
  11632. Sept 9
  11633. q--set theItem to choose file -- uncomment to test in an AS editor
  11634.     tell application "Finder"
  11635.         open item "Dev.CD Sept 92
  11636. Dev.CD Aug 92"
  11637.         activate
  11638.     end tell
  11639. on error errMsg number errNum
  11640.     --enter statements to perform when no records are found such as...
  11641.     display dialog "Sorry, the item you selected could not be found."
  11642.     return
  11643. end try
  11644. J'Sample Code.img
  11645. Windows Sample Code.imgK
  11646. Aug 97N$color, controls, draw, window, tableO
  11647. Dev.CD Feb 00 TC:Sample Code:P
  11648. Dev.CD Feb 00 TC
  11649.  - Sample CodeV
  11650. 5844X
  11651. Feb 00^
  11652. r--set theItem to choose file -- uncomment to test in an AS editor
  11653.     tell application "Finder"
  11654.         open item "Dev.CD Feb 00 TC:Sample Code:"
  11655.         activate
  11656.     end tell
  11657. on error errMsg number errNum
  11658.     --enter statements to perform when no records are found such as...
  11659.     display dialog "Sorry, the item you selected could not be found."
  11660.     return
  11661. end try
  11662. e    No Changef color
  11663. controls
  11664. window
  11665. tableq
  11666. Dev.CD Feb 00 TC
  11667. D!All Packages
  11668. Tool Chest Edition
  11669. ControlKeyPatch
  11670. Routines for patching the ADB manager to simulate the control key being held down.  This file contains routines for installing, removing and calling the control key patch.  Client code can link with this file and place the patch resource in their resource fork.
  11671. J'Sample Code.img
  11672. Windows Sample Code.imgK
  11673. Nov 99ge
  11674. 1.5.1
  11675. 1.5.2
  11676. 1.5b16
  11677. 1.6.2
  11678. 160/165c/180/180c
  11679. panels
  11680. panes
  11681. panorama
  11682. panoramas
  11683. panoramic
  11684. paper
  11685. papserversample
  11686. papworkstation
  11687. parade
  11688. paradigms
  11689. parallels
  11690. parameter
  11691. parameter-block
  11692. parameters
  11693. paraphernalia
  11694. parent
  11695. parrt
  11696. parse
  11697. parsefullpathname
  11698. parser
  11699. parses
  11700. parsing
  11701. parsons
  11702. partial
  11703. participation
  11704. performas
  11705. perils
  11706. permission
  11707. person
  11708. personal
  11709. perspective
  11710. pertaining
  11711. peter
  11712. philip
  11713. Dev.CD Vol. XI
  11714. Dev.CD Vol. X
  11715. Dev.CD Vol. IX
  11716. Dev.CD Vol. VIII
  11717. Dev.CD Vol. VII
  11718. Dev CD Vol. VI
  11719. Dev CD Vol. V
  11720. Dev CD Vol. IV Developer CD (III)
  11721. Developer CD (II)P
  11722. Dev.CD Vol. XI
  11723. Dev.CD Vol. X
  11724. Dev.CD Vol. IX
  11725. Dev.CD Vol. VIII
  11726. Dev.CD Vol. VII
  11727. Dev CD Vol. VI
  11728. Dev CD Vol. V
  11729. Dev CD Vol. IV Developer CD (III)
  11730. Developer CD (IIV
  11731. 5119X
  11732. Vol. X
  11733. --set theItem to choose file -- uncomment to test in an AS editor
  11734.     tell application "Finder"
  11735.         open item "Dev.CD Vol. XI
  11736. Dev.CD Vol. X
  11737. Dev.CD Vol. IX
  11738. Dev.CD Vol. VIII
  11739. Dev.CD Vol. VII
  11740. Dev CD Vol. VI
  11741. Dev CD Vol. V
  11742. Dev CD Vol. IV Developer CD (III)
  11743. Developer CD (II)"
  11744.         activate
  11745.     end tell
  11746. on error errMsg number errNum
  11747.     --enter statements to perform when no records are found such as...
  11748.     display dialog "Sorry, the item you selected could not be found."
  11749.     return
  11750. All Packages
  11751. 6.0.4O
  11752. Dev.CD Vol. VII
  11753. Dev CD Vol. VP
  11754. Dev.CD Vol. VII
  11755. Dev CD Vol. V
  11756. 5120X
  11757. Vol. V
  11758. Dev.CD Feb 00 TC
  11759.  - Sample CodeV
  11760. 6509X
  11761. Feb 00^
  11762. r--set theItem to choose file -- uncomment to test in an AS editor
  11763.     tell application "Finder"
  11764.         open item "Dev.CD Feb 00 TC:Sample Code:"
  11765.         activate
  11766.     end tell
  11767. on error errMsg number errNum
  11768.     --enter statements to perform when no records are found such as...
  11769.     display dialog "Sorry, the item you selected could not be found."
  11770.     return
  11771. end try
  11772. e    No Changeq
  11773. Dev.CD Feb 00 TC
  11774. 'D!All Packages
  11775. Tool Chest Edition
  11776. F(Snippets - Development Tools & Languages
  11777.     t in an AS editor
  11778.     tell application "Finder"
  11779.         open item "Dev.CD Oct 95 SSW"
  11780.         activate
  11781.     end tell
  11782. on error errMsg number errNum
  11783.     --enter statements to perform when no records are found such as...
  11784.     display dialog "Sorry, the item you selected could not be found."
  11785.     return
  11786. end try
  11787. All Packages
  11788. 7.5.2 (PB 190)O
  11789. Dev.CD Apr 96 SDK2P
  11790. Dev.CD Apr 96 SDKV
  11791. 1821X
  11792. Apr 96
  11793. there
  11794. three
  11795. different
  11796. samples
  11797. showing
  11798. variat
  11799. there's
  11800. thereby
  11801. therefore
  11802. theresa
  11803. these
  11804. ent to test in an AS editor
  11805.     tell application "Finder"
  11806.         open item "Dev.CD Apr 96 SDK2"
  11807.         activate
  11808.     end tell
  11809. on error errMsg number errNum
  11810.     --enter statements to perform when no records are found such as...
  11811.     display dialog "Sorry, the item you selected could not be found."
  11812.     return
  11813. end try
  11814. All Packages
  11815. 7.5.2 (PB 5300/2300/190)V
  11816. 1824X
  11817. All Packages
  11818. Arabic Language KitO
  11819. Dev.CD May 96 TCP
  11820. Dev.CD May 96 TV
  11821. 5778X
  11822. May 96
  11823. e--set theItem to choose file -- uncomment to test in an AS editor
  11824.     tell application "Finder"
  11825.         open item "Dev.CD May 96 TC"
  11826.         activate
  11827.     end tell
  11828. on error errMsg number errNum
  11829.     --enter statements to perform when no records are found such as...
  11830.     display dialog "Sorry, the item you selected could not be found."
  11831.     return
  11832. end try
  11833. All Packages
  11834. Arabic Language KitO2Dev.CD May 97 TC
  11835. Dev.CD Nov 96 TC
  11836. Dev.CD Aug 96 TCP1Dev.CD May 97 TC
  11837. Dev.CD Nov 96 TC
  11838. Dev.CD Aug 96 TV
  11839. 5779X
  11840. May 97
  11841. pplication "Finder"
  11842.         open item "Dev.CD Aug 96 TC"
  11843.         activate
  11844.     end tell
  11845. on error errMsg number errNum
  11846.     --enter statements to perform when no records are found such as...
  11847.     display dialog "Sorry, the item you selected could not be found."
  11848.     return
  11849. end try
  11850. All Packages
  11851. QuickDraw GXO
  11852. Dev.CD Aug 96 TCP
  11853. Dev.CD Aug 96 TV
  11854. 4466X
  11855. drawbacks
  11856. drawing
  11857. drawkeycaps
  11858. drawline
  11859. drawn
  11860. draws
  11861. drawsprcoket
  11862. drawsprocket
  11863. drawsprocket's
  11864. drawtextcodec
  11865. drill
  11866. drive
  11867. driven
  11868. driver
  11869. driver's
  11870. drivergestalt
  11871. drivergestaltexplore
  11872. drivergestaltexplore
  11873. sample
  11874. showing
  11875. driverloaderlib
  11876. quickdraw
  11877. viewer
  11878. thompson
  11879. easy-to-use
  11880. edgar
  11881. g--set theItem to choose file -- uncomment to test in an AS editor
  11882.     tell application "Finder"
  11883.         open item "Developer CD (III)"
  11884.         activate
  11885.     end tell
  11886. on error errMsg number errNum
  11887.     --enter statements to perform when no records are found such as...
  11888.     display dialog "Sorry, the item you selected could not be found."
  11889.     return
  11890. end try
  11891. d could not be found."
  11892.     return
  11893. end try
  11894. 5.0.7
  11895. 5.3.2
  11896. 5300/2300/190
  11897. conversion
  11898. converter
  11899. coprocessor
  11900. corba
  11901. foundation
  11902. overview
  11903. opaque
  11904. types
  11905. reference
  11906. counts
  11907. corners
  11908. counter
  11909. counter
  11910. windows
  11911. introduction
  11912. document
  11913. modal
  11914. dialog
  11915. countersQ
  11916. counting
  11917. counts
  11918. crccalc
  11919. crcpatch
  11920. creator
  11921. creator
  11922. signature
  11923. registration
  11924. cross-platform
  11925. cryptographic
  11926. cryptographic
  11927. authentication
  11928. appleshare
  11929. appearance
  11930. cryptography
  11931. ctabhandle
  11932. ctseed
  11933. cursors
  11934. custom
  11935. customgetfile
  11936. customgetfile
  11937. customputfile
  11938. dialog
  11939. select
  11940. folder
  11941. balloo
  11942. customputfile
  11943. cyrillic
  11944.  as...
  11945.     display dialog "Sorry, the item you selected could not be found."
  11946.     return
  11947. end try
  11948. e    No Changeq
  11949. Dev.CD Feb 00 TC
  11950. D!All Packages
  11951. Tool Chest Edition
  11952. Object Pascal to C++ Tips
  11953. Dev.CD Apr 96 SSWP
  11954. Dev.CD Apr 96 SSV
  11955. 1826X
  11956. Apr 96
  11957. All Packages
  11958. 6.0.4O
  11959. Developer CD (III)P
  11960. Developer CD (IIIV
  11961. 5131X
  11962. er CD 
  11963. g--set theItem to choose file -- uncomment to test in an AS editor
  11964.     tell application "Finder"
  11965.         open item "Developer CD (III)"
  11966.         activate
  11967.     end tell
  11968. on error errMsg number errNum
  11969.     --enter statements to perform when no records are found such as...
  11970.     display dialog "Sorry, the item you selected could not be found."
  11971.     return
  11972. end try
  11973. All Packages
  11974. 6.0.4O
  11975. Developer CD (III)P
  11976. Developer CD (IIIV
  11977. 5132X
  11978. er CD 
  11979. g--set theItem to choose file -- uncomment to test in an AS editor
  11980.     tell application "Finder"
  11981.         open item "Developer CD (III)"
  11982.         activate
  11983.     end tell
  11984. on error errMsg number errNum
  11985.     --enter statements to perform when no records are found such as...
  11986.     display dialog "Sorry, the item you selected could not be found."
  11987.     return
  11988. end try
  11989. All Packages
  11990. 6.0.4O
  11991. Developer CD (III)P
  11992. Developer CD (IIIV
  11993. 5133X
  11994. er CD 
  11995. release
  11996. notes
  11997. release
  11998. notes
  11999. 8/31/93
  12000. relstring
  12001. remote
  12002. remote
  12003. control
  12004. remote
  12005. control
  12006. remote
  12007. control
  12008. removefile
  12009. removefile
  12010. removefolder
  12011. removefolder
  12012. renderinglib
  12013. renderingwindow
  12014. renderingwindow
  12015. renderingwindow
  12016. rep-iso
  12017. rep-iso/ccitt
  12018. rep-mm
  12019. replaceattributes
  12020. replaceattributes
  12021. replacecharset
  12022. replacecharset
  12023. report
  12024. reporting
  12025. request
  12026. requests
  12027. resedit
  12028. resedit
  12029. editor
  12030. 1.0b4
  12031. resedit
  12032. editor
  12033. resolvealias
  12034. resolvealias
  12035. resource
  12036. resources
  12037. resources
  12038. restext
  12039. restext
  12040. restore
  12041. restore
  12042. restorectrlchars
  12043. restorectrlchars
  12044. resultcodetable
  12045. pascal
  12046. Dev.CD Feb 00 TC:Sample Code:P
  12047. Dev.CD Feb 00 TC
  12048.  - Sample CodeV
  12049. 5845X
  12050. Feb 00^
  12051. r--set theItem to choose file -- uncomment to test in an AS editor
  12052.     tell application "Finder"
  12053.         open item "Dev.CD Feb 00 TC:Sample Code:"
  12054.         activate
  12055.     end tell
  12056. on error errMsg number errNum
  12057.     --enter statements to perform when no records are found such as...
  12058.     display dialog "Sorry, the item you selected could not be found."
  12059.     return
  12060. end try
  12061. e    No Changef
  12062. control key
  12063. key patch,q
  12064. Dev.CD Feb 00 TC
  12065. D!All Packages
  12066. Tool Chest Edition
  12067. ControlStrip TestIeSummary:  ControlStrip Test is a sample program that shows how to use some of the ControlStrip calls.J'Sample Code.img
  12068. Windows Sample Code.imgK
  12069. Oct 96M
  12070. System 7O
  12071. Dev.CD Feb 00 TC:Sample Code:P
  12072. Dev.CD Feb 00 TC
  12073.  - Sample CodeV
  12074. 5846X
  12075. Feb 00^
  12076. #o-copy receives
  12077. OTBuffer
  12078. OTBufferInfoq
  12079. Dev.CD Feb 00 TC
  12080. D!All Packages
  12081. Tool Chest Edition
  12082. NuBus Testerf
  12083. All Packages
  12084. 1831X
  12085. e III Arena" for the Macintosh by id Software.
  12086. SetupGL also has some unique features:
  12087. - The texture RAM variable in the structGLInfo allows you to specify an amount of texture memory, over and above the buffer requirements, that the device must have to satisfy your requirements.  This allows you to pick a maximum resolution and bit depth and allow SetupGL to find the resolution and bit depth that can actually be used while maintaining the requested amount of VRAM.  This is done by setting
  12088.  fDepthMust and fSizeMust to false on entry, which allows SetupGL to set down in resolutions and pixel depths to get a match.
  12089. - It allows specification of a screen device to try first by enumeration of the screens.  -1 indicates the main screen.  Other screens are enumerated in order returned by DMGetFirstScreenDevice and DMGetNextScreenDevice with 0 being the first screen returned.  If allocations on the desired screen fails SetupGL will automatically check the other screens.
  12090. - SetupGL 
  12091. scrapbook
  12092. scrapbook
  12093. scrapcolor
  12094. scrapcolor
  12095. scrapcolor
  12096. library
  12097. scrapcolordemo
  12098. scrapxcmds
  12099. scrapxcmds
  12100. script
  12101. scriptableprinting
  12102. scriptableprinting
  12103. scriptableprinting
  12104. scriptablestuffiteng
  12105. scriptablestuffiteng
  12106. scripting
  12107. scriptingadditions
  12108. scripts
  12109. scriptswitcher
  12110. scriptswitcher
  12111. scriptx
  12112. scriptx
  12113. platforms
  12114. scriptx
  12115. differences
  12116. tools
  12117. tools
  12118. scsimonitor
  12119. scsimonitor
  12120. searchingtechnologie
  12121. sectionreport
  12122. security
  12123. security
  12124. readme
  12125. sedit
  12126. sedit
  12127. documentation
  12128. electors
  12129. sendae
  12130. sendae
  12131. sendae
  12132. sendps
  12133. sendps
  12134. serial
  12135. Movedq
  12136. Dev.CD Feb 00 TC
  12137. D!All Packages
  12138. Tool Chest Edition
  12139. Convert
  12140. Projects 1.0b5
  12141. Summary:  Convert
  12142. Projects is a utility which will read a THINK C or THINK Pascal project, and produce an equivalent (or nearly so) Code Warrior project. This is particularly useful for large projects, in which manually adding and segmenting the project would be tiresome or impractical.  See the document "About Convert
  12143. Projects" for details.
  12144. Convert
  12145. Projects is -NOT- a source code converter. If your code uses non-portable constructs that aren
  12146. t supported by the Code Warrior compilers, you  tell application "Finder"
  12147.         open item "Dev.CD Apr 96 SSW"
  12148.         activate
  12149.     end tell
  12150. on error errMsg number errNum
  12151.     --enter statements to perform when no records are found such as...
  12152.     display dialog "Sorry, the item you selected could not be found."
  12153.     return
  12154. end try
  12155. All Packages
  12156. 7.5.2 (PB 5300/2300/190)O
  12157. Dev.CD Apr 96 SSWP
  12158. Dev.CD Apr 96 SSV
  12159. 1835X
  12160. Apr 96
  12161. M A macintosh with an ADB KeyboardN!ADB, control key, key, key patch,v.CD Dec 99 RL Disk 1
  12162. D!All Packages
  12163. Tool Chest Edition
  12164. New OF TokenizerIPNew FCode tokenizer for PCI board FCode driver development.
  12165. Standalone version.J'Sample Code.img
  12166. Windows Sample Code.imgK
  12167. Mar 98MnPCI Macintosh only. The tokenizer is standalone, but the included makecreate script requires MPW 3.3 or later.N
  12168. tokenizer, fcodeO
  12169. Dev.CD Feb 00 TC:Sample Code:P
  12170. Dev.CD Feb 00 TC
  12171.  - Sample CodeV
  12172. 4257X
  12173. Feb 00^
  12174. r--set theItem to choose file -- uncomment to test in an AS editor
  12175.     tell application "Finder"
  12176.         open item "Dev.CD Feb 00 TC:Sample Code:"
  12177.         activate
  12178.     end tell
  12179. on error errMsg number errNum
  12180.     --enter statements to perform when no records are found such as...
  12181.     display dialog "Sorry, the item you selected could not be found."
  12182.     return
  12183. end try
  12184. e    No Changef
  12185. tokenizer
  12186. fcodeq
  12187. Dev.CD Feb 00 TC
  12188. D!All Packages
  12189. Tool Chest Edition
  12190. NoCopyReceives
  12191. routing
  12192. rubber
  12193. rubber-banding
  12194. ruben
  12195. rules
  12196. run-time
  12197. runner
  12198. running
  12199. sakes
  12200. sales
  12201. sample
  12202. sample
  12203. 6455X
  12204. Oct 97^
  12205. --set theItem to choose file -- uncomment to test in an AS editor
  12206.     tell application "Finder"
  12207.         open item "Dev.CD Oct 97 SDK1:What's New:Technical Documentaion:Rhapsody/OpenStep:RhapsodyDocumentation:"
  12208.         activate
  12209.     end tell
  12210. on error errMsg number errNum
  12211.     --enter statements to perform when no records are found such as...
  12212.     display dialog "Sorry, the item you selected could not be found."
  12213.     return
  12214. end try
  12215. e    No Changeq
  12216. Dev.CD Oct 97 SDK1
  12217. D!All Packages
  12218. Tool Chest Edition
  12219. Rinaldi Collection
  12220. Summary: This folder contains a wide variety of HyperCard XCMDs & XFCNs, both in French and in English. Most of them are also SuperCard compatible.
  12221. Features: Expand the capabilities of HyperCard/ SuperCard by adding many external commands and functions.
  12222. Issues: Send any comments, bug reports, suggestions to:
  12223. AppleLink: RINALDI1
  12224. CalvaCom : FR10
  12225. Compuserve : 71170,2111
  12226. Internet : RINALDI1@APPLELINK@APPLE.COM  
  12227. eleted
  12228.  allows you to modify the behavior of PACK 3, the Standard File package.  Starting with System Update 3.0, PACK 3 uses icons taken from the Desktop file when displaying files in its lists.  This can be slow, especially on a slow connection such as Apple Remote Access and a modem.  This control panel lets you disable this feature and return to the previous behavior of PACK 3.
  12229. StdFile:  StdFile attempts to demonstrate several Standard File-related  techniques. See the 'README' file for detaE
  12230. J'Sample Code.img
  12231. Windows Sample Code.imgK
  12232. May 97L
  12233. May 97O
  12234. Dev.CD Feb 00 TC:Sample Code:P
  12235. Dev.CD Feb 00 TC
  12236.  - Sample Code
  12237. display
  12238. display
  12239. display
  12240. device
  12241. driver
  12242. guide
  12243. displaymanager
  12244. displaymanager
  12245. dispnamereg
  12246. distribution
  12247. distributors/localiz
  12248. dk-danish
  12249. .CD Jul 96 SSWP
  12250. Dev.CD Jul 96 SSV
  12251. 1842X
  12252. Jul 96
  12253. 5847X
  12254. Nov 99^
  12255. --set theItem to choose file -- uncomment to test in an AS editor
  12256.     tell application "Finder"
  12257.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:
  12258.  Other Platforms:Convert
  12259. Projects 1.0b5:"
  12260.         activate
  12261.     end tell
  12262. on error errMsg number errNum
  12263.     --enter statements to perform when no records are found such as...
  12264.     display dialog "Sorry, the item you selected could not be found."
  12265.     return
  12266. end try
  12267. Deletedq
  12268. Dev.CD Nov 99 TC
  12269. All Packages
  12270. CPU SE 406O
  12271. Dev.CD Jul 95P
  12272. Dev.CD Jul 9V
  12273. 5848X
  12274. Jul 95
  12275. b--set theItem to choose file -- uncomment to test in an AS editor
  12276.     tell application "Finder"
  12277.         open item "Dev.CD Jul 95"
  12278.         activate
  12279.     end tell
  12280. on error errMsg number errNum
  12281.     --enter statements to perform when no records are found such as...
  12282.     display dialog "Sorry, the item you selected could not be found."
  12283.     return
  12284. end try
  12285. All Packages
  12286. CPU SE 406O
  12287. Dev.CD Jul 95V
  12288. 5849X
  12289.  will need to manually change your code.
  12290. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.  If you have questions or problems with Convert
  12291. Projects, please contact the authors by one of the following means:
  12292.   Internet: bbedit@world.std.com
  12293.   CIS: 73051,3255
  12294.   AppleLink: BARE.BONES
  12295.   Fax: (508) 651-7584
  12296.   Phone: (508) 651-3561
  12297.   Mail:  Bare Bones Software
  12298.       c/o R. Siegel
  12299.       1 Larkspur WC
  12300. ay #4
  12301.       Natick, MA 01760
  12302. J?!NOT AN APPLE PRODUCT!:
  12303. About Convert
  12304. Projects
  12305. Convert
  12306. ProjectsK
  12307. May 94L
  12308. Aug 94OVDev.CD Nov 99 TC:Tool Chest:Development Kits:
  12309.  Other Platforms:Convert
  12310. Projects 1.0b5:PaDev.CD Nov 99 TC
  12311.  - Tool Chest
  12312.  - Development Kits
  12313.  Other Platforms
  12314.  - Convert
  12315. Projects 1.0b5
  12316. 6875X
  12317. Dec 99^
  12318. --set theItem to choose file -- uncomment to test in an AS editor
  12319.     tell application "Finder"
  12320.         open item "Dev.CD Dec 99 RL:Technical Publications:enterprise:"
  12321.         activate
  12322.     end tell
  12323. on error errMsg number errNum
  12324.     --enter statements to perform when no records are found such as...
  12325.     display dialog "Sorry, the item you selected could not be found."
  12326.     return
  12327. end try
  12328. Deletedq
  12329. Dev.CD Dec 99 RL
  12330. All Packages
  12331. F&Technical Publications: Function Index
  12332. 7Summary:
  12333. The Function index provides links to function descriptions from Inside Macintosh and from new and revised Mac OS 8 documents. Note that QuickTime and Sound Manager functions are described in a separate Function Index.
  12334. The Function Index can be accessed through the Mac OS 8 Documentation product page.
  12335. Mar 99L
  12336. Sep 99V
  12337. 6876X
  12338. 1e    No Change
  12339. detect
  12340. detecting
  12341. detection
  12342. detective
  12343. detector
  12344. detectors
  12345. detects
  12346. determination
  12347. determine
  12348. determining
  12349. devanagari
  12350. develop
  12351. develop-ers
  12352. developments
  12353. device
  12354. deviceloop
  12355. devices
  12356. devsupport
  12357. diagnose
  12358. diagram
  12359. dialog
  12360. dialogs
  12361. dialup
  12362. dictation
  12363. dictionaries
  12364. dictionary
  12365. dierks
  12366. f--set theItem to choose file -- uncomment to test in an AS editor
  12367.     tell application "Finder"
  12368.         open item "Dev.CD Jun 97 SSW"
  12369.         activate
  12370.     end tell
  12371. on error errMsg number errNum
  12372.     --enter statements to perform when no records are found such as...
  12373.     display dialog "Sorry, the item you selected could not be found."
  12374.     return
  12375. end try
  12376. Dev.CD Jul 96 SSW2"
  12377.         activate
  12378.     end tell
  12379. on error errMsg number errNum
  12380.     --enter statements to perform when no records are found such as...
  12381.     display dialog "Sorry, the item you selected could not be found."
  12382.     return
  12383. end try
  12384. All Packages
  12385. 1850X
  12386. r--set theItem to choose file -- uncomment to test in an AS editor
  12387.     tell application "Finder"
  12388.         open item "Dev.CD Feb 00 TC:Sample Code:"
  12389.         activate
  12390.     end tell
  12391. on error errMsg number errNum
  12392.     --enter statements to perform when no records are found such as...
  12393.     display dialog "Sorry, the item you selected could not be found."
  12394.     return
  12395. end try
  12396. ot be found."
  12397.     return
  12398. end try
  12399. e    No Changef audio
  12400. compression
  12401. playback
  12402. codecq
  12403. Dev.CD Jan 00 SDK1
  12404. All Packages
  12405. New NewGWorld
  12406. This sample is designed to show the proper use of the the new flags (Mac OS 9+ and the iBooks, slot loading iMacs and AGP Graphics G4 PowerMacs) in the NewGWorld routine.  The application draws a re-sizable window that is updated from an offscreen GWorld.  The user has control over where to allocate the GWorld's PixMap data (in VRAM, in AGP memory or in system memory).  A blitting test can then be performed to test blitting speed using CopyBits.
  12407. 4256X
  12408.  style routines for parameter-block only File Manager calls; useful utility routines that perform many common File Manager related operations; a robust file copy routine; a recursive directory copy routine; a catalog searching routines; high-level and FSSpec style routines for Desktop Manager calls; and routines for dealing with pathnames. See the file "!MoreFiles Read Me" for a description of fixes & improvements in version 1.4.6.
  12409. Standard File Samples:  Three samples involving Standard 
  12410. File dialogs. StandardGetFolder demonstrates a CustomGetFile call, with additions to the dialog to allow selection of a folder or volume.  CustomPutAppend demonstrates a CustomPutDialog with an Append button that does not ask the user if he/she wants to replace the existing file. CustomPutSuffix demonstrates a CustomPutDialog with an Save button that checks to see if several files (with the name filename+suffix) already exist.
  12411. StandardFileIcons:  StandardFileIcons is a control panel which
  12412. All Packages
  12413. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  12414. Dev.CD Jan 94
  12415. Dev.CD Oct 93
  12416. Dev.CD Jul 93
  12417. Dev.CD Apr 93PDDev.CD Apr 94
  12418. Dev.CD Jan 94
  12419. Dev.CD Oct 93
  12420. Dev.CD Jul 93
  12421. Dev.CD Apr 9V
  12422. 6843X
  12423. Apr 94
  12424. --set theItem to choose file -- uncomment to test in an AS editor
  12425.     tell application "Finder"
  12426.         open item "Dev.CD Apr 94
  12427. Dev.CD Jan 94
  12428. Dev.CD Oct 93
  12429. Dev.CD Jul 93
  12430. Dev.CD Apr 93"
  12431.         activate
  12432.     end tell
  12433. on error errMsg number errNum
  12434.     --enter statements to perform when no records are found such as...
  12435.     display dialog "Sorry, the item you selected could not be found."
  12436.     return
  12437. end try
  12438. All Packages
  12439. System Enabler 403 (LC 520)O)Dev.CD Apr 94
  12440. Dev.CD Jan 94
  12441. Dev.CD Oct 93P(Dev.CD Apr 94
  12442. Dev.CD Jan 94
  12443. Dev.CD Oct 9V
  12444. 6844X
  12445. Apr 94
  12446. 1-12/96
  12447. 1-bit
  12448. apple
  12449. cd-rom
  12450. handbook
  12451. apple
  12452. cd-rom
  12453. apple
  12454. detectors
  12455. apple
  12456. directions
  12457. 01/95
  12458. apple
  12459. directions
  12460. 01/96
  12461. apple
  12462. directions
  12463. 01/97
  12464. apple
  12465. directions
  12466. 02/95
  12467. apple
  12468. directions
  12469. 02/96
  12470. apple
  12471. directions
  12472. 02/97
  12473. apple
  12474. directions
  12475. 03/95
  12476. apple
  12477. directions
  12478. 03/96
  12479. apple
  12480. directions
  12481. 03/97
  12482. apple
  12483. directions
  12484. 04/95
  12485. apple
  12486. directions
  12487. 04/96
  12488. apple
  12489. directions
  12490. 04/97
  12491. apple
  12492. directions
  12493. 05/95
  12494. apple
  12495. directions
  12496. 05/96
  12497. apple
  12498. directions
  12499. 05/97
  12500. apple
  12501. directions
  12502. 05/97
  12503. apple
  12504. directions
  12505. 06/95
  12506. apple
  12507. directions
  12508. 06/96
  12509. apple
  12510. directions
  12511. 06/97
  12512. apple
  12513. directions
  12514. 07/95
  12515. apple
  12516. directions
  12517. 07/96
  12518.  96 SE
  12519. Dev.CD Oct 96 SSW"
  12520.         activate
  12521.     end tell
  12522. on error errMsg number errNum
  12523.     --enter statements to perform when no records are found such as...
  12524.     display dialog "Sorry, the item you selected could not be found."
  12525.     return
  12526. end try
  12527. All Packages
  12528. 7.5.3V
  12529. 1857X
  12530. Dev.CD Jul 9V
  12531. 5849X
  12532. Jul 95
  12533. b--set theItem to choose file -- uncomment to test in an AS editor
  12534.     tell application "Finder"
  12535.         open item "Dev.CD Jul 95"
  12536.         activate
  12537.     end tell
  12538. on error errMsg number errNum
  12539.     --enter statements to perform when no records are found such as...
  12540.     display dialog "Sorry, the item you selected could not be found."
  12541.     return
  12542. end try
  12543. All Packages
  12544. CPU SE 406O
  12545. Dev.CD Jul 95P
  12546. Dev.CD Jul 9V
  12547. 5850X
  12548. Jul 95
  12549. b--set theItem to choose file -- uncomment to test in an AS editor
  12550.     tell application "Finder"
  12551.         open item "Dev.CD Jul 95"
  12552.         activate
  12553.     end tell
  12554. on error errMsg number errNum
  12555.     --enter statements to perform when no records are found such as...
  12556.     display dialog "Sorry, the item you selected could not be found."
  12557.     return
  12558. end try
  12559. All Packages
  12560. CPU SE 406O
  12561. Dev.CD Jul 95P
  12562. Dev.CD Jul 9V
  12563. 5851X
  12564. Jul 95
  12565. non-portable
  12566. non-scsi
  12567. non-us
  12568. non-volatile-ram
  12569. nopoweroffkey
  12570. norbert
  12571. noresdialog
  12572. normal
  12573. normally
  12574. norman
  12575. north
  12576. norwegian
  12577. nosound
  12578. b--set theItem to choose file -- uncomment to test in an AS editor
  12579.     tell application "Finder"
  12580.         open item "Dev.CD Jul 95"
  12581.         activate
  12582.     end tell
  12583. on error errMsg number errNum
  12584.     --enter statements to perform when no records are found such as...
  12585.     display dialog "Sorry, the item you selected could not be found."
  12586.     return
  12587. end try
  12588. am unclear how to best handle what happens when you read more data than is in the buffer. If you support the thread mananger then IB7 need to handle the yield/suspend/resume thread issues.
  12589. J'Sample Code.img
  12590. Windows Sample Code.imgK
  12591. Aug 96M
  12592. OpenTransportN
  12593. C++ OpenTransportO
  12594. Dev.CD Feb 00 TC:Sample Code:P
  12595. Dev.CD Feb 00 TC
  12596.  - Sample Codeivate
  12597.     end tell
  12598. on error errMsg number errNum
  12599.     --enter statements to perform when no records are found such as...
  12600.     display dialog "Sorry, the item you selected could not be found."
  12601.     return
  12602. end try
  12603. All Packages
  12604. 7.5.3O
  12605. Dev.CD Nov 96 TCP
  12606. Dev.CD Nov 96 TV
  12607. 1861X
  12608. All Packages
  12609. CPU SE 406O
  12610. Dev.CD Jul 95P
  12611. Dev.CD Jul 9V
  12612. 5852X
  12613. Jul 95
  12614. b--set theItem to choose file -- uncomment to test in an AS editor
  12615.     tell application "Finder"
  12616.         open item "Dev.CD Jul 95"
  12617.         activate
  12618.     end tell
  12619. on error errMsg number errNum
  12620.     --enter statements to perform when no records are found such as...
  12621.     display dialog "Sorry, the item you selected could not be found."
  12622.     return
  12623. end try
  12624. All Packages
  12625. CPU SE 406O
  12626. Dev.CD Jul 95P
  12627. Dev.CD Jul 9V
  12628. 5853X
  12629. Jul 95
  12630. b--set theItem to choose file -- uncomment to test in an AS editor
  12631.     tell application "Finder"
  12632.         open item "Dev.CD Jul 95"
  12633.         activate
  12634.     end tell
  12635. on error errMsg number errNum
  12636.     --enter statements to perform when no records are found such as...
  12637.     display dialog "Sorry, the item you selected could not be found."
  12638.     return
  12639. end try
  12640. D!All Packages
  12641. Tool Chest Edition
  12642. CPUGestalteferred AppleTalk calls are used.k calls are used.
  12643. optionmanagement
  12644. options
  12645. dsutils
  12646. dsutils
  12647. dumpster
  12648. development
  12649. primer
  12650. e-spanish
  12651. easyview
  12652. F    QuickTimeO
  12653. Dev.CD Jul 93
  12654. Dev.CD Apr 93P
  12655. Dev.CD Jul 93
  12656. Dev.CD Apr 9apr
  12657. appletalk
  12658. application
  12659. set theItem to choose file -- uncomment to test in an AS editor
  12660.     tell application "Finder"
  12661.         open item "Dev.CD Jun 97 SSW"
  12662.         activate
  12663.     end tell
  12664. on error errMsg number errNum
  12665.     --enter statements to perform when no records are found such as...
  12666.     display dialog "Sorry, the item you selected could not be found."
  12667.     return
  12668. end try
  12669. All Packages
  12670. QuickDraw GXO
  12671. Dev.CD Jun 97 SSWP
  12672. Dev.CD Jun 97 SSV
  12673. 4477X
  12674. Jun 97
  12675. f--set theItem to choose file -- uncomment to test in an AS editor
  12676.     tell application "Finder"
  12677.         open item "Dev.CD Jun 97 SSW"
  12678.         activate
  12679.     end tell
  12680. on error errMsg number errNum
  12681.     --enter statements to perform when no records are found such as...
  12682.     display dialog "Sorry, the item you selected could not be found."
  12683.     return
  12684. end try
  12685. All Packages
  12686. QuickDraw GXO
  12687. Dev.CD Jun 97 SSWP
  12688. Dev.CD Jun 97 SSV
  12689. 4478X
  12690. Jun 97
  12691. 5855X
  12692. Feb 00^
  12693. --set theItem to choose file -- uncomment to test in an AS editor
  12694.     tell application "Finder"
  12695.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:CreateMovie:"
  12696.         activate
  12697.     end tell
  12698. on error errMsg number errNum
  12699.     --enter statements to perform when no records are found such as...
  12700.     display dialog "Sorry, the item you selected could not be found."
  12701.     return
  12702. end try
  12703. New Packagef
  12704. QuickTime
  12705. Dev.CD Feb 00 TC
  12706. CreatePictFileIeThis demo program shows how to create a PICT and PICT file from drawing operations into a QDGraphics J7CreatePictFile
  12707. CreatePictFile.zip
  12708. pt.bat
  12709. README.txt
  12710. Feb 00
  12711. - Common
  12712.     - Sun Compliant Java Runtime Environment 1.1
  12713.     - QuickTime 3 
  12714.     - QTJava.zip
  12715.     - QTJava media samples
  12716. - Mac OS:
  12717.     - System 8 or later
  12718.     - Macintosh Runtime for Java (MRJ) 2.1
  12719. - Windows 95, 98, or NT::
  12720.     - JRE/JDK from Sun Microsystems, Inc. recommended
  12721. ommended
  12722. der AppleEvent.
  12723. Simple HLE:  Here is a simple High Level Event sample. It posts two events, then uses a filter to accept the second one. Using AppleEvents is a much better solution than using High Level Events, however...
  12724. SmallDaemon:  This is a minimal faceless background application (FBA) for System 7. Versions are provided in MPW C and MPW Pascal.
  12725. SuspendAppleEvent:  A simple example of suspending and resuming an AppleEvent.
  12726. TEXTtotypeIntlCoercion:  A coercion routine that seamlesslEZy converts old-style typeChar data to typeIntlText, so you don't have to rewrite old code.
  12727. J'Sample Code.img
  12728. Windows Sample Code.imgK
  12729. Feb 92L
  12730. May 97O
  12731. Dev.CD Feb 00 TC:Sample Code:P
  12732. Dev.CD Feb 00 TC
  12733.  - Sample Code
  12734. 6This demo program shows how to select create a movie from the results of using Java drawing capabilites and a sound file. It roughly translates the sample code in the QuickTime SDK - the Inside Macintosh:QuickTime examples of Chapter 2 (listings 2-5 through 2-12, starting at page 2-47 of the unbound edition).
  12735. J1cm.bat
  12736. CreateMovie
  12737. CreateMovie.zip
  12738. README.txt
  12739. Feb 00
  12740. - Common
  12741.     - Sun Compliant Java Runtime Environment 1.1
  12742.     - QuickTime 3 
  12743.     - QTJava.zip
  12744.     - QTJava media samples
  12745. - Mac OS:
  12746.     - System 8 or later
  12747.     - Macintosh Runtime for Java (MRJ) 2.1
  12748. - Windows 95, 98, or NT::
  12749.     - JRE/JDK from Sun Microsystems, Inc. recommended
  12750. QuickTime, Java, MRJORDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:CreateMovie:P`Dev.CD Feb 00 TC
  12751.  - What's New?
  12752.  - Sample Code
  12753.  - QuickTime
  12754.  - QuickTime for Java
  12755.  - CreateMovieires a PowerPC running system software Mac OS 9 or later.OGDev.CD Dec 99 RL Disk 1:What's New:Development Kits:Mac OS:NSL 1.1 SDK:
  12756. QuickTime, Java, MRJng an IBM representative. Specific information on relevant IBM AIX guides is found at the beginning of each section.
  12757. Issues:  This document is to be used as a reference when developing for AIX for the Apple Network Server. It only describes the differences between AIX for the Apple Network Server and IBM's AIX. It is not intended to fully document AIX.
  12758. Network Server Dev. GuideK
  12759. Jun 96N.AIX, Network Server, Symbiotic, client, serverOWDev.CD Dec 99 RL:Technical Documentation:ABS Technical Notes:Network Server Dev. Guide:P_Dev.CD Dec 99 RL
  12760.  - Technical Documentation
  12761.  - ABS Technical Notes
  12762.  - Network Server Dev. Guider"
  12763.         open item "Dev.CD Oct 96 SSW"
  12764.         activate
  12765.     end tell
  12766. on error errMsg number errNum
  12767.     --enter statements to perform when no records are found such as...
  12768.     display dialog "Sorry, the item you selected could not be found."
  12769.     return
  12770. end try
  12771. All Packages
  12772. 7.5.3 (5400)O
  12773. Dev.CD Oct 96 SSWV
  12774. 1874X
  12775. IpSummary: This sample code illustrates the way to determine the processor type of the Macintosh you're running onJ'Sample Code.img
  12776. Windows Sample Code.imgK
  12777. Apr 97O
  12778. Dev.CD Feb 00 TC:Sample Code:P
  12779. Dev.CD Feb 00 TC
  12780.  - Sample CodeV
  12781. 5854X
  12782. Feb 00^
  12783. r--set theItem to choose file -- uncomment to test in an AS editor
  12784.     tell application "Finder"
  12785.         open item "Dev.CD Feb 00 TC:Sample Code:"
  12786.         activate
  12787.     end tell
  12788. on error errMsg number errNum
  12789.     --enter statements to perform when no records are found such as...
  12790.     display dialog "Sorry, the item you selected could not be found."
  12791.     return
  12792. end try
  12793. Movedq
  12794. Dev.CD Feb 00 TC
  12795. D.All Packages
  12796. Tool Chest Edition
  12797. New & RevisedF
  12798. CreateMovie
  12799. D.All Packages
  12800. Tool Chest Edition
  12801. New & RevisedF
  12802. CreatePictFileIeThis demo program shows how to create a PICT and PICT file from drawing operations into a QDGraphics J7CreatePictFile
  12803. CreatePictFile.zip
  12804. pt.bat
  12805. README.txt
  12806. Feb 00
  12807. - Common
  12808.     - Sun Compliant Java Runtime Environment 1.1
  12809.     - QuickTime 3 
  12810.     - QTJava.zip
  12811.     - QTJava media samples
  12812. - Mac OS:
  12813.     - System 8 or later
  12814.     - Macintosh Runtime for Java (MRJ) 2.1
  12815. - Windows 95, 98, or NT::
  12816.     - JRE/JDK from Sun Microsystems, Inc. recommended
  12817. nt/server applications, including both Mac OS and AIX considerations. Part II covers the development of device drivers, including Open Firmware requirements. Part III documents the AppleTalk API. Part IV provides the man pages for Apple-specific AIX commands. There is an appendix for keyboard positions.
  12818. This guide is to be used in conjunction with AIX developer guides from IBM. Information on how to obtain the IBM AIX developer guides and tools can be found on IBM's Web site (www.ibm.com
  12819. windows/dos
  12820. windowshade
  12821. wintermyre
  12822. wireless
  12823. wishes
  12824. wishing
  12825. withQ
  12826. Wprojectdrag
  12827. drag-and-drop
  12828. source
  12829. control
  12830. summary
  12831. resedit
  12832. apple's
  12833. standard
  12834. direct-manipulation
  12835. OUDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:CreatePictFile:PcDev.CD Feb 00 TC
  12836.  - What's New?
  12837.  - Sample Code
  12838.  - QuickTime
  12839.  - QuickTime for Java
  12840.  - CreatePictFileV
  12841. 5856X
  12842. Feb 00^
  12843. --set theItem to choose file -- uncomment to test in an AS editor
  12844.     tell application "Finder"
  12845.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:CreatePictFile:"
  12846.         activate
  12847.     end tell
  12848. on error errMsg number errNum
  12849.     --enter statements to perform when no records are found such as...
  12850.     display dialog "Sorry, the item you selected could not be found."
  12851.     return
  12852. end try
  12853. New Packagef
  12854. QuickTime
  12855. Dev.CD Feb 00 TC
  12856. D!All Packages
  12857. Tool Chest Edition
  12858. CTB Development Resources
  12859. Summary: Macintosh CTB software distributed at the 1992 Worldwide Developers Conference in the CTB Technical session. This software is intended to be useful to anyone developing a CTB compatible application or CTB Tool.
  12860. Features: The components included are:
  12861. * CTB API overview (TEXT file)
  12862. * Comm Toolbox architecture/roadmap/example courseware (HyperCard stack)
  12863. * MPW 411 files
  12864. * CustomChoose outline (TEXT file)
  12865. * Staging Alerts description (TEXT file)
  12866. * Macsbug dcmd files for Tool debugginBLg
  12867. * CTB Tool strings (HyperCard stack)
  12868. * Simple FT Tool development template
  12869. CommToolbox Roadmap
  12870. CTB 411 Files
  12871. CTB API Overview
  12872. CTB Custom Choose
  12873. CTB Debugging
  12874. Read Me
  12875. Read Me.txt
  12876. Simple FT Tool
  12877. Staging AlertsK
  12878. Oct 92M MPW, ResEdit, HyperCard, MacsbugOMDev.CD Feb 00 TC:Tool Chest:Communications Toolbox:CTB Development Resources:PUDev.CD Feb 00 TC
  12879.  - Tool Chest
  12880.  - Communications Toolbox
  12881.  - CTB Development Resources.CD Oct 96 SSV
  12882. 1881X
  12883. Oct 96
  12884.  this.
  12885. KillEveryOneButMe:  This thing shows you how to kill all the other applications running on a machine for demos, school situations, kiosks, etc. PLEASE don't abuse this.
  12886. Launch Me:  This code shows how to get one application to launch another application when there is not enough memory for both applications to be open at the same time.  It will not fragment memory like having a second application would.
  12887. LaunchWithDoc:  This is the smallest Launch application we could come up with;
  12888.  it launches an application with the 'odoc' (Open Documents) Apple event.
  12889. LaunchWithDoc2:  Document-launching sample program Loosely based on C.K. Haun's LaunchWithDoc. This snippet includes some very useful routines.
  12890. LaunchWithSize:  Will launch an application using a memory partition it sets rather than the one in the application's SIZE resource.  Patches Get1Resource to watch for the SIZE resource and then changes it so that LaunchApplication creates a different size memory partition 
  12891. 5857X
  12892. Feb 00^
  12893. --set theItem to choose file -- uncomment to test in an AS editor
  12894.     tell application "Finder"
  12895.         open item "Dev.CD Feb 00 TC:Tool Chest:Communications Toolbox:CTB Development Resources:"
  12896.         activate
  12897.     end tell
  12898. on error errMsg number errNum
  12899.     --enter statements to perform when no records are found such as...
  12900.     display dialog "Sorry, the item you selected could not be found."
  12901.     return
  12902. end try
  12903. e    No Changeq
  12904. Dev.CD Feb 00 TC
  12905. D.All Packages
  12906. Tool Chest Edition
  12907. New & Revisedbclass the quicktime.std.movies.media.Media class to support any Custom media types. J2med.bat
  12908. README.txt
  12909. TestVRMedia
  12910. TestVRMedia.zipK
  12911. Feb 00
  12912. - Common
  12913.     - Sun Compliant Java Runtime Environment 1.1
  12914.     - QuickTime 3 
  12915.     - QTJava.zip
  12916.     - QTJava media samples
  12917. - Mac OS:
  12918.     - System 8 or later
  12919.     - Macintosh Runtime for Java (MRJ) 2.1
  12920. - Windows 95, 98, or NT::
  12921.     - JRE/JDK from Sun Microsystems, Inc. recommended
  12922. QuickTime, Java, MRJckTime, Java, MRJ
  12923. N6WebObjects, WebObjects 4, Mac OS X Server, Web Objects
  12924. includes
  12925. including
  12926. incompatible
  12927. incomplete
  12928. incorporate
  12929. incorporated
  12930. incorporates
  12931. incorporating
  12932. incorrect
  12933. increase
  12934. increased
  12935. increases
  12936. increasing
  12937. incredibly
  12938. incremental
  12939. independant
  12940. index
  12941. index2color
  12942. indexed
  12943. summary
  12944. sample
  12945. discussion
  12946. detect
  12947. whether
  12948. summary
  12949. sample
  12950. network
  12951. chess
  12952. application
  12953. summary
  12954. monitor
  12955. iotracer
  12956. performance
  12957. tools
  12958. summary
  12959. tools
  12960. small
  12961. functions
  12962. summary
  12963. allows
  12964. display
  12965. dialogs
  12966. alerts
  12967. coolale
  12968. summary
  12969. sedit
  12970. device
  12971. editor
  12972. general
  12973. purpose
  12974. summary
  12975. virtual
  12976. scripts
  12977. libraries
  12978. automa
  12979. summary
  12980. globals
  12981. multifinder
  12982. friendly
  12983. application
  12984. summary
  12985. movie
  12986. small
  12987. application
  12988. designed
  12989. summary
  12990. simpleapp
  12991. general
  12992. utility
  12993. handling
  12994. summary
  12995. soundapp
  12996. sample
  12997. application
  12998. demonstrating
  12999. summary
  13000. sourceobj
  13001. reads
  13002. corrosponding
  13003. summary
  13004. standardfileicons
  13005. control
  13006. panel
  13007. which
  13008. allows
  13009. summary
  13010. stdfilesaver
  13011. sample
  13012. print
  13013. driver
  13014. written
  13015. summary
  13016. allows
  13017. several
  13018. attrib
  13019. distribution
  13020. distributor
  13021. distributors
  13022. dithering
  13023. divided
  13024. dixformat
  13025. dixzero
  13026. dmgetfirstscreendevi
  13027. dmgetnextscreendevic
  13028. documentationandsamp
  13029. documented
  13030. documentproc
  13031. documents
  13032. docviewer
  13033. doesn't
  13034. doesn't
  13035. documents
  13036. properly
  13037. doesnt
  13038. dogcow
  13039. simplest
  13040. simpletext
  13041. simplified
  13042. simplifies
  13043. simplify
  13044. simplifying
  13045. simply
  13046. simulate
  13047. simulates
  13048. simulation
  13049. simulator
  13050. simultaneous
  13051. simultaneously
  13052. since
  13053. single
  13054. single-link
  13055. slots
  13056. slower
  13057. small
  13058. smaller
  13059. smith
  13060. smith's
  13061. snapshots
  13062. snazzy
  13063. snippet
  13064. snippets
  13065. snively
  13066. themes@
  13067. tiff@
  13068. tools
  13069. goodies@
  13070. translation@
  13071. translators@
  13072. tunnelsim@
  13073. typeservicesforunico
  13074. updated@
  13075. user's@
  13076. viewerdemo
  13077. webobjects
  13078. database
  13079. what's
  13080. windows@
  13081. windows
  13082. 4.0.1
  13083. install@
  13084. with@
  13085. writer@
  13086. xthings@
  13087. ORDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:CustomMedia:P`Dev.CD Feb 00 TC
  13088.  - What's New?
  13089.  - Sample Code
  13090.  - QuickTime
  13091.  - QuickTime for Java
  13092.  - CustomMediaV
  13093. 5858X
  13094. Feb 00^
  13095. --set theItem to choose file -- uncomment to test in an AS editor
  13096.     tell application "Finder"
  13097.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:CustomMedia:"
  13098.         activate
  13099.     end tell
  13100. on error errMsg number errNum
  13101.     --enter statements to perform when no records are found such as...
  13102.     display dialog "Sorry, the item you selected could not be found."
  13103.     return
  13104. end try
  13105. New Packagef
  13106. QuickTime
  13107. Dev.CD Feb 00 TC
  13108. All Packages
  13109. Cyrillic Language KitO!Dev.CD May 97 TC
  13110. Dev.CD May 96 TCP Dev.CD May 97 TC
  13111. Dev.CD May 96 TV
  13112. 5859X
  13113. May 97
  13114.  is supplied as-is. This is an update to version 1.0.1.
  13115. Aug 93 1400)O
  13116. Dev.CD Apr 97 SSWP
  13117. Dev.CD Apr 97 SSV
  13118. 1896X
  13119. Apr 97
  13120. All Packages
  13121. 6.0.4O
  13122. Developer CD (III)P
  13123. Developer CD (IIIV
  13124. 5140X
  13125. er CD 
  13126. g--set theItem to choose file -- uncomment to test in an AS editor
  13127.     tell application "Finder"
  13128.         open item "Developer CD (III)"
  13129.         activate
  13130.     end tell
  13131. on error errMsg number errNum
  13132.     --enter statements to perform when no records are found such as...
  13133.     display dialog "Sorry, the item you selected could not be found."
  13134.     return
  13135. end try
  13136. All Packages
  13137. 6.0.4O
  13138. Developer CD (III)P
  13139. Developer CD (IIIV
  13140. 5141X
  13141. er CD 
  13142. g--set theItem to choose file -- uncomment to test in an AS editor
  13143.     tell application "Finder"
  13144.         open item "Developer CD (III)"
  13145.         activate
  13146.     end tell
  13147. on error errMsg number errNum
  13148.     --enter statements to perform when no records are found such as...
  13149.     display dialog "Sorry, the item you selected could not be found."
  13150.     return
  13151. end try
  13152. All Packages
  13153. 6.0.4O
  13154. Developer CD (III)P
  13155. Developer CD (IIIV
  13156. 5142X
  13157. er CD 
  13158. - Common
  13159.     - Sun Compliant Java Runtime Environment 1.1
  13160.     - QuickTime 3 
  13161.     - QTJava.zip
  13162.     - QTJava media samples
  13163. - Mac OS:
  13164.     - System 8 or later
  13165.     - Macintosh Runtime for Java (MRJ) 2.1
  13166. - Windows 95, 98, or NT::
  13167.     - JRE/JDK from Sun Microsystems, Inc. recommended
  13168. QuickTime, Java, MRJ
  13169. needs
  13170. neighborhood
  13171. neophyte
  13172. neotextbox97
  13173. nepali
  13174. nested
  13175. net-install
  13176. net/biz/bbsw
  13177. netcom
  13178. netscape
  13179. netsprocket
  13180. netstat
  13181. netware
  13182. strip
  13183. stripunits
  13184. strlist
  13185. strlog
  13186. stroke
  13187. stroll
  13188. strong
  13189. stronger
  13190. strongest
  13191. strongly
  13192. structglinfo
  13193. structs
  13194. structure
  13195. structured
  13196. structures
  13197. strutures
  13198. studies
  13199. studio
  13200. study
  13201. stuff
  13202. stuffit
  13203. stuffitmrj
  13204. style
  13205. style-linking
  13206. styled
  13207. stylemap
  13208. styles
  13209. stylewriter
  13210. stylus
  13211. sub-dialogs
  13212. sub-folders
  13213. sub-menus
  13214. subclass
  13215. subdirectory
  13216. subfolders
  13217. subject
  13218. subjects
  13219. sublaunch
  13220. submission
  13221. submit
  13222. subprocesses
  13223. deleted
  13224. deletedirectory
  13225. deleteemptydir
  13226. deliver
  13227. delivered
  13228. delivers
  13229. delivery
  13230. delta
  13231. demanding
  13232. demonstates
  13233. demonstation
  13234. demonstrate
  13235. demonstrates
  13236. programmatically
  13237. background
  13238. internet
  13239. internet
  13240. address
  13241. detectors
  13242. internet
  13243. shareware
  13244. interprocom
  13245. debugger
  13246. prefs
  13247. macsbug
  13248. preferences
  13249. folder
  13250. system
  13251. folder
  13252. intro
  13253. introappkitbook
  13254. introappkitbook
  13255. introduction
  13256. introduction
  13257. component
  13258. introfoundationbook
  13259. introfoundationbook
  13260. iotracer
  13261. iotracer
  13262. iotracer
  13263. analyzer
  13264. gateway
  13265. ischeckedout
  13266. isdate
  13267. isdate
  13268. isfinderlocked
  13269. isfinderlocked
  13270. iso9660
  13271. iso9660
  13272. iso9660
  13273. iso9660
  13274. autotest
  13275. dialogtest
  13276. menutest
  13277. sample
  13278. sample
  13279. sample
  13280. ispautotest
  13281. ispautotest
  13282. ispdialogtest
  13283. ispdialogtest
  13284. italy
  13285. italy
  13286. distributors/localiz
  13287. All Packages
  13288. Cyrillic Language KitO!Dev.CD May 97 TC
  13289. Dev.CD May 96 TCP Dev.CD May 97 TC
  13290. Dev.CD May 96 TV
  13291. 5860X
  13292. May 97
  13293. v--set theItem to choose file -- uncomment to test in an AS editor
  13294.     tell application "Finder"
  13295.         open item "Dev.CD May 97 TC
  13296. Dev.CD May 96 TC"
  13297.         activate
  13298.     end tell
  13299. on error errMsg number errNum
  13300.     --enter statements to perform when no records are found such as...
  13301.     display dialog "Sorry, the item you selected could not be found."
  13302.     return
  13303. end try
  13304. D!All Packages
  13305. Tool Chest Edition
  13306. Cyrillic Language Kit v1.0
  13307. USummary: The Cyrillic Language Kit is a combination of system and language resources that enables you to create, display, and edit documents in Cyrillic-based languages on the Macintosh
  13308.  and other computers using the Mac
  13309.  OS.   See the document "Cyrillic Read Me First" or "Lisez-moi (Cyrillique)" for details and installation instructions. 
  13310.     No Change
  13311. documents tracking
  13312. - favorite folders and do
  13313. quicktime
  13314. quicktime
  13315. oughta
  13316. pictures
  13317. guillermo
  13318. ortiz
  13319. quicktime
  13320. quicktime
  13321. includes
  13322. quicktime
  13323. javad
  13324. quicktime
  13325. windows
  13326. includes
  13327. quicktime
  13328. quicktime's
  13329. quicktime-enabled
  13330. quicktime-readable
  13331. quicktimevr
  13332. quickview
  13333. quiets
  13334. quinn
  13335. CustomMediaIvThis demo program shows how to subclass the quicktime.std.movies.media.Media class to support any Custom media types. J2med.bat
  13336. README.txt
  13337. TestVRMedia
  13338. TestVRMedia.zipK
  13339. Feb 00
  13340. - Common
  13341.     - Sun Compliant Java Runtime Environment 1.1
  13342.     - QuickTime 3 
  13343.     - QTJava.zip
  13344.     - QTJava media samples
  13345. - Mac OS:
  13346.     - System 8 or later
  13347.     - Macintosh Runtime for Java (MRJ) 2.1
  13348. - Windows 95, 98, or NT::
  13349.     - JRE/JDK from Sun Microsystems, Inc. recommended
  13350. QuickTime, Java, MRJackages
  13351. Tool Chest Edition
  13352. Navigable Movie Toolkit
  13353.      application "Finder"
  13354.         open item "Dev.CD May 96 TC"
  13355.         activate
  13356.     end tell
  13357. on error errMsg number errNum
  13358.     --enter statements to perform when no records are found such as...
  13359.     display dialog "Sorry, the item you selected could not be found."
  13360.     return
  13361. end try
  13362. All Packages
  13363. 7.5.3 (PCI)O
  13364. Dev.CD May 96 TCP
  13365. Dev.CD May 96 TV
  13366. 1906X
  13367. May 96
  13368. Mac OS, Mac OS 8, Mac OS 8.5, Inside Macintosh, Inside Mac, Java, Developer Notes, Mac OS X, QuickTime, and WebObjects, pdf documents, printing pdf, PDF.
  13369. navigator
  13370. network
  13371. network
  13372. management
  13373. network
  13374. server
  13375. developer's
  13376. guide
  13377. network
  13378. services
  13379. location
  13380. network
  13381. stream
  13382. network
  13383. watch
  13384. networking
  13385. audio
  13386. features
  13387. newgworld
  13388. tokenizer
  13389. newgworld
  13390. v.CD Jul 96 SSWP
  13391. Dev.CD Jul 96 SSV
  13392. 1908X
  13393. Jul 96
  13394. f--set theItem to choose file -- uncomment to test in an AS editor
  13395.     tell application "Finder"
  13396.         open item "Dev.CD Jul 96 SSW"
  13397.         activate
  13398.     end tell
  13399. on error errMsg number errNum
  13400.     --enter statements to perform when no records are found such as...
  13401.     display dialog "Sorry, the item you selected could not be found."
  13402.     return
  13403. end try
  13404. All Packages
  13405. 7.5.3 (PCI)O
  13406. Dev.CD Jul 96 SSWP
  13407. Dev.CD Jul 96 SSV
  13408. 1909X
  13409. technology
  13410. technote
  13411. technotes
  13412. tecsetbasicoptions
  13413. teknosys
  13414. telephone
  13415. telephones
  13416. telephony
  13417. tells
  13418. template
  13419. templates
  13420. temporal
  13421. temporarily
  13422. temporary
  13423. tensor
  13424. terence
  13425. terminal
  13426. O/Dev CD Vol. V
  13427. Dev CD Vol. IV
  13428. Developer CD (III)P.Dev CD Vol. V
  13429. Dev CD Vol. IV
  13430. Developer CD (IIIV
  13431. 6872X
  13432. Vol. V
  13433. --set theItem to choose file -- uncomment to test in an AS editor
  13434.     tell application "Finder"
  13435.         open item "Dev CD Vol. V
  13436. Dev CD Vol. IV
  13437. Developer CD (III)"
  13438.         activate
  13439.     end tell
  13440. on error errMsg number errNum
  13441.     --enter statements to perform when no records are found such as...
  13442.     display dialog "Sorry, the item you selected could not be found."
  13443.     return
  13444. end try
  13445. All Packages
  13446. Technical Publications
  13447. 6873X
  13448. v--set theItem to choose file -- uncomment to test in an AS editor
  13449.     tell application "Finder"
  13450.         open item "Dev.CD May 97 TC
  13451. Dev.CD May 96 TC"
  13452.         activate
  13453.     end tell
  13454. on error errMsg number errNum
  13455.     --enter statements to perform when no records are found such as...
  13456.     display dialog "Sorry, the item you selected could not be found."
  13457.     return
  13458. end try
  13459.     --enter statements to perform when no records are found such as...
  13460.     display dialog "Sorry, the item you selected could not be found."
  13461.     return
  13462. end try
  13463. e    No Changeq
  13464. Dev.CD Feb 00 TC
  13465. {D!All Packages
  13466. Mac OS SDK Edition
  13467. Nav Svcs 1.0 SDK
  13468.     Finder"
  13469.         open item "Dev.CD Jul 96 SSW"
  13470.         activate
  13471.     end tell
  13472. on error errMsg number errNum
  13473.     --enter statements to perform when no records are found such as...
  13474.     display dialog "Sorry, the item you selected could not be found."
  13475.     return
  13476. end try
  13477. All Packages
  13478. 7.5.3 (PCI)O
  13479. Dev.CD Jul 96 SSWP
  13480. Dev.CD Jul 96 SSV
  13481. 1914X
  13482. reference
  13483. reference
  13484. library
  13485. edition
  13486. revised
  13487. J9Cyrillic Read Me First
  13488. Install English
  13489. Internet SharewareK
  13490. May 96O9Dev.CD Feb 00 TC:Language Kits:Cyrillic Language Kit 1.0:P>Dev.CD Feb 00 TC
  13491.  - Language Kits
  13492.  - Cyrillic Language Kit 1.0V
  13493. 5861X
  13494. Feb 00^
  13495. --set theItem to choose file -- uncomment to test in an AS editor
  13496.     tell application "Finder"
  13497.         open item "Dev.CD Feb 00 TC:Language Kits:Cyrillic Language Kit 1.0:"
  13498.         activate
  13499.     end tell
  13500. on error errMsg number errNum
  13501.     --enter statements to perform when no records are found such as...
  13502.     display dialog "Sorry, the item you selected could not be found."
  13503.     return
  13504. end try
  13505. e    No Changeq
  13506. Dev.CD Feb 00 TC
  13507. D!All Packages
  13508. Tool Chest Edition
  13509. F#Data Access Manager French Demo 1.0
  13510.     such as...
  13511.     display dialog "Sorry, the item you selected could not be found."
  13512.     return
  13513. end try
  13514. All Packages
  13515. 7.5.5O!Dev.CD Dec 96 SE
  13516. Dev.CD Nov 96 TCP Dev.CD Dec 96 SE
  13517. Dev.CD Nov 96 TV
  13518. 1916X
  13519. Dec 96
  13520. ef help
  13521. hierarchical
  13522. sub-menusq
  13523. Dev.CD Feb 00 TC
  13524. yD!All Packages
  13525. Tool Chest Edition
  13526. N&C MacsBug Macros/Templates
  13527.     turn
  13528. end try
  13529. All Packages
  13530. 7.5.5 (73/76/86/9600)V
  13531. 1919X
  13532. software@
  13533. 32-bit@
  13534. 5thcolumn@
  13535. 145b@
  13536. 7.5.2
  13537. 7.5.2
  13538. 7200/9500@
  13539. 7.5.3
  13540. 4400/200@
  13541. 7200/9500@
  13542. a-law
  13543. sdec/scom@
  13544. acrobat@
  13545. apple
  13546. detectors
  13547. appletalk
  13548. area@
  13549. applications@
  13550. broadcast@
  13551. callfinder
  13552. cd-rom@
  13553. config&interleave@
  13554. contextualmenumanage@
  13555. control@
  13556. design@
  13557. developer@
  13558. distributors@
  13559. 1.1.3@
  13560. enabler@
  13561. hardware
  13562. system
  13563. update@
  13564. hypercard
  13565. player
  13566. news@
  13567. robustness@
  13568. 1994@
  13569. 8.5.1@
  13570. debug
  13571. build
  13572. sound
  13573. manager
  13574. 3.2.1
  13575. useful
  13576. sample
  13577. compression/decompre
  13578. sound
  13579. manager
  13580. component
  13581. accuracy@
  13582. add-ons@
  13583. adobe's@
  13584. agree@
  13585. alexander@
  13586. always
  13587. among@
  13588. 5862X
  13589. Feb 00^
  13590. --set theItem to choose file -- uncomment to test in an AS editor
  13591.     tell application "Finder"
  13592.         open item "Dev.CD Feb 00 TC:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager French Demo:"
  13593.         activate
  13594.     end tell
  13595. on error errMsg number errNum
  13596.     --enter statements to perform when no records are found such as...
  13597.     display dialog "Sorry, the item you selected could not be found."
  13598.     return
  13599. end try
  13600. e    No Changeq
  13601. Dev.CD Feb 00 TC
  13602. D!All Packages
  13603. Tool Chest Edition
  13604. Data Access Manager US Demo
  13605. Summary: DAM Generator 2 is an application that generate query document for the Data Access Manager of the system 7. This new release is in english and is multi-interface generator.
  13606. Features: 
  13607. * Multi-interface generator
  13608. * More simply to use
  13609. * New version of the XTND query that read query document
  13610. * An XCMD that can read query document
  13611. * A complete set of tool to exploit the Data Access Manager
  13612. traffic
  13613. trained
  13614. training
  13615. traits
  13616. transaction
  13617. transfer
  13618. transferred
  13619. transfers
  13620. transform
  13621. transformations
  13622. transition
  13623. emulator
  13624. emulator
  13625. release
  13626. notes
  13627. emulator
  13628. update
  13629. extension
  13630. enabler
  13631. encoding
  13632. encodings
  13633. engineering
  13634. engines
  13635. english
  13636. english
  13637. british
  13638. 1.1.3
  13639. english
  13640. int'l
  13641. 1.1.3
  13642. english
  13643. installer
  13644. english
  13645. 1.1.3
  13646. englishmiscellaneous
  13647. englishmiscellaneous
  13648. englishmiscellaneous
  13649. englishterminology
  13650. englishterminology
  13651. englishterminology
  13652. enhanced
  13653. enhanced
  13654. survival
  13655. guide
  13656. enterprise
  13657. enterprise
  13658. environment
  13659. ethernet
  13660. event
  13661. eventloop
  13662. _Summary: This is a complete demonstration of the Data Access Manager. It includes a query builder (DAM Generator), an XCMD which can use some query documents (HyperDAM ), and two querys with two different types of user interface (Text and Graphical).
  13663. Features: 
  13664. * Query Builder
  13665. * XCMD to use querys with HyperCard
  13666. * two different querys with two qdef
  13667. Data Access Manager.cpK
  13668. Vol VL
  13669. Mar 92M
  13670. me 7.0 and a computer where there is a DAL Server (Vax
  13671. ). A Vax with PathWorks and DALDEMO on it is a very good choice. If you want to use the two querys you must modify the parameters needed for the connection with ResEdit or DAM Generator .OoDev.CD Feb 00 TC:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager French Demo:PzDev.CD Feb 00 TC
  13672.  - Tool Chest
  13673.  - Interapplication Communication
  13674.  - Data Access Manager
  13675.  - Data Access Manager French Demoits:Mac OS:Multiprocessing 2.1 SDK:V
  13676. 4243X
  13677. Updatedo
  13678. http://developer.apple.com/sdk/
  13679. acrobat
  13680. 3.0.1
  13681. analyzer
  13682. 1.0d6
  13683. 1.0.1b3
  13684. parser
  13685. 5.0.7
  13686. adbreinit
  13687. adbreinit
  13688. adobe
  13689. adobe
  13690. acrobat
  13691. exchange
  13692. 2.0.1r3
  13693. adobe
  13694. acrobat
  13695. reader
  13696. advanced
  13697. advanced
  13698. color
  13699. imaging
  13700. sample
  13701. applications
  13702. tools
  13703. terminology
  13704. aegizmos
  13705. aegizmos
  13706. 1.4.2
  13707. aetracker
  13708. aetracker
  13709. alias
  13710. alias
  13711. analysis
  13712. analyzer
  13713. appearance
  13714. appearance
  13715. 1.0.2
  13716. appearance
  13717. 1.0.4
  13718. apple
  13719. apple
  13720. cd-rom
  13721. handbook
  13722. apple
  13723. color
  13724. onescanner
  13725. d could not be found."
  13726.     return
  13727. end try
  13728. e    No Changeq
  13729. Dev.CD Dec 99 RL Disk 1
  13730. w--set theItem to choose file -- uncomment to test in an AS editor
  13731.     tell application "Finder"
  13732.         open item "Developer CD (II)
  13733. Excellent CD (I)"
  13734.         activate
  13735.     end tell
  13736. on error errMsg number errNum
  13737.     --enter statements to perform when no records are found such as...
  13738.     display dialog "Sorry, the item you selected could not be found."
  13739.     return
  13740. end try
  13741. hips with a wide range of useful sample programs. We
  13742. ll describe many of those in more detail below.) These sam
  13743. Eples illustrate many common applications features, including:
  13744. 1. Multiple document windows. 
  13745. 2. Disk files for persistent data. 
  13746. 3. Menu items for modifying the data. 
  13747. 4. Buttons for modifying the data. 
  13748. 5. Modal dialogs. 
  13749. 6. Printing. 
  13750. 7. Custom application and document icons. 
  13751. 8. Customized 
  13752. About this program
  13753.  dialog. 
  13754. J'Sample Code.img
  13755. Windows Sample Code.imgK
  13756. Nov 99M
  13757. PowerPlantO
  13758. Dev.CD Feb 00 TC:Sample Code:
  13759. JNDAM Generator 2 US
  13760. Graphical interface
  13761. List interface
  13762. Password interface
  13763. Query tell application "Finder"
  13764.         open item "Dev.CD Jul 99 SDK1:Development Kits:Mac OS:MRJ SDK 2.1 EA3:"
  13765.         activate
  13766.     end tell
  13767. on error errMsg number errNum
  13768.     --enter statements to perform when no records are found such as...
  13769.     display dialog "Sorry, the item you selected could not be found."
  13770.     return
  13771. end try
  13772. elected could not be found."
  13773.     return
  13774. end try
  13775. All Packages
  13776. Dev.CD Apr 97 SSWP
  13777. Dev.CD Apr 97 SSV
  13778. 1928X
  13779. Apr 97
  13780. f--set theItem to choose file -- uncomment to test in an AS editor
  13781.     tell application "Finder"
  13782.         open item "Dev.CD Apr 97 SSW"
  13783.         activate
  13784.     end tell
  13785. on error errMsg number errNum
  13786.     --enter statements to perform when no records are found such as...
  13787.     display dialog "Sorry, the item you selected could not be found."
  13788.     return
  13789. end try
  13790. All Packages
  13791. 1929X
  13792. query
  13793. querys
  13794. question
  13795. questionaire
  13796. questionaires
  13797. questionnaire
  13798. questions
  13799. queue
  13800. quick
  13801. quickdraw
  13802. quickdraw
  13803. graphics
  13804. library
  13805. define
  13806. quickdraw
  13807. dimension
  13808. macintosh
  13809. graphics
  13810. pablo
  13811. quickdraw
  13812. enables
  13813. computer
  13814. display
  13815. three-dimensio
  13816. quickdraw's
  13817. quickdrax
  13818. quickly
  13819. quickstart
  13820. quicktake
  13821. quicktime
  13822. W   return
  13823. end try
  13824. Mar 92M-System 7, a DAL Server under VMS, MacOS, A/UXOlDev.CD Feb 00 TC:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager US Demo :PwDev.CD Feb 00 TC
  13825.  - Tool Chest
  13826.  - Interapplication Communication
  13827.  - Data Access Manager
  13828.  - Data Access Manager US Demo V
  13829. 5863X
  13830. Feb 00^
  13831. --set theItem to choose file -- uncomment to test in an AS editor
  13832.     tell application "Finder"
  13833.         open item "Dev.CD Feb 00 TC:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager US Demo :"
  13834.         activate
  13835.     end tell
  13836. on error errMsg number errNum
  13837.     --enter statements to perform when no records are found such as...
  13838.     display dialog "Sorry, the item you selected could not be found."
  13839.     return
  13840. end try
  13841. e    No Changeq
  13842. Dev.CD Feb 00 TC
  13843. D!All Packages
  13844. Mac OS SDK Edition
  13845. DeBabelizer 3.0
  13846.     found."
  13847.     return
  13848. end try
  13849. e    No Changef
  13850. performance analysisq
  13851. Dev.CD Feb 00 TC
  13852. All Packages
  13853. MultiFinder 6.1b9V
  13854. 4241X
  13855. 160/180
  13856. appleshare/file
  13857. applesingle/appledou
  13858. applet
  13859. appletalkW
  13860. appletalk's
  13861. 1932X
  13862. Jun 97
  13863. f--set theItem to choose file -- uncomment to test in an AS editor
  13864.     tell application "Finder"
  13865.         open item "Dev.CD Jun 97 SSW"
  13866.         activate
  13867.     end tell
  13868. on error errMsg number errNum
  13869.     --enter statements to perform when no records are found such as...
  13870.     display dialog "Sorry, the item you selected could not be found."
  13871.     return
  13872. end try
  13873. All Packages
  13874. Dev.CD Jun 97 SSWP
  13875. Dev.CD Jun 97 SSV
  13876. 1933X
  13877. Jun 97
  13878. f--set theItem to choose file -- uncomment to test in an AS editor
  13879.     tell application "Finder"
  13880.         open item "Dev.CD Jan 96 SSW"
  13881.         activate
  13882.     end tell
  13883. on error errMsg number errNum
  13884.     --enter statements to perform when no records are found such as...
  13885.     display dialog "Sorry, the item you selected could not be found."
  13886.     return
  13887. end try
  13888. nbplookup
  13889. neighborhood
  13890. netsprocket
  13891. netstat
  13892. netware
  13893. network
  13894. network
  13895. administrator
  13896. network
  13897. driver
  13898. network
  13899. management
  13900. network
  13901. preferences
  13902. network
  13903. server
  13904. network
  13905. setup
  13906. network
  13907. software
  13908. networking
  13909. networking
  13910. communications
  13911. newgworld
  13912. no-copy
  13913. no-copy
  13914. receives
  13915. notes
  13916. novell
  13917. nubus
  13918. number
  13919. number
  13920. formatting
  13921. object
  13922. object
  13923. object-oriented
  13924. objective-c
  13925. objects
  13926. 6.3.3
  13927. quick
  13928. reference
  13929. first
  13930. diskrestore
  13931. display
  13932. display
  13933. display
  13934. device
  13935. driver
  13936. guide
  13937. displaymanager
  13938. displaymanager
  13939. dispnamereg
  13940. distribution
  13941. distributors/localiz
  13942. dk-danish
  13943. Jun 97
  13944. f--set theItem to choose file -- uncomment to test in an AS editor
  13945.     tell application "Finder"
  13946.         open item "Dev.CD Jun 97 SSW"
  13947.         activate
  13948.     end tell
  13949. on error errMsg number errNum
  13950.     --enter statements to perform when no records are found such as...
  13951.     display dialog "Sorry, the item you selected could not be found."
  13952.     return
  13953. end try
  13954. All Packages
  13955. Dev.CD Jun 97 SSWP
  13956. Dev.CD Jun 97 SSV
  13957. 1936X
  13958. Jun 97
  13959. All Packages
  13960. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  13961. Dev.CD Jan 94
  13962. Dev.CD Oct 93
  13963. Dev.CD Jul 93
  13964. Dev.CD Apr 93PDDev.CD Apr 94
  13965. Dev.CD Jan 94
  13966. Dev.CD Oct 93
  13967. Dev.CD Jul 93
  13968. Dev.CD Apr 9V
  13969. 6628X
  13970. Apr 94
  13971. --set theItem to choose file -- uncomment to test in an AS editor
  13972.     tell application "Finder"
  13973.         open item "Dev.CD Apr 94
  13974. Dev.CD Jan 94
  13975. Dev.CD Oct 93
  13976. Dev.CD Jul 93
  13977. Dev.CD Apr 93"
  13978.         activate
  13979.     end tell
  13980. on error errMsg number errNum
  13981.     --enter statements to perform when no records are found such as...
  13982.     display dialog "Sorry, the item you selected could not be found."
  13983.     return
  13984. end try
  13985. All Packages
  13986. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  13987. Dev.CD Jan 94
  13988. Dev.CD Oct 93
  13989. Dev.CD Jul 93
  13990. Dev.CD Apr 93PDDev.CD Apr 94
  13991. Dev.CD Jan 94
  13992. Dev.CD Oct 93
  13993. Dev.CD Jul 93
  13994. Dev.CD Apr 9V
  13995. 6629X
  13996. Apr 94
  13997. general-purpose
  13998. generally
  13999. generate
  14000. generated
  14001. MPW etc.imgK
  14002. Nov 97N
  14003. debuggerO6Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW etc.:P>Dev.CD Feb 00 TC
  14004.  - Tool Chest
  14005.  - Development Kits
  14006.  - MPW etc.V
  14007. 6536X
  14008. Feb 00^
  14009. --set theItem to choose file -- uncomment to test in an AS editor
  14010.     tell application "Finder"
  14011.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW etc.:"
  14012.         activate
  14013.     end tell
  14014. on error errMsg number errNum
  14015.     --enter statements to perform when no records are found such as...
  14016.     display dialog "Sorry, the item you selected could not be found."
  14017.     return
  14018. end try
  14019. music
  14020. quicktime
  14021. music
  14022. architecture
  14023. david
  14024. must-have
  14025. mybuildmenu
  14026. myself
  14027. mysteries
  14028. mystery
  14029. naked
  14030. named
  14031. namely
  14032. names
  14033. nasty
  14034. natick
  14035. editing
  14036. editor
  14037. effects
  14038. eject
  14039. electronics
  14040. elements
  14041. email
  14042. embed
  14043. emulator
  14044. enabled
  14045. enabler
  14046. encoding
  14047. endpoint
  14048. endpoints
  14049. engine
  14050. engine
  14051. internet
  14052. sherlock
  14053. enterprise
  14054. entertainment
  14055. environment
  14056. eomodeler
  14057. eomodeler
  14058. database
  14059. error
  14060. applesearch
  14061. appleshare
  14062. gateway
  14063. ethernet
  14064. ethernet
  14065. built-in
  14066. address
  14067. burned-in
  14068. address
  14069. getenetaddr
  14070. ethernet
  14071. multicast
  14072. mdata
  14073. 802.2
  14074. 802.3
  14075. ethertalk
  14076. etsda
  14077. event
  14078. events
  14079. exchange
  14080. expansion
  14081. extension
  14082. external
  14083. extractor
  14084. faceless
  14085. family
  14086. fcode
  14087. features
  14088. feedback
  14089. ivate@
  14090. add-ons@
  14091. addendum@
  14092. adobe's@
  14093. adsp@
  14094. advance@
  14095. agree@
  14096. alexander@
  14097. all-in-one@
  14098. along@
  14099. also@
  14100. always
  14101. among@
  14102. amounts@
  14103. example
  14104. opengl
  14105. drawsprocket
  14106. integration
  14107. extension
  14108. which
  14109. enables
  14110. developers
  14111. adopt
  14112. high-leve@
  14113. analyzing@
  14114. and/or@
  14115. animators@
  14116. anymore@
  14117. apoplexy@
  14118. apple
  14119. apple
  14120. detectors
  14121. technology
  14122. scans
  14123. searchi@
  14124. applemrjsetup@
  14125. appletalk/ip@
  14126. application's@
  14127. applications@
  14128. applied@
  14129. arbitrary@
  14130. architecture/roadmap@
  14131. area@
  14132. arrived@
  14133. article@
  14134. as-is@
  14135. asip@
  14136. aslm@
  14137. beaker@
  14138. beep@
  14139. beyond@
  14140. booth@
  14141. boxes@
  14142. bringing@
  14143. bugfix@
  14144. build@
  14145. butcdef@
  14146. un 97
  14147. All Packages
  14148. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  14149. Dev.CD Jan 94
  14150. Dev.CD Oct 93
  14151. Dev.CD Jul 93P6Dev.CD Apr 94
  14152. Dev.CD Jan 94
  14153. Dev.CD Oct 93
  14154. Dev.CD Jul 9V
  14155. 6777X
  14156. Apr 94
  14157. --set theItem to choose file -- uncomment to test in an AS editor
  14158.     tell application "Finder"
  14159.         open item "Dev.CD Apr 94
  14160. Dev.CD Jan 94
  14161. Dev.CD Oct 93
  14162. Dev.CD Jul 93"
  14163.         activate
  14164.     end tell
  14165. on error errMsg number errNum
  14166.     --enter statements to perform when no records are found such as...
  14167.     display dialog "Sorry, the item you selected could not be found."
  14168.     return
  14169. end try
  14170. All Packages
  14171. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  14172. Dev.CD Jan 94
  14173. Dev.CD Oct 93
  14174. Dev.CD Jul 93P6Dev.CD Apr 94
  14175. Dev.CD Jan 94
  14176. Dev.CD Oct 93
  14177. Dev.CD Jul 9V
  14178. 6778X
  14179. Apr 94
  14180. light
  14181. backs
  14182. backup
  14183. backwards
  14184. bal's
  14185. balance
  14186. balloon
  14187. 5864X
  14188. Jan 00^
  14189. --set theItem to choose file -- uncomment to test in an AS editor
  14190.     tell application "Finder"
  14191.         open item "Dev.CD Jan 00 SDK1:Interactive Media Resources:"
  14192.         activate
  14193.     end tell
  14194. on error errMsg number errNum
  14195.     --enter statements to perform when no records are found such as...
  14196.     display dialog "Sorry, the item you selected could not be found."
  14197.     return
  14198. end try
  14199. e    No ChangefJpalette
  14200. color bit depth
  14201. batch processing
  14202. optimizing
  14203. conditional statementsq
  14204. Dev.CD Jan 00 SDK1
  14205. D!All Packages
  14206. Tool Chest Edition
  14207. Debugging Modern Memory Manager
  14208.     tell application "Finder"
  14209.         open item "Dev.CD Jun 97 SSW"
  14210.         activate
  14211.     end tell
  14212. on error errMsg number errNum
  14213.     --enter statements to perform when no records are found such as...
  14214.     display dialog "Sorry, the item you selected could not be found."
  14215.     return
  14216. end try
  14217. All Packages
  14218. Dev.CD Jun 97 SSWP
  14219. Dev.CD Jun 97 SSV
  14220. 1945X
  14221. Jun 97
  14222. For years multimedia developers have regarded Equilibrium's DeBabelizer as the graphic application equivalent of the Swiss Army Knife. It's ability to open, manipulate and save in almost any graphic file format for a wide range of platforms has been indispensable. Add to this the ability to run an automated "Batch" process on a set of files with a series of graphic manipulations and you have a tool that saves time, effort and money. With the introduction of version 3.0 for the Macintosh EqB
  14223. uilibrium has added a host of new features that offer professional control of still, video and web graphics and a greatly improved user interface.
  14224. Jul 98RJ Redistribution SDK includes the 
  14225. MRJ Redistribution.smi
  14226.  that you will bundle with your own product.  Installing and running MRJ will require additional memory and disk space over that needed for your product.  Refer to the document 
  14227. About MRJ 2.1.4
  14228.  for MRJ
  14229. s system requirements.
  14230. CD Jun 97 SSV
  14231. 1948X
  14232. Jun 97
  14233. generates
  14234. generating
  14235. generation
  14236. gestaltW
  14237. getkeys
  14238. getstdfilterproc
  14239. getting
  14240. getting/setting
  14241. given
  14242. gives
  14243. giving
  14244. glance
  14245. global
  14246. global-aware
  14247. globals
  14248. glossaries
  14249. glossary
  14250. glyphs
  14251. going
  14252. goodies
  14253. grabber
  14254. grammatical
  14255. graphic
  14256. graphical
  14257. graphics
  14258. grayscale
  14259. great
  14260. greater
  14261. greatly
  14262. green
  14263. group
  14264. groups
  14265. Advanced Web Site Technique.pdf
  14266. Avoid Audio Pitfalls Guide.pdf
  14267. CompbasedMediaBroadcastEnv
  14268. Creating MIDI for the Web3.pdf
  14269. DeBabelizer 3.0.pdf
  14270. Design For Reuse.pdf
  14271. DesignForRobustness
  14272. Digital Asset Management.pdf
  14273. Digital Storyboard.pdf 
  14274. DVD Development.pdf
  14275. DVD_Primer.pdf
  14276. Enhanced CD Survival Guide.pdf
  14277. EOModeler
  14278. Frameworks.pdf
  14279. Gender-Based Title Creation.pdf
  14280. Int_Media_Writer_Resources.pdf
  14281. Java Survival Guide.pdf
  14282. Making Cool QD3D Apps.pdf
  14283. Music on the Net.pdf
  14284. New Audio Features QT3.pdf
  14285. Porting
  14286. kObjectiveCtoJava
  14287. Push Tech Survival Gd.pdf
  14288. QT3-More Than Dig. Video.pdf
  14289. Simplified Stream Audio.pdf
  14290. Web Animation Guide.pdf
  14291. WebObjects Database Part I.pdf
  14292. WebObjects Database Part II.pdf
  14293. WebObjects Memory Mgmt.pdf
  14294. WebObjects Tools and Techniques
  14295. WebObjectsCategories&Posers.pdf
  14296. WebObjectsPerformanceTuning
  14297. Working with WebObjects.pdf
  14298. Writing for Interactive Media
  14299. er code is contained in the source files MRJAppleSetup.c and MRJApple.c.
  14300.  The Apple Installer example is comprised of two
  14301. Jul 98M
  14302. Acrobat Reader 3.0NNpalette, color bit depth, batch processing, optimizing, conditional statementsO/Dev.CD Jan 00 SDK1:Interactive Media Resources:P1Dev.CD Jan 00 SDK1
  14303.  - Interactive Media Resourcesincluded as a installer setup function.  The second target, 
  14304. Apple Installer
  14305.  generates a resource file called APPLEMRJ.rsrc that is to be included as an installer action atom called during the install.
  14306. Installer VISE example
  14307.  The Installer VISE wrapper code is contained in the source file
  14308.  MRJVise.c.
  14309.  The Installer VISE example generates an installer extension called VISEMRJ.rsrc.
  14310.  The Installer VISE example is set up to be called at initialization of the installer.  In the VISE External Code settings, specify that this extension needs to be called at initialization and before the install.
  14311. Stuffit InstallerMaker example
  14312.  The Stuffit InstallerMaker wrapper code is contained in the source file MRJStuffit.c.
  14313.  The Stuffit Installer example generates an installer extension 
  14314. chest
  14315. editionW
  14316. 3.2.1
  14317. 3.2.3
  14318. 3.6.5
  14319. 3/5-slot
  14320. 300-mhz
  14321. 38400/8/n/1
  14322. 3d-party
  14323. 3d-the
  14324. 4.0.8
  14325. 4.5.2
  14326. 40-60
  14327. 4400/200
  14328. program
  14329. control
  14330. access
  14331. 5300c/1005300ce/1173
  14332. 58.1.5
  14333. 5thcolumnW
  14334. 6.0.4
  14335. 6.3.1
  14336. 6.3.2
  14337. add-ons
  14338. addchange
  14339. added
  14340. addheader
  14341. adding
  14342. addition
  14343. additional
  14344. additionally
  14345. additions
  14346. addresmenu
  14347. addresmenu7.1
  14348. address
  14349. address
  14350. resolution
  14351. protocol
  14352. protocol
  14353. mapping
  14354. addresses
  14355. addressing
  14356. adequate
  14357. adevs
  14358. adhere
  14359. adjust
  14360. adjustable
  14361. adjustments
  14362. admin
  14363. administration
  14364. administrator's
  14365. administrators
  14366. adobe
  14367. Developer CD (II)P
  14368. Developer CD (IIV
  14369. 5108X
  14370. er CD 
  14371. f--set theItem to choose file -- uncomment to test in an AS editor
  14372.     tell application "Finder"
  14373.         open item "Developer CD (II)"
  14374.         activate
  14375.     end tell
  14376. on error errMsg number errNum
  14377.     --enter statements to perform when no records are found such as...
  14378.     display dialog "Sorry, the item you selected could not be found."
  14379.     return
  14380. end try
  14381. All Packages
  14382. 6.0.3O$Developer CD (III)
  14383. Developer CD (II)P#Developer CD (III)
  14384. Developer CD (IIV
  14385. 5109X
  14386. er CD 
  14387. y--set theItem to choose file -- uncomment to test in an AS editor
  14388.     tell application "Finder"
  14389.         open item "Developer CD (III)
  14390. Developer CD (II)"
  14391.         activate
  14392.     end tell
  14393. on error errMsg number errNum
  14394.     --enter statements to perform when no records are found such as...
  14395.     display dialog "Sorry, the item you selected could not be found."
  14396.     return
  14397. end try
  14398. All Packages
  14399. 6.0.3V
  14400. 5110X
  14401. b--set theItem to choose file -- uncomment to test in an AS editor
  14402.     tell application "Finder"
  14403.         open item "Dev.CD Jul 93"
  14404.         activate
  14405.     end tell
  14406. on error errMsg number errNum
  14407.     --enter statements to perform when no records are found such as...
  14408.     display dialog "Sorry, the item you selected could not be found."
  14409.     return
  14410. end try
  14411.     return
  14412. end try
  14413. expanded
  14414. expands
  14415. expansion
  14416. explaining
  14417. explains
  14418. explanation
  14419. explicit
  14420. exploded
  14421. exploit
  14422. exploiting
  14423. explored
  14424. explores
  14425. exploring
  14426. export
  14427. exported
  14428. exposed
  14429. exposure
  14430. express
  14431. expressions
  14432. expressive
  14433. extend
  14434. extended
  14435. extending
  14436. extends
  14437. extensible
  14438. extension
  14439. packages
  14440. All Packages
  14441. System Enabler 065 (LC 575)O
  14442. Dev.CD Apr 94
  14443. Dev.CD Jan 94P
  14444. Dev.CD Apr 94
  14445. Dev.CD Jan 9V
  14446. 6716X
  14447. Apr 94
  14448. p--set theItem to choose file -- uncomment to test in an AS editor
  14449.     tell application "Finder"
  14450.         open item "Dev.CD Apr 94
  14451. Dev.CD Jan 94"
  14452.         activate
  14453.     end tell
  14454. on error errMsg number errNum
  14455.     --enter statements to perform when no records are found such as...
  14456.     display dialog "Sorry, the item you selected could not be found."
  14457.     return
  14458. end try
  14459. All Packages
  14460. System Enabler 065 (LC 575)O
  14461. Dev.CD Apr 94
  14462. Dev.CD Jan 94P
  14463. Dev.CD Apr 94
  14464. Dev.CD Jan 9V
  14465. 6717X
  14466. Apr 94
  14467. p--set theItem to choose file -- uncomment to test in an AS editor
  14468.     tell application "Finder"
  14469.         open item "Dev.CD Apr 94
  14470. Dev.CD Jan 94"
  14471.         activate
  14472.     end tell
  14473. on error errMsg number errNum
  14474.     --enter statements to perform when no records are found such as...
  14475.     display dialog "Sorry, the item you selected could not be found."
  14476.     return
  14477. end try
  14478. 2JxALM_SDK_Doc.html
  14479. Generic
  14480. Generic ALM Module.CWPro2
  14481. Graphics
  14482. Install ALM 1.0.2
  14483. Install ALM 2.0.1
  14484. Makefile
  14485. Objects
  14486. SourcesK
  14487. Apr 97L
  14488. Mar 98MOMacOS 8 is required for ALM 2.0. ALM 1.0.2 will install on System 7.6 or 7.6.1.NNLocation, ALM, Configuration, Setting, Preference, Switch, Module, EnvironmentOBDev.CD Jan 00 SDK1:Development Kits:Mac OS:Apple Location Manager:PJDev.CD Jan 00 SDK1
  14489.  - Development Kits
  14490.  - Mac OS
  14491.  - Apple Location ManagerV
  14492. 5753X
  14493. Jan 00^
  14494. --set theItem to choose file -- uncomment to test in an AS editor
  14495.     tell application "Finder"
  14496.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Apple Location Manager:"
  14497.         activate
  14498.     end tell
  14499. on error errMsg number errNum
  14500.     --enter statements to perform when no records are found such as...
  14501.     display dialog "Sorry, the item you selected could not be found."
  14502.     return
  14503. end try
  14504. e    No ChangefGLocation
  14505. Configuration
  14506. Setting
  14507. Preference
  14508. Switch
  14509. Module
  14510. Environmentq
  14511. Dev.CD Jan 00 SDK1
  14512. oracle@
  14513. organizational@
  14514. otgetendpointinfo@
  14515. others@
  14516. outline@
  14517. overview@
  14518. packet@
  14519. panels@
  14520. particular@
  14521. party@
  14522. pbwriteasync@
  14523. peoplesoft@
  14524. perfectly@
  14525. phone@
  14526. pixpat@
  14527. places@
  14528. plain-text@
  14529. plugging@
  14530. port@
  14531. post@
  14532. pottier@
  14533. power
  14534. developer
  14535. note@
  14536. powerbook@
  14537. predecessor@
  14538. premiere@
  14539. previous@
  14540. prices@
  14541. prints@
  14542. procedures@
  14543. produce@
  14544. producer/consumer@
  14545. production@
  14546. proficient@
  14547. programmatic@
  14548. promotional@
  14549. protocol's@
  14550. provide@
  14551. provided@
  14552. providing@
  14553. qtic-savvy@
  14554. summary
  14555. summary
  14556. 5thcolumn
  14557. allows
  14558. control
  14559. informati@
  14560. summary
  14561. adobe's
  14562. acrobat
  14563. exchange
  14564. enables
  14565. users
  14566. summary
  14567. apple
  14568. directions
  14569. developer
  14570. business
  14571. report
  14572. 1-12/@
  14573. summary
  14574. cfm-68k
  14575. runtime
  14576. architecture
  14577. 68k-based
  14578. maci@
  14579. buttons
  14580. devices
  14581. directional
  14582. elements
  14583. int'l
  14584. developer
  14585. contacts
  14586. interactive
  14587. interactive
  14588. success
  14589. guide
  14590. interapplication
  14591. interface
  14592. interfaces&libraries
  14593. international
  14594. international
  14595. 1.5.1
  14596. iso9660
  14597. issue
  14598. 1.0fc1
  14599. creating
  14600. creating
  14601. pippin
  14602. cdroms
  14603. creation
  14604. creator
  14605. creator
  14606. registration
  14607. cslidercontrol
  14608. cslidercontrol
  14609. cslidercontrol
  14610. cslidercontrol
  14611. csmp-digest-readme
  14612. csmp-digest-readme
  14613. csmp-digest-v3-001
  14614. csmp-digest-v3-002
  14615. csmp-digest-v3-003
  14616. csmp-digest-v3-004
  14617. csmp-digest-v3-005
  14618. csmp-digest-v3-006
  14619. csmp-digest-v3-007
  14620. csmp-digest-v3-008
  14621. csmp-digest-v3-009
  14622. csmp-digest-v3-010
  14623. ucts. 
  14624.  Monitor the MRJ web site at http://developer.apple.com/java/ for additional documentation, information about future releases, known problems, and other MRJ news.
  14625. Known issues
  14626.  Java Epoch Date: Java
  14627. s internal clock calculates dates as the time since January 1, 1970. If the system clock on your Macintosh is set to an earlier date, Java applets and applications may hang or exhibit other unusual behavior. Ensure that the current date 
  14628. compilable
  14629. authentication
  14630. authoring
  14631. autoguest
  14632. autoguest
  14633. user's
  14634. guide
  14635. autoguest
  14636. autotest
  14637. auxiliary
  14638. avoid
  14639. avoid
  14640. audio
  14641. pitfalls
  14642. guide
  14643. b-british
  14644. control
  14645. balloonify
  14646. balloonify
  14647. balloonify
  14648. balloony
  14649. balloony
  14650. balloony
  14651. resources
  14652. balloonyhelp
  14653. balloonyhelp
  14654. balloonyres
  14655. balloonyres
  14656. barnesandnoble
  14657. barnesandnoble
  14658. basic
  14659. basic
  14660. connectivity
  14661. 1.1.1
  14662. bbedit
  14663. bbedit
  14664. extensions
  14665. bbedit
  14666. bbedit
  14667. quickstart
  14668. before
  14669. begin
  14670. benelux
  14671. benelux
  14672. distributors/localiz
  14673. betabase
  14674. betabase
  14675. bigeasy2
  14676. offers
  14677. official
  14678. officially
  14679. offsample
  14680. offscreen
  14681. offset
  14682. offsetting
  14683. often
  14684. on-line-service
  14685. on-screen
  14686. online
  14687. opendoc
  14688. operate
  14689. operating
  14690. operation
  14691. operations
  14692. opportunity
  14693. optimizer
  14694. optimizing
  14695. options
  14696. gender-based
  14697. gender-based
  14698. title
  14699. creation
  14700. general
  14701. general
  14702. tools
  14703. generator
  14704. generic
  14705. generic
  14706. module
  14707. cwpro2
  14708. german
  14709. german
  14710. 1.1.3
  14711. istributors/localiz
  14712. gestalt
  14713. gestalt
  14714. gestalt
  14715. selectors
  14716. gestalt
  14717. submission
  14718. config
  14719. getbootvol
  14720. getbootvol
  14721. getdinfo
  14722. getdinfo
  14723. getdir
  14724. getdir
  14725. geteof
  14726. geteof
  14727. getfinfo
  14728. getfinfo
  14729. gethelpstrings
  14730. geticon
  14731. geticon
  14732. getinfo
  14733. getinfo
  14734. getkeys
  14735. getlastchange
  14736. getmfsize
  14737. getmode
  14738. getmode
  14739. getsetoptions
  14740. getsetoptions
  14741. getsetoptions-68k
  14742. getsetoptions-ppc
  14743. getting
  14744. getting
  14745. started
  14746. getvinfo
  14747. getvinfo
  14748. one's
  14749. one-time
  14750. onescanner
  14751. online
  14752. ooptesample
  14753. opaque
  14754. opcode
  14755. opcodes
  14756. skills
  14757. skipped
  14758. slated
  14759. sleuthing
  14760. slots
  14761. slower
  14762. editor
  14763. edittextcdev
  14764. mini-conference
  14765. report
  14766. gif89a
  14767. embedding
  14768. profile
  14769. embedding
  14770. profiles
  14771. embedding
  14772. profiles
  14773. embedding
  14774. profiles
  14775. embedding
  14776. profiles
  14777. emulator
  14778. emulator
  14779. update
  14780. extension
  14781. enabler
  14782. encodings
  14783. engineering
  14784. engines
  14785. english
  14786. englishmiscellaneous
  14787. englishmiscellaneous
  14788. englishmiscellaneous
  14789. englishterminology
  14790. englishterminology
  14791. englishterminology
  14792. enhanced
  14793. enhanced
  14794. survival
  14795. guide
  14796. environment
  14797. eomodeler
  14798. eomodeler
  14799. errata
  14800. ethernet
  14801. event
  14802. apple
  14803. ethernet
  14804. apple
  14805. video
  14806. example
  14807. example
  14808. examples
  14809. experimental
  14810. reuse
  14811. revision
  14812. rfc1332
  14813. rfc1332
  14814. rfc1334
  14815. rfc1334
  14816. authentication
  14817. rfc1378
  14818. rfc1378
  14819. rfc1570
  14820. rfc1570
  14821. rfc1618
  14822. rfc1618
  14823. rfc1661
  14824. rfc1661
  14825. rfc1662
  14826. rfc1662
  14827. rhapsody
  14828. rhapsody
  14829. richardson
  14830. rights
  14831. rinaldi
  14832. runtime
  14833. sample
  14834. sample
  14835. management
  14836. manager
  14837. manalyzer
  14838. manalyzer
  14839. manalyzer
  14840. manalyzer
  14841. relase
  14842. notes
  14843. manalyzer
  14844. relase
  14845. notes
  14846. media
  14847. memory
  14848. memory
  14849. management
  14850. menutest
  14851. message
  14852. meta-content
  14853. meta-content
  14854. format
  14855. metrowerks
  14856. metrowerks
  14857. build
  14858. script
  14859. minimaldeclrom
  14860. minimaldeclrom
  14861. module
  14862. monitor
  14863. mountprojector
  14864. mountserver
  14865. moviecallbacks
  14866. program
  14867. Dev.CD Apr 95
  14868. Dev.CD Jan 95P
  14869. Dev.CD Apr 95
  14870. Dev.CD Jan 9V
  14871. 6311X
  14872. Apr 95
  14873. p--set theItem to choose file -- uncomment to test in an AS editor
  14874.     tell application "Finder"
  14875.         open item "Dev.CD Apr 95
  14876. Dev.CD Jan 95"
  14877.         activate
  14878.     end tell
  14879. on error errMsg number errNum
  14880.     --enter statements to perform when no records are found such as...
  14881.     display dialog "Sorry, the item you selected could not be found."
  14882.     return
  14883. end try
  14884. All Packages
  14885. QuickDraw GXO
  14886. Dev.CD Apr 95P
  14887. Dev.CD Apr 9V
  14888. 6312X
  14889. Apr 95
  14890. b--set theItem to choose file -- uncomment to test in an AS editor
  14891.     tell application "Finder"
  14892.         open item "Dev.CD Apr 95"
  14893.         activate
  14894.     end tell
  14895. on error errMsg number errNum
  14896.     --enter statements to perform when no records are found such as...
  14897.     display dialog "Sorry, the item you selected could not be found."
  14898.     return
  14899. end try
  14900. All Packages
  14901. QuickDraw GXO
  14902. Dev.CD Apr 95P
  14903. Dev.CD Apr 9V
  14904. 6313X
  14905. Apr 95
  14906. siteinfo
  14907. sites
  14908. sizetkl
  14909. sizetkl
  14910. sizetkl
  14911. slideshow
  14912. slotlook
  14913. slotlook
  14914. slotlook
  14915. slotlook
  14916. slotlook
  14917. slots
  14918. snapshot
  14919. snapshot
  14920. sample
  14921. snapshotsample
  14922. snapshotsample
  14923. snarfer
  14924. sndmemrecord
  14925. sndrecord
  14926. agent
  14927. specific
  14928. files
  14929. transports
  14930. staging
  14931. alerts
  14932. standalone
  14933. standalone
  14934. quick
  14935. start
  14936. standards
  14937. start
  14938. storyboard
  14939. stream
  14940. stress
  14941. stress
  14942. testing
  14943. tools
  14944. strip
  14945. stripunits
  14946. stuff
  14947. style
  14948. style
  14949. submission
  14950. success
  14951. suite
  14952. suites
  14953. suites
  14954. under
  14955. development
  14956. survey
  14957. survival
  14958. sweden
  14959. sweden
  14960. distributors/localiz
  14961. All Packages
  14962. F#System Enabler 040 (Centris/Quadra)O7Dev.CD Apr 94
  14963. Dev.CD Jan 94
  14964. Dev.CD Oct 93
  14965. Dev.CD Jul 93P6Dev.CD Apr 94
  14966. Dev.CD Jan 94
  14967. Dev.CD Oct 93
  14968. Dev.CD Jul 9V
  14969. 6690X
  14970. Apr 94
  14971. --set theItem to choose file -- uncomment to test in an AS editor
  14972.     tell application "Finder"
  14973.         open item "Dev.CD Apr 94
  14974. Dev.CD Jan 94
  14975. Dev.CD Oct 93
  14976. Dev.CD Jul 93"
  14977.         activate
  14978.     end tell
  14979. on error errMsg number errNum
  14980.     --enter statements to perform when no records are found such as...
  14981.     display dialog "Sorry, the item you selected could not be found."
  14982.     return
  14983. end try
  14984. All Packages
  14985. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  14986. Dev.CD Jan 94
  14987. Dev.CD Oct 93
  14988. Dev.CD Jul 93
  14989. Dev.CD Apr 93PDDev.CD Apr 94
  14990. Dev.CD Jan 94
  14991. Dev.CD Oct 93
  14992. Dev.CD Jul 93
  14993. Dev.CD Apr 9V
  14994. 6691X
  14995. Apr 94
  14996. 5865X
  14997. Feb 00^
  14998. --set theItem to choose file -- uncomment to test in an AS editor
  14999.     tell application "Finder"
  15000.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:"
  15001.         activate
  15002.     end tell
  15003. on error errMsg number errNum
  15004.     --enter statements to perform when no records are found such as...
  15005.     display dialog "Sorry, the item you selected could not be found."
  15006.     return
  15007. end try
  15008. e    No Changef+Memory Manager
  15009. Power Macintosh
  15010. heaps
  15011. memoryq
  15012. Dev.CD Feb 00 TC
  15013. D!All Packages
  15014. Mac OS SDK Edition
  15015. Debugging Sound ManagerI
  15016. A debug build of Sound Manager 3.2.1 that may be useful for tracking down sound related problems.
  15017. Features: A debug build of Sound Manager 3.2.1.J.Debug Sound Manager
  15018. Readme Debug Sound ManagerK
  15019. Jan 98N
  15020. Debug Sound Manager 3.2.1ObDev.CD Apr 98 SDK2:Development Kits (Disc 2):Sound Manager:For Developers:Debugging Sound Manager:ge
  15021. All Packages
  15022. Dev.CD Feb 98 SSWP
  15023. Dev.CD Feb 98 SSV
  15024. 1976X
  15025. Feb 98
  15026. network@
  15027. note@
  15028. html@
  15029. transport
  15030. 1.1.2@
  15031. opendoc
  15032. readme@
  15033. overview@
  15034. paper@
  15035. pascal@
  15036. picker@
  15037. player@
  15038. poptag@
  15039. profilerenamer
  15040. readme@
  15041. projectxpluginppc@
  15042. proto@
  15043. pubs@
  15044. survival
  15045. qttestapplet@
  15046. quickdraw
  15047. v1.5.2@
  15048. qwertytunes
  15049. filing
  15050. read@
  15051. sample@
  15052. readme@
  15053. readme
  15054. release
  15055. notes@
  15056. reuse@
  15057. rincludes@
  15058. runtime@
  15059. sample
  15060. sample
  15061. code@
  15062. sample
  15063. sample
  15064. makefiles@
  15065. scrapbook@
  15066. selectdir@
  15067. server@
  15068. servers@
  15069. sgcapture@
  15070. software@
  15071. soundmemrecord@
  15072. spain
  15073. distributors/localiz@
  15074. specs@
  15075. speech
  15076. recognition
  15077. manager
  15078. docs@
  15079. sphere@
  15080. stoppinf@
  15081. storyboard@
  15082. switch@
  15083. target@
  15084. tccalc@
  15085. testhidprobe@
  15086. encodings@
  15087. textchanger
  15088. 2.0.1@
  15089. textoid@
  15090. foundation's
  15091. four-color
  15092. four-digit
  15093. fractional
  15094. fragile
  15095. fragment
  15096. fragments
  15097. frame
  15098. frames
  15099. frames/sec
  15100. framework
  15101. framework-based
  15102. frameworks
  15103. francois
  15104. franke
  15105. freed
  15106. freeing
  15107. freely
  15108. freeware
  15109. french
  15110. freqforeverchange
  15111. frequency
  15112. frequently
  15113. f--set theItem to choose file -- uncomment to test in an AS editor
  15114.     tell application "Finder"
  15115.         open item "Dev.CD Jun 97 SSW"
  15116.         activate
  15117.     end tell
  15118. on error errMsg number errNum
  15119.     --enter statements to perform when no records are found such as...
  15120.     display dialog "Sorry, the item you selected could not be found."
  15121.     return
  15122. end try
  15123. pci-pci
  15124. pcmcia
  15125. container
  15126. ackages
  15127. Dev.CD Apr 98 SDKP
  15128. Dev.CD Apr 98 SDV
  15129. 1978X
  15130. Apr 98
  15131. f--set theItem to choose file -- uncomment to test in an AS editor
  15132.     tell application "Finder"
  15133.         open item "Dev.CD Apr 98 SDK"
  15134.         activate
  15135.     end tell
  15136. on error errMsg number errNum
  15137.     --enter statements to perform when no records are found such as...
  15138.     display dialog "Sorry, the item you selected could not be found."
  15139.     return
  15140. end try
  15141. All Packages
  15142. Dev.CD Jul 98 SSW/SDKP
  15143. Dev.CD Jul 98 SSW/SDV
  15144. 1979X
  15145. Jul 98
  15146. webobjects
  15147. database
  15148. webobjects
  15149. database
  15150. webobjects
  15151. webobjects
  15152. memory
  15153. webobjects
  15154. tools
  15155. techniques
  15156. webobjects36
  15157. webobjects36
  15158. webobjectsandjava
  15159. webobjectscategories
  15160. webobjectscategories
  15161. webobjectsperformanc
  15162. webobjectsperformanc
  15163. webobjectstoolsandte
  15164. webobjectstoolsandte
  15165. hypercard
  15166. what's
  15167. what's
  15168. 1.4.2
  15169. ggers, performance analysisO6Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW etc.:P>Dev.CD Feb 00 TC
  15170.  - Tool Chest
  15171.  - Development Kits
  15172.  - MPW etc.V
  15173. 4234X
  15174. Feb 00^
  15175. Revised
  15176. Summary:  This package contains a debugging version of the Modern Memory Manager. Once installed on Power Macintosh machines it allows the developer greater control in detecting and eliminating memory manager bugs. A control panel is provided which allows for dynamic enabling and disabling of the debugging features.
  15177. Features:
  15178. Check Heap on Entry - validate heap data structures on entry to Memory Manager calls.
  15179. Check Heap on Exit - validate heap data strutures on exit from Memory Manager c
  15180. alls.
  15181. Fill Free Blocks - fill disposed, emptied, or purged blocks with garbage.
  15182. Check Blocks - More robust check on validity of a handle or pointer passed into the Memory Manager
  15183. Issues:
  15184. When full robust checking is enabled, and VM is also enabled, your machine will slow to a crawl.
  15185. DMM may report errors when using Chooser.
  15186. System Heap doesn't have as robust error checking as other heaps
  15187. Memory Management.imgK
  15188. Apr 95L
  15189. Jan 96M
  15190. Any Power Macintosh.Jul 98 SSW/SDKV
  15191. 1982X
  15192. All Packages
  15193. F    QuickTimeO
  15194. Dev.CD Jan 95
  15195. Dev.CD Oct 94P
  15196. Dev.CD Jan 95
  15197. Dev.CD Oct 9V
  15198. 6354X
  15199. Jan 95
  15200. p--set theItem to choose file -- uncomment to test in an AS editor
  15201.     tell application "Finder"
  15202.         open item "Dev.CD Jan 95
  15203. Dev.CD Oct 94"
  15204.         activate
  15205.     end tell
  15206. on error errMsg number errNum
  15207.     --enter statements to perform when no records are found such as...
  15208.     display dialog "Sorry, the item you selected could not be found."
  15209.     return
  15210. end try
  15211. All Packages
  15212. F    QuickTimeO
  15213. Dev.CD Jan 95
  15214. Dev.CD Oct 94P
  15215. Dev.CD Jan 95
  15216. Dev.CD Oct 9V
  15217. 6355X
  15218. Jan 95
  15219. p--set theItem to choose file -- uncomment to test in an AS editor
  15220.     tell application "Finder"
  15221.         open item "Dev.CD Jan 95
  15222. Dev.CD Oct 94"
  15223.         activate
  15224.     end tell
  15225. on error errMsg number errNum
  15226.     --enter statements to perform when no records are found such as...
  15227.     display dialog "Sorry, the item you selected could not be found."
  15228.     return
  15229. end try
  15230. All Packages
  15231. Jul 99^
  15232. --set theItem to choose file -- uncomment to test in an AS editor
  15233.     tell application "Finder"
  15234.         open item "Dev.CD Jul 99 SDK1:What's New:Reference Library:Technical Publications:MacOSXServer:"
  15235.         activate
  15236.     end tell
  15237. on error errMsg number errNum
  15238.     --enter statements to perform when no records are found such as...
  15239.     display dialog "Sorry, the item you selected could not be found."
  15240.     return
  15241. end try
  15242. e    No Changef@MacOSXServer
  15243. AppKit
  15244. Foundation
  15245. Project Builder
  15246. Interface Builderq
  15247. Dev.CD Jul 99 SDK1
  15248. All Packages
  15249. F!Technical Publications: QuickTime
  15250. cSummary: Collection of QuickTime Developer Documentation for Video, sound, music, 3D, and virtual reality for Macintosh and Windows.
  15251. PDF documentation is only available on the Quick Time 4 SDK, and via the World Wide Web at: http://developer.apple.com/techpubs/index.html.
  15252. Features: Go to the QuickTime Site Updates page for a summary of recent changes.
  15253. Sep 981e    No Change
  15254. Summary: This package provides English error messages for OS errors and result codes
  15255. Features: All result codes from IM-I through IM-VI are included. This submission adds a failure handler and code that displays a stack crawl following A6 links.J
  15256. General tools.imgK
  15257. Vol VIIIL
  15258. Mar 92M
  15259. Works with THINK C, MPW C and MPW Pascal.  Probably works with THINK Pascal, and might very well work with other development environments too.O>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Feb 00 TC
  15260.  - Tool Chest
  15261.  - Testing & Debugging
  15262.  - General toolsV
  15263. 6453X
  15264. Feb 00^
  15265. --set theItem to choose file -- uncomment to test in an AS editor
  15266.     tell application "Finder"
  15267.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:"
  15268.         activate
  15269.     end tell
  15270. on error errMsg number errNum
  15271.     --enter statements to perform when no records are found such as...
  15272.     display dialog "Sorry, the item you selected could not be found."
  15273.     return
  15274. end try
  15275. OBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD Feb 00 TC
  15276.  - Tool Chest
  15277.  - Testing & Debugging
  15278.  - Memory Managementool Chest:Toolbox:MountAlias 1.0:"
  15279.         activate
  15280.     end tell
  15281. on error errMsg number errNum
  15282.     --enter statements to perform when no records are found such as...
  15283.     display dialog "Sorry, the item you selected could not be found."
  15284.     return
  15285. end try
  15286. All Packages
  15287. Dev.CD Jul 98 SSW/SDKP
  15288. Dev.CD Jul 98 SSW/SDV
  15289. 1988X
  15290. Jul 98
  15291. j--set theItem to choose file -- uncomment to test in an AS editor
  15292.     tell application "Finder"
  15293.         open item "Dev.CD Jul 98 SSW/SDK"
  15294.         activate
  15295.     end tell
  15296. on error errMsg number errNum
  15297.     --enter statements to perform when no records are found such as...
  15298.     display dialog "Sorry, the item you selected could not be found."
  15299.     return
  15300. end try
  15301. All Packages
  15302. Dev.CD Jul 98 SSW/SDKP
  15303. Dev.CD Jul 98 SSW/SDV
  15304. 1989X
  15305. Jul 98
  15306. Dev.CD Apr 98 SDK2
  15307. D!All Packages
  15308. Mac OS SDK Edition
  15309. QuickTake for Windows 1.5
  15310. DIMPORTANT INFORMATION ABOUT THIS SDK
  15311. This package has been removed from the Developer CD. For the latest information on QuickTime development and products, please see the QuickTime web site at
  15312. http://www.apple.com/quicktime/.
  15313. QuickTake software for Windows developers.  Also see QuickTake Digital Camera SDK for more info.
  15314. untitled (DOS 1.4MB format)K
  15315. Sep 97N"QuickTake, Windows, Digital cameraOGDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake for Windows 1.5:PLDev.CD Apr 98 SDK2
  15316.  - Development Kits (Disc 2)
  15317.  - QuickTake for Windows 1.5V
  15318. 6351X
  15319. Apr 98^
  15320. receives
  15321. otbuffer
  15322. otbufferinfo
  15323. transport
  15324. rawip
  15325. transport
  15326. traceroute
  15327. rawip
  15328. transport
  15329. otgetendpointinfo
  15330. tendpointinfo
  15331. etsda
  15332. lette
  15333. palette
  15334. color
  15335. depth
  15336. batch
  15337. processing
  15338. optimizing
  15339. conditio
  15340. pan/tilt
  15341. panel
  15342. pascal
  15343. eb 00 TC
  15344. lD!All Packages
  15345. Tool Chest Edition
  15346. MPHelloWorld (Pascal)
  15347. ;Summary: DayStar Digital and Apple Computer, Inc. have designed a multiprocessing, multitasking, applications programming interface, the Multiprocessing API (MP API), for use in a new generation for PowerPC-based Mac OS multiprocessing systems. This is a Pascal version of the MP Sample code included with this SDK.
  15348. JFhelloWorld.rsrc
  15349. MPHelloWorld (Pascal)
  15350. MPHelloWorld (Pascal).
  15351. sources:K
  15352. Feb 97M2the MP library, but does not require a MP machine.N
  15353. Multi-processing,  MP PascalOcDev.CD Nov 99 TC:What's New:Development Kits:Multiprocessing SDK:Sample Code:MPHelloWorld (Pascal):PqDev.CD Nov 99 TC
  15354.  - What's New
  15355.  - Development Kits
  15356.  - Multiprocessing SDK
  15357.  - Sample Code
  15358.  - MPHelloWorld (Pascal)V
  15359. 4232X
  15360. Nov 99^
  15361. PmDev.CD Apr 98 SDK2
  15362.  - Development Kits (Disc 2)
  15363.  - Sound Manager
  15364.  - For Developers
  15365.  - Debugging Sound ManagerV
  15366. 5866X
  15367. Apr 98^
  15368. --set theItem to choose file -- uncomment to test in an AS editor
  15369.     tell application "Finder"
  15370.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):Sound Manager:For Developers:Debugging Sound Manager:"
  15371.         activate
  15372.     end tell
  15373. on error errMsg number errNum
  15374.     --enter statements to perform when no records are found such as...
  15375.     display dialog "Sorry, the item you selected could not be found."
  15376.     return
  15377. end try
  15378. e    No Changef
  15379. Debug Sound Manager 3.2.1q
  15380. Dev.CD Apr 98 SDK2
  15381. D!All Packages
  15382. Tool Chest Edition
  15383. Declaration ROMsIySummary:  Includes example declaration ROM sources, as well as exploded declaration ROM views of specific Apple products.JuEx Apple EtherNet ROM
  15384. Ex Apple Video ROM
  15385. Example Vid ROM from C&D
  15386. ExROM-1Func sResource
  15387. MinimalDeclROM.a
  15388. ROM diagramsK
  15389. Oct 92ge
  15390. rking
  15391.  - MoreNetworkSetup
  15392. N.Memory Manager, Power Macintosh, heaps, memoryto choose file -- uncomment to test in an AS editor
  15393.     tell application "Finder"
  15394.         open item "Dev.CD Dec 99 RL Disk 1:What's New:Sample Code:Networking:MoreNetworkSetup:"
  15395.         activate
  15396.     end tell
  15397. on error errMsg number errNum
  15398.     --enter statements to perform when no records are found such as...
  15399.     display dialog "Sorry, the item you selected could not be found."
  15400.     return
  15401. end try
  15402. e    No ChangefnTCP/IP AppleTalk reconfiguration Network Setup OTTCPWillDial AppleTalk on off enabled disabled active inactiveq
  15403. Dev.CD Dec 99 RL Disk 1
  15404. kD!All Packages
  15405. Tool Chest Edition
  15406. MountAlias 1.0I}Summary: MountAlias is a control panel device that automatically creates aliases to AppleShare volumes when they are mounted.J.MountAlias
  15407. MountAlias Info
  15408. MountAlias Info.txtK
  15409. Vol XIM
  15410. System 7.0 requiredO3Dev.CD Feb 00 TC:Tool Chest:Toolbox:MountAlias 1.0:P;Dev.CD Feb 00 TC
  15411.  - Tool Chest
  15412.  - Toolbox
  15413.  - MountAlias 1.0V
  15414. 4231X
  15415. Feb 00^
  15416. b--set theItem to choose file -- uncomment to test in an AS editor
  15417.     tell application "Finder"
  15418.         open item "Dev.CD Oct 94"
  15419.         activate
  15420.     end tell
  15421. on error errMsg number errNum
  15422.     --enter statements to perform when no records are found such as...
  15423.     display dialog "Sorry, the item you selected could not be found."
  15424.     return
  15425. end try
  15426. Jul 95
  15427. b--set theItem to choose file -- uncomment to test in an AS editor
  15428.     tell application "Finder"
  15429.         open item "Dev.CD Jul 95"
  15430.         activate
  15431.     end tell
  15432. on error errMsg number errNum
  15433.     --enter statements to perform when no records are found such as...
  15434.     display dialog "Sorry, the item you selected could not be found."
  15435.     return
  15436. end try
  15437. All Packages
  15438. System 7.5 Update 2.0O"Dev.CD May 96 TC
  15439. Dev.CD Jul 96 SSWP!Dev.CD May 96 TC
  15440. Dev.CD Jul 96 SSV
  15441. 6612X
  15442. May 96
  15443. w--set theItem to choose file -- uncomment to test in an AS editor
  15444.     tell application "Finder"
  15445.         open item "Dev.CD May 96 TC
  15446. Dev.CD Jul 96 SSW"
  15447.         activate
  15448.     end tell
  15449. on error errMsg number errNum
  15450.     --enter statements to perform when no records are found such as...
  15451.     display dialog "Sorry, the item you selected could not be found."
  15452.     return
  15453. end try
  15454. All Packages
  15455. System 7.5 Update 2.0O
  15456. Dev.CD Jul 96 SSWP
  15457. Dev.CD Jul 96 SSV
  15458. 6613X
  15459. Jul 96
  15460. OHDev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:Declaration ROMs:PSDev.CD Feb 00 TC
  15461.  - Tool Chest
  15462.  - Devices
  15463.  - NuBus/Slot Manager
  15464.  - Declaration ROMsV
  15465. 5867X
  15466. Feb 00^
  15467. --set theItem to choose file -- uncomment to test in an AS editor
  15468.     tell application "Finder"
  15469.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:Declaration ROMs:"
  15470.         activate
  15471.     end tell
  15472. on error errMsg number errNum
  15473.     --enter statements to perform when no records are found such as...
  15474.     display dialog "Sorry, the item you selected could not be found."
  15475.     return
  15476. end try
  15477. e    No Changeq
  15478. Dev.CD Feb 00 TC
  15479. D!All Packages
  15480. Tool Chest Edition
  15481. DefProcs
  15482.         No ChangefHhigh level
  15483. toolbox
  15484. MoreFiles
  15485. MoreIsBetter
  15486. wrapper
  15487. library codeq
  15488. Dev.CD Dec 99 RL Disk 1
  15489. All Packages
  15490. MoreNetworkSetup
  15491. 4230X
  15492. - Common
  15493.     - Sun Compliant Java Runtime Environment 1.1
  15494.     - QuickTime 3 
  15495.     - QTJava.zip
  15496.     - QTJava media samples
  15497. - Mac OS:
  15498.     - System 8 or later
  15499.     - Macintosh Runtime for Java (MRJ) 2.1
  15500. - Windows 95, 98, or NT::
  15501.     - JRE/JDK from Sun Microsystems, Inc. recommended
  15502. QuickTime, Java, MRJ
  15503. gestalttable@
  15504. gimedapalette@
  15505. gives@
  15506. grafports@
  15507. graphics@
  15508. grown@
  15509. guide@
  15510. guide-intelligent@
  15511. hand-coded@
  15512. handlers@
  15513. hands@
  15514. hangul@
  15515. hash@
  15516. haven't@
  15517. headaches@
  15518. header
  15519. files@
  15520. helper@
  15521. hexa@
  15522. hints@
  15523. horizon@
  15524. however@
  15525. http@
  15526. icon@
  15527. im-i@
  15528. n error errMsg number errNum
  15529.     --enter statements to perform when no records are found such as...
  15530.     display dialog "Sorry, the item you selected could not be found."
  15531.     return
  15532. end try
  15533. All Packages
  15534. Dev.CD Jan 99 SSWP
  15535. Dev.CD Jan 99 SSV
  15536. 2003X
  15537. Jan 99
  15538. All Packages
  15539. System Enabler 003 (LC III)OEDev.CD Apr 94
  15540. Dev.CD Jan 94
  15541. Dev.CD Oct 93
  15542. Dev.CD Jul 93
  15543. Dev.CD Apr 93PDDev.CD Apr 94
  15544. Dev.CD Jan 94
  15545. Dev.CD Oct 93
  15546. Dev.CD Jul 93
  15547. Dev.CD Apr 9V
  15548. 6660X
  15549. Apr 94
  15550. --set theItem to choose file -- uncomment to test in an AS editor
  15551.     tell application "Finder"
  15552.         open item "Dev.CD Apr 94
  15553. Dev.CD Jan 94
  15554. Dev.CD Oct 93
  15555. Dev.CD Jul 93
  15556. Dev.CD Apr 93"
  15557.         activate
  15558.     end tell
  15559. on error errMsg number errNum
  15560.     --enter statements to perform when no records are found such as...
  15561.     display dialog "Sorry, the item you selected could not be found."
  15562.     return
  15563. end try
  15564. All Packages
  15565. System Enabler 003 (LC III)OEDev.CD Apr 94
  15566. Dev.CD Jan 94
  15567. Dev.CD Oct 93
  15568. Dev.CD Jul 93
  15569. Dev.CD Apr 93PDDev.CD Apr 94
  15570. Dev.CD Jan 94
  15571. Dev.CD Oct 93
  15572. Dev.CD Jul 93
  15573. Dev.CD Apr 9V
  15574. 6661X
  15575. Apr 94
  15576. All Packages
  15577. System Enabler 088 (AVs)O
  15578. Dev.CD Apr 94
  15579. Dev.CD Jan 94P
  15580. Dev.CD Apr 94
  15581. Dev.CD Jan 9V
  15582. 6738X
  15583. Apr 94
  15584. p--set theItem to choose file -- uncomment to test in an AS editor
  15585.     tell application "Finder"
  15586.         open item "Dev.CD Apr 94
  15587. Dev.CD Jan 94"
  15588.         activate
  15589.     end tell
  15590. on error errMsg number errNum
  15591.     --enter statements to perform when no records are found such as...
  15592.     display dialog "Sorry, the item you selected could not be found."
  15593.     return
  15594. end try
  15595. All Packages
  15596. System Enabler 088 (AVs)O
  15597. Dev.CD Apr 94
  15598. Dev.CD Jan 94P
  15599. Dev.CD Apr 94
  15600. Dev.CD Jan 9V
  15601. 6739X
  15602. Apr 94
  15603. p--set theItem to choose file -- uncomment to test in an AS editor
  15604.     tell application "Finder"
  15605.         open item "Dev.CD Apr 94
  15606. Dev.CD Jan 94"
  15607.         activate
  15608.     end tell
  15609. on error errMsg number errNum
  15610.     --enter statements to perform when no records are found such as...
  15611.     display dialog "Sorry, the item you selected could not be found."
  15612.     return
  15613. end try
  15614. --set theItem to choose file -- uncomment to test in an AS editor
  15615.     tell application "Finder"
  15616.         open item "Dev.CD Apr 94
  15617. Dev.CD Jan 94
  15618. Dev.CD Oct 93
  15619. Dev.CD Jul 93
  15620. Dev.CD Apr 93"
  15621.         activate
  15622.     end tell
  15623. on error errMsg number errNum
  15624.     --enter statements to perform when no records are found such as...
  15625.     display dialog "Sorry, the item you selected could not be found."
  15626.     return
  15627. end try
  15628. firmware
  15629. firmworks
  15630. first
  15631. first-person
  15632. firstly
  15633. fixed
  15634. This folder contains the Apple source code to many of the System Software 6.0.4 defprocs.  Apple makes these examples available to developers to help guide in the creation of custom defprocs. These examples are for informational purposes only and may not be included 
  15635. as is
  15636.  in third-party applications:
  15637.  butcdef: CDEF for a simple button, radio button, and check box controls 
  15638.  LDefProc0: Standard LDEF that displays text.
  15639.  mdefproc: Standard menu defproc for scrolling and hierarchical meB
  15640.  rdocproc: WDEF for rounded-corner windows.
  15641.  sbarcdef: Scroll bar CDEF.
  15642.  wprocasm: Standard WDEF for documentProc, dBoxProc,    plainDBox, altDBoxProc, noGrowDocProc, zoomdocproc, zoomNoGrow.
  15643. Jkbutcdef.a
  15644. LDefProc0.A
  15645. mdefproc.a
  15646. rdocproc.a
  15647. Read Me 
  15648.  DefProcs
  15649. Read Me 
  15650.  DefProcs.txt
  15651. sbarcdef.a
  15652. wprocasm.aK
  15653. Aug 93O-Dev.CD Feb 00 TC:Tool Chest:Toolbox:DefProcs:P5Dev.CD Feb 00 TC
  15654.  - Tool Chest
  15655.  - Toolbox
  15656.  - DefProcs the presence of a scriptable Finder. Wouldn't that be cool? You shou
  15657. 5868X
  15658. Feb 00^
  15659. --set theItem to choose file -- uncomment to test in an AS editor
  15660.     tell application "Finder"
  15661.         open item "Dev.CD Feb 00 TC:Tool Chest:Toolbox:DefProcs:"
  15662.         activate
  15663.     end tell
  15664. on error errMsg number errNum
  15665.     --enter statements to perform when no records are found such as...
  15666.     display dialog "Sorry, the item you selected could not be found."
  15667.     return
  15668. end try
  15669. e    No Changeq
  15670. Dev.CD Feb 00 TC
  15671. D!All Packages
  15672. Mac OS SDK Edition
  15673.  for Robustness by Theresa Ray of Tensor Information Systems, Inc.
  15674. A quick reference guide to the major topics involved in designing a bulletproof WebObjects application including application coding techniques, application configuration options, multi-platform development and testing. Developing a robust application for either a web or client-server interface is critical for your business, particularly with web applications, which are generally developed for use by people outside yopeople outside yo
  15675. extension
  15676. extension
  15677. extension
  15678. extensions
  15679. extensions-applebuil
  15680. extensions-mcwbuilt
  15681. extractitems
  15682. extractitems
  15683. extractors
  15684. extras
  15685. f-french
  15686. features
  15687. feedback
  15688. feedback
  15689. request
  15690. 9/1/93
  15691. developer
  15692. synchronization
  15693. guide
  15694. system
  15695. manager
  15696. filecopy
  15697. filecopy
  15698. fileisopen
  15699. fileisopen
  15700. filemaker
  15701. filemaker
  15702. files
  15703. filesharingmaster
  15704. filesharingmaster
  15705. filing
  15706. filter
  15707. filterdirectory
  15708. filterdirectory
  15709. findchange
  15710. finder
  15711. finder
  15712. 7.1.3
  15713. finderevents
  15714. finderevents
  15715. finderevents
  15716. release
  15717. notes
  15718. defproc
  15719. defprocs
  15720. degrees
  15721. delay
  15722. delayed
  15723. delaying
  15724. delays
  15725. deleteW
  15726. ectory
  15727. deliver
  15728. delivered
  15729. delivers
  15730. delivery
  15731. delta
  15732. demanding
  15733. demonstates
  15734. demonstation
  15735. demonstrate
  15736. demonstrated
  15737. demonstrates
  15738. demonstrates
  15739. programmatically
  15740. background
  15741. typeservicesforunico
  15742. universalhidmodulete
  15743. university
  15744. unmountit
  15745. unmountit
  15746. update
  15747. CD Apr 99 SDV
  15748. 2014X
  15749. Apr 99
  15750. f--set theItem to choose file -- uncomment to test in an AS editor
  15751.     tell application "Finder"
  15752.         open item "Dev.CD Apr 99 SDK"
  15753.         activate
  15754.     end tell
  15755. on error errMsg number errNum
  15756.     --enter statements to perform when no records are found such as...
  15757.     display dialog "Sorry, the item you selected could not be found."
  15758.     return
  15759. end try
  15760. All Packages
  15761. 8.5.1O
  15762. Dev.CD May 99 SDKP
  15763. Dev.CD May 99 SDV
  15764. 2015X
  15765. May 99
  15766. --set theItem to choose file -- uncomment to test in an AS editor
  15767.     tell application "Finder"
  15768.         open item "Dev.CD Apr 94
  15769. Dev.CD Jan 94
  15770. Dev.CD Oct 93
  15771. Dev.CD Jul 93
  15772. Dev.CD Apr 93"
  15773.         activate
  15774.     end tell
  15775. on error errMsg number errNum
  15776.     --enter statements to perform when no records are found such as...
  15777.     display dialog "Sorry, the item you selected could not be found."
  15778.     return
  15779. end try
  15780. ctionality
  15781. functionalty
  15782. functionsW
  15783. gateway
  15784. gateways
  15785. gather
  15786. gathering
  15787. gearing
  15788. gelphman
  15789. gemma
  15790. general
  15791. general-purpose
  15792. generally
  15793. generate
  15794. generated
  15795. --set theItem to choose file -- uncomment to test in an AS editor
  15796.     tell application "Finder"
  15797.         open item "Dev.CD Feb 00 TC:Tool Chest:Localization:ShowDialogBoxes:"
  15798.         activate
  15799.     end tell
  15800. on error errMsg number errNum
  15801.     --enter statements to perform when no records are found such as...
  15802.     display dialog "Sorry, the item you selected could not be found."
  15803.     return
  15804. end try
  15805. encoding
  15806. converter
  15807. allows
  15808. convert
  15809. extractor
  15810. plug-ins
  15811. content
  15812. extra
  15813. text-handling
  15814. text-to-speech
  15815. textbegin/end
  15816. rrNum
  15817.     --enter statements to perform when no records are found such as...
  15818.     display dialog "Sorry, the item you selected could not be found."
  15819.     return
  15820. end try
  15821. All Packages
  15822. 8.5.1O
  15823. Dev.CD May 99 SDKP
  15824. Dev.CD May 99 SDV
  15825. 2018X
  15826. May 99
  15827. Dev.CD Apr 93P
  15828. Dev.CD Apr 9V
  15829. 6747X
  15830. Apr 93
  15831. b--set theItem to choose file -- uncomment to test in an AS editor
  15832.     tell application "Finder"
  15833.         open item "Dev.CD Apr 93"
  15834.         activate
  15835.     end tell
  15836. on error errMsg number errNum
  15837.     --enter statements to perform when no records are found such as...
  15838.     display dialog "Sorry, the item you selected could not be found."
  15839.     return
  15840. end try
  15841. All Packages
  15842. System Enabler 111 (PB 160/180)O
  15843. Dev.CD Apr 93P
  15844. Dev.CD Apr 9V
  15845. 6748X
  15846. Apr 93
  15847. b--set theItem to choose file -- uncomment to test in an AS editor
  15848.     tell application "Finder"
  15849.         open item "Dev.CD Apr 93"
  15850.         activate
  15851.     end tell
  15852. on error errMsg number errNum
  15853.     --enter statements to perform when no records are found such as...
  15854.     display dialog "Sorry, the item you selected could not be found."
  15855.     return
  15856. end try
  15857. All Packages
  15858. System Enabler 111 (PB 160/180)O
  15859. Dev.CD Apr 93P
  15860. Dev.CD Apr 9V
  15861. 6749X
  15862. Apr 93
  15863. enablerO
  15864. barebones
  15865. bares
  15866. barrier
  15867. base-class
  15868. based
  15869. bases
  15870. baseservices
  15871. basic
  15872. basically
  15873. basics
  15874. basing
  15875. basis
  15876. writer
  15877. writeswell
  15878. writeswell
  15879. writeswell
  15880. 1.2.3
  15881. sources
  15882. writeswell
  15883. notes
  15884. writeswell
  15885. instructions
  15886. writing
  15887. writing
  15888. interactive
  15889. media
  15890. xcmds
  15891. xcmds&xfcns
  15892. xfcns
  15893. ur company. A web site makes an impression on its users, in many instances defining the way they feel about your company. Therefore, developing a robust application is critical to your business.
  15894. DesignForRobustness.pdfK
  15895. Oct 99M
  15896. Acrobat Reader 3.0 or laterN*WebObjects, Designing, Robustness, TestingOCDev.CD Jan 00 SDK1:Interactive Media Resources:DesignForRobustness:PHDev.CD Jan 00 SDK1
  15897.  - Interactive Media Resources
  15898.  - DesignForRobustnessinformation more readily, we have compiled aBsn Acrobat document with links to specific chapters in the developer notes that are cataloged as software documents.
  15899. JQDisplay Device Driver Guide
  15900. Mac OS Runtime Architectures
  15901. Read Me - Other SSW DocsK
  15902. Mar 95O@Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:PEDev.CD Dec 99 RL
  15903.  - Technical Documentation
  15904.  - More SSW Documentationted could not be found."
  15905.     return
  15906. end try
  15907. All Packages
  15908. Dev.CD Jul 99 SSWP
  15909. Dev.CD Jul 99 SSV
  15910. 2024X
  15911. Jul 99
  15912. All Packages
  15913. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  15914. Dev.CD Jan 94
  15915. Dev.CD Oct 93
  15916. Dev.CD Jul 93
  15917. Dev.CD Apr 93PDDev.CD Apr 94
  15918. Dev.CD Jan 94
  15919. Dev.CD Oct 93
  15920. Dev.CD Jul 93
  15921. Dev.CD Apr 9V
  15922. 6823X
  15923. Apr 94
  15924. --set theItem to choose file -- uncomment to test in an AS editor
  15925.     tell application "Finder"
  15926.         open item "Dev.CD Apr 94
  15927. Dev.CD Jan 94
  15928. Dev.CD Oct 93
  15929. Dev.CD Jul 93
  15930. Dev.CD Apr 93"
  15931.         activate
  15932.     end tell
  15933. on error errMsg number errNum
  15934.     --enter statements to perform when no records are found such as...
  15935.     display dialog "Sorry, the item you selected could not be found."
  15936.     return
  15937. end try
  15938. All Packages
  15939. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  15940. Dev.CD Jan 94
  15941. Dev.CD Oct 93
  15942. Dev.CD Jul 93
  15943. Dev.CD Apr 93PDDev.CD Apr 94
  15944. Dev.CD Jan 94
  15945. Dev.CD Oct 93
  15946. Dev.CD Jul 93
  15947. Dev.CD Apr 9V
  15948. 6824X
  15949. Apr 94
  15950. it useful regardless.
  15951. Moofwars 1.01:  MoofWars is a DrawSprocket games sample that shows a few techniques for fast drawing of sprites as well as a scrolling, tiled background.  With about 1400 sprites on the screen, this code can achieve 15 frames per second on a 7100/66 and 30+ frames on an 8500/120.  Thanks to DrawSprocket, it takes full advantage of page flipping -- with less sprites on the screen, an 8500 with full video RAM can achieve 66 frames per second with full screen 640x480 an
  15952. imation.
  15953. NeoTextBox97:  A replacement for the toolbox call TETextBox, with some added features, like returning the bottom edge of the text as drawn.  Additionally described in develop issue 9.
  15954. TPIFile1.0b1:  TPIFile is a sample TPI module that lets you open a "TPIFile" endpoint, connect that endpoint to a Mac OS file using an FSSpec, and then read that file using standard Open Transport API calls (eg OTRcv). Requires Open Transport 1.1.1 or later.
  15955. Jun 97
  15956. 5869X
  15957. Jan 00^
  15958. --set theItem to choose file -- uncomment to test in an AS editor
  15959.     tell application "Finder"
  15960.         open item "Dev.CD Jan 00 SDK1:Interactive Media Resources:DesignForRobustness:"
  15961.         activate
  15962.     end tell
  15963. on error errMsg number errNum
  15964.     --enter statements to perform when no records are found such as...
  15965.     display dialog "Sorry, the item you selected could not be found."
  15966.     return
  15967. end try
  15968. e    No Changef'WebObjects
  15969. Designing
  15970. Robustness
  15971. Testingq
  15972. Dev.CD Jan 00 SDK1
  15973. DetachedControllerIdThis demo program shows how to select and then play a QuickTime movie with its controller detached. J?dc.bat
  15974. DetachedController
  15975. DetachedController.zip
  15976. Readme.txt
  15977. Feb 00
  15978. - Common
  15979.     - Sun Compliant Java Runtime Environment 1.1
  15980.     - QuickTime 3 
  15981.     - QTJava.zip
  15982.     - QTJava media samples
  15983. - Mac OS:
  15984.     - System 8 or later
  15985.     - Macintosh Runtime for Java (MRJ) 2.1
  15986. - Windows 95, 98, or NT::
  15987.     - JRE/JDK from Sun Microsystems, Inc. recommended
  15988. Inc. recommended
  15989. e--set theItem to choose file -- uncomment to test in an AS editor
  15990.     tell application "Finder"
  15991.         open item "Dev.CD Aug 96 TC"
  15992.         activate
  15993.     end tell
  15994. on error errMsg number errNum
  15995.     --enter statements to perform when no records are found such as...
  15996.     display dialog "Sorry, the item you selected could not be found."
  15997.     return
  15998. end try
  15999. nfiguration
  16000. record
  16001. recordable
  16002. redistribution
  16003. reference
  16004. referential
  16005. reformatting
  16006. region
  16007. registration
  16008. registry
  16009. related
  16010. release
  16011. rename
  16012. renderer
  16013. rendering
  16014. replace
  16015. replacement
  16016. reports
  16017. resdistributor
  16018. resedit
  16019. resedit
  16020. 2.1.1
  16021. disassembly
  16022. disassembler
  16023. viewer
  16024. edito
  16025. resolution
  16026. resource
  16027. resources
  16028. return
  16029. return
  16030. investment
  16031. business
  16032. processes
  16033. interactive
  16034. media
  16035. robustness
  16036. build/download
  16037. 3.2.4
  16038. runtime
  16039. error
  16040. codes
  16041. sample
  16042. sample
  16043. development
  16044. tools
  16045. languages
  16046. sample
  16047. devices
  16048. sample
  16049. files
  16050. sample
  16051. games
  16052. sample
  16053. interapplication
  16054. communication
  16055. sample
  16056. networking
  16057. sample
  16058. utilities
  16059. sample
  16060. overview
  16061. sample
  16062. printing
  16063. sample
  16064. quickdraw
  16065. sample
  16066. quickdraw
  16067. sample
  16068. quicktime
  16069. sample
  16070. sound
  16071. sample
  16072. survey
  16073. sample
  16074. sample
  16075. toolbox
  16076. sample
  16077. update
  16078. sample
  16079. update
  16080. services
  16081. setup
  16082. shared
  16083. sound
  16084. source
  16085. sources
  16086. spooler
  16087. et this mo
  16088. design
  16089. design
  16090. robustness
  16091. detachedcontroller
  16092. detect
  16093. detection
  16094. detectors
  16095. develop
  16096. develop
  16097. issue
  16098. develop
  16099. issue
  16100. develop
  16101. issue
  16102. develop
  16103. issue
  16104. develop
  16105. issue
  16106. develop
  16107. issue
  16108. develop
  16109. issue
  16110. develop
  16111. issue
  16112. develop
  16113. issue
  16114. develop
  16115. issue
  16116. develop
  16117. issue
  16118. develop
  16119. issue
  16120. develop
  16121. issue
  16122. develop
  16123. issue
  16124. develop
  16125. issue
  16126. develop
  16127. issue
  16128. develop
  16129. issue
  16130. develop
  16131. issue
  16132. develop
  16133. issue
  16134. develop
  16135. issue
  16136. develop
  16137. issue
  16138. develop
  16139. issue
  16140. develop
  16141. issue
  16142. develop
  16143. issue
  16144. develop
  16145. issue
  16146. develop
  16147. issue
  16148. develop
  16149. issue
  16150. develop
  16151. issue
  16152. develop
  16153. issue
  16154. directions
  16155. driver
  16156. editor
  16157. emulator
  16158. --set theItem to choose file -- uncomment to test in an AS editor
  16159.     tell application "Finder"
  16160.         open item "Dev.CD Aug 99 TC:What's New?:System Software:QuickTime 4:"
  16161.         activate
  16162.     end tell
  16163. on error errMsg number errNum
  16164.     --enter statements to perform when no records are found such as...
  16165.     display dialog "Sorry, the item you selected could not be found."
  16166.     return
  16167. end try
  16168. yahoo
  16169. yahoo
  16170. yellowboxandjava
  16171. zaptcp
  16172. zaptcp
  16173. QuickTime, Java, MRJ
  16174. MiniLauncher 1.3b5
  16175. @Summary: MiniLauncher can be used to launch applications by typing the name of the application into an edit text field (used mainly with Virtual User under 6.0.x).
  16176. Features: MiniLauncher can be set to launch an application directly, launch the application via a document, or launch the application and print a document.ou selected could not be found."
  16177.     return
  16178. end try
  16179. All Packages
  16180. Dev.CD Aug 99P
  16181. Dev.CD Aug 9V
  16182. 2032X
  16183. Aug 99
  16184. b--set theItem to choose file -- uncomment to test in an AS editor
  16185.     tell application "Finder"
  16186.         open item "Dev.CD Aug 99"
  16187.         activate
  16188.     end tell
  16189. on error errMsg number errNum
  16190.     --enter statements to perform when no records are found such as...
  16191.     display dialog "Sorry, the item you selected could not be found."
  16192.     return
  16193. end try
  16194. All Packages
  16195. Dev.CD Aug 99P
  16196. Dev.CD Aug 9V
  16197. 2033X
  16198. Aug 99
  16199. Design for Robustness
  16200. Design for Robustness by Theresa Ray of Tensor Information Systems, Inc.
  16201. A quick reference guide to the major topics involved in designing a bulletproof WebObjects application including application coding techniques, application configuration options, multi-platform development and testing. Developing a robust application for either a web or client-server interface is critical for your business, particularly with web applications, which are generally developed for use by people outside yoary Edition
  16202. More SSW Documentation
  16203. use-nvramrc
  16204. lay dialog "Sorry, the item you selected could not be found."
  16205.     return
  16206. end try
  16207. All Packages
  16208. 2036X
  16209. OYDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:DetachedController:PgDev.CD Feb 00 TC
  16210.  - What's New?
  16211.  - Sample Code
  16212.  - QuickTime
  16213.  - QuickTime for Java
  16214.  - DetachedControllerV
  16215. 5870X
  16216. Feb 00^
  16217. --set theItem to choose file -- uncomment to test in an AS editor
  16218.     tell application "Finder"
  16219.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:DetachedController:"
  16220.         activate
  16221.     end tell
  16222. on error errMsg number errNum
  16223.     --enter statements to perform when no records are found such as...
  16224.     display dialog "Sorry, the item you selected could not be found."
  16225.     return
  16226. end try
  16227. New Packagef
  16228. QuickTime
  16229. Dev.CD Feb 00 TC
  16230. D(All Packages
  16231. Reference Library Edition
  16232. develop Issue  1
  16233. All Packages
  16234. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  16235. Dev.CD Jan 94
  16236. Dev.CD Oct 93
  16237. Dev.CD Jul 93P6Dev.CD Apr 94
  16238. Dev.CD Jan 94
  16239. Dev.CD Oct 93
  16240. Dev.CD Jul 9V
  16241. 6789X
  16242. Apr 94
  16243. --set theItem to choose file -- uncomment to test in an AS editor
  16244.     tell application "Finder"
  16245.         open item "Dev.CD Apr 94
  16246. Dev.CD Jan 94
  16247. Dev.CD Oct 93
  16248. Dev.CD Jul 93"
  16249.         activate
  16250.     end tell
  16251. on error errMsg number errNum
  16252.     --enter statements to perform when no records are found such as...
  16253.     display dialog "Sorry, the item you selected could not be found."
  16254.     return
  16255. end try
  16256. All Packages
  16257. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  16258. Dev.CD Jan 94
  16259. Dev.CD Oct 93
  16260. Dev.CD Jul 93P6Dev.CD Apr 94
  16261. Dev.CD Jan 94
  16262. Dev.CD Oct 93
  16263. Dev.CD Jul 9V
  16264. 6790X
  16265. Apr 94
  16266. D.All Packages
  16267. Tool Chest Edition
  16268. New & RevisedF
  16269. DetachedControllerIdThis demo program shows how to select and then play a QuickTime movie with its controller detached. J?dc.bat
  16270. DetachedController
  16271. DetachedController.zip
  16272. Readme.txt
  16273. Feb 00
  16274. - Common
  16275.     - Sun Compliant Java Runtime Environment 1.1
  16276.     - QuickTime 3 
  16277.     - QTJava.zip
  16278.     - QTJava media samples
  16279. - Mac OS:
  16280.     - System 8 or later
  16281.     - Macintosh Runtime for Java (MRJ) 2.1
  16282. - Windows 95, 98, or NT::
  16283.     - JRE/JDK from Sun Microsystems, Inc. recommended
  16284.  item you selected could not be found."
  16285.     return
  16286. end try
  16287. e    No Changef
  16288. Music movie
  16289. converterq
  16290. Dev.CD Feb 00 TC
  16291. MiniLauncher 1.3b5
  16292. @Summary: MiniLauncher can be used to launch applications by typing the name of the application into an edit text field (used mainly with Virtual User under 6.0.x).
  16293. Features: MiniLauncher can be set to launch an application directly, launch the application via a document, or launch the application and print a document.print a document.
  16294. All Packages
  16295. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  16296. Dev.CD Jan 94
  16297. Dev.CD Oct 93
  16298. Dev.CD Jul 93
  16299. Dev.CD Apr 93PDDev.CD Apr 94
  16300. Dev.CD Jan 94
  16301. Dev.CD Oct 93
  16302. Dev.CD Jul 93
  16303. Dev.CD Apr 9V
  16304. 6833X
  16305. Apr 94
  16306. --set theItem to choose file -- uncomment to test in an AS editor
  16307.     tell application "Finder"
  16308.         open item "Dev.CD Apr 94
  16309. Dev.CD Jan 94
  16310. Dev.CD Oct 93
  16311. Dev.CD Jul 93
  16312. Dev.CD Apr 93"
  16313.         activate
  16314.     end tell
  16315. on error errMsg number errNum
  16316.     --enter statements to perform when no records are found such as...
  16317.     display dialog "Sorry, the item you selected could not be found."
  16318.     return
  16319. end try
  16320. All Packages
  16321. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  16322. Dev.CD Jan 94
  16323. Dev.CD Oct 93
  16324. Dev.CD Jul 93
  16325. Dev.CD Apr 93PDDev.CD Apr 94
  16326. Dev.CD Jan 94
  16327. Dev.CD Oct 93
  16328. Dev.CD Jul 93
  16329. Dev.CD Apr 9V
  16330. 6834X
  16331. Apr 94
  16332. uld not be found."
  16333.     return
  16334. end try
  16335. All Packages
  16336. Dev.CD Dec 99 SSWP
  16337. Dev.CD Dec 99 SSV
  16338. 2041X
  16339. Dec 99
  16340. indicator
  16341. indicators
  16342. indices
  16343. indispensable
  16344. individual
  16345. industry
  16346. industry-standard
  16347. industrywatch
  16348. inefficiency
  16349. inflict
  16350. infomation
  16351. inform
  16352. informationW
  16353. Summary: This is the electronic version of develop magazine.
  16354.  Issue 1 highlights:
  16355. Realistic Color for Real-World Applications.  Extensions to the Macintosh graphics system software and how to use them.
  16356. All About the Palette Manager.  The what, why, and how of the Palette Manager and how it works with 32-Bit QuickDraw.
  16357. Braving Offscreen Worlds.  Use the new offscreen calls to set up and to maintain your offscreen world. 
  16358. The Perils of Postscript.  Mixing the models: Postscript and Qui
  16359. xckDraw; tricks for the mix.
  16360. Compatibility: Rules of the Road.  An overview of the most critical System 7.0 compatibility issues.
  16361. Debugging Declaration ROMs.  Everything you need to know to build and to debug a NuBus declaration ROM.
  16362. Apple II Development Dynamo.  Produce fast, small, readable, reliable Apple II assembly-language code quickly and conveniently using Dynamo.
  16363. J(develop Issue  1:
  16364. develop Issue  1 code:K
  16365. Vol IIIL
  16366. Jun 95SSWP
  16367. Dev.CD Dec 99 SSV
  16368. 2044X
  16369. Dec 99
  16370. old-style
  16371. 5871X
  16372. Dec 99^
  16373. --set theItem to choose file -- uncomment to test in an AS editor
  16374.     tell application "Finder"
  16375.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  1:"
  16376.         activate
  16377.     end tell
  16378. on error errMsg number errNum
  16379.     --enter statements to perform when no records are found such as...
  16380.     display dialog "Sorry, the item you selected could not be found."
  16381.     return
  16382. end try
  16383. Next CDq
  16384. Dev.CD Dec 99 RL
  16385. D(All Packages
  16386. Reference Library Edition
  16387. develop Issue 10
  16388.     rter is an application for converting general MIDI files (file type 'Midi') to QuickTime movie files. To convert just select the MIDI files and drag them on top of this app. When the conversion is done, the movies files can be found in the original file folder.
  16389. J;MIDIConverter
  16390. MIDIConverter Readme
  16391. MIDIConverter Readme.txtK
  16392. Apr 95M*System 7 or later, QuickTime 1.5 or later.:Tool Chest:QuickTime:MIDIConverter:V
  16393. 4223X
  16394. 1e    No Change
  16395. OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  1:PJDev.CD Dec 99 RL
  16396.  - Technical Documentation
  16397.  - develop
  16398.  - develop Issue  1hat you read these articles.
  16399. Here is a list of the OSA features MenuScripter demonstrates:
  16400.  Attaching scripts to objects.
  16401.  Installing a predispatch Apple event handler to allow an objects script first go at handling any events targetted at the object.
  16402.  Directly compiling and executing scripts.
  16403.  Decompiling existing scripts for editing.
  16404.  Gettin
  16405. g and setting properties in scripts.
  16406.  Retrieving information on errors that occur in a script.
  16407.  Loading and storing scripts.
  16408. MenuScripter compiles under :
  16409.   Metrowerks CodeWarrior 7 and 8, 68K and PPC
  16410.   Symantec C++ 8.0.1
  16411.   Symantec 7.0.4
  16412.   ETO, MPW Pro #19 'Latest MPW'- Symantec C++ for MPW, MrC
  16413. Here is a list of the changes to MenuScripter 3.1 to produce MenuScripter 4.0:
  16414.  Updated script terminology consistent with 7Edit 3.1.
  16415.  Improvements to user interface.
  16416.  A results window
  16417. 5873X
  16418. Dec 99^
  16419. --set theItem to choose file -- uncomment to test in an AS editor
  16420.     tell application "Finder"
  16421.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 11:"
  16422.         activate
  16423.     end tell
  16424. on error errMsg number errNum
  16425.     --enter statements to perform when no records are found such as...
  16426.     display dialog "Sorry, the item you selected could not be found."
  16427.     return
  16428. end try
  16429. Next CDq
  16430. Dev.CD Dec 99 RL
  16431. D(All Packages
  16432. Reference Library Edition
  16433. develop Issue 12
  16434.     Windows Sample Code.imgK
  16435. Mar 92L
  16436. May 94M.System 6.0.5 or greater, MacPlus or later CPU.NuA/ROSE, MCP, Macintosh Coprocessor Platform, Ethernet NB, PowerPC, Network Software, AppleTalk, TokenTalk, Token RingO
  16437. Dev.CD Feb 00 TC:Sample Code:P
  16438. Dev.CD Feb 00 TC
  16439.  - Sample CodeV
  16440. 2047X
  16441. Feb 00^
  16442. --set theItem to choose file -- uncomment to test in an AS editor
  16443.     tell application "Finder"
  16444.         open item "Dev.CD Apr 94
  16445. Dev.CD Jan 94
  16446. Dev.CD Oct 93
  16447. Dev.CD Jul 93"
  16448.         activate
  16449.     end tell
  16450. on error errMsg number errNum
  16451.     --enter statements to perform when no records are found such as...
  16452.     display dialog "Sorry, the item you selected could not be found."
  16453.     return
  16454. end try
  16455. --set theItem to choose file -- uncomment to test in an AS editor
  16456.     tell application "Finder"
  16457.         open item "Dev.CD Feb 00 TC:Tool Chest:Developer Utilities:SWAt 2.0b6:"
  16458.         activate
  16459.     end tell
  16460. on error errMsg number errNum
  16461.     --enter statements to perform when no records are found such as...
  16462.     display dialog "Sorry, the item you selected could not be found."
  16463.     return
  16464. end try
  16465. iw-half-dither
  16466. j-1.1
  16467. aegizmos
  16468. aegizmos
  16469. 1.4.2
  16470. aetracker
  16471. aetracker
  16472. alias
  16473. alias
  16474. analyzer
  16475. appearance
  16476. appearance
  16477. 1.0.2
  16478. appearance
  16479. 1.0.4
  16480. apple
  16481. apple
  16482. cd-rom
  16483. handbook
  16484. apple
  16485. color
  16486. onescanner
  16487. Summary: This is the electronic version of develop magazine.
  16488.  Issue 10 highlights:
  16489. Apple Event Objects and You  by Richard Clark.   Supporting the Apple event object model isn
  16490. t as tough as you might think, and it will guarantee the future scriptability of your application.
  16491. PostScript Enhancements for the LaserWriter Font Utility  by Bryan K. (
  16492. Beaker
  16493. ) Ressler.   Unbeknownst to many, the LaserWriter Font Utility is extensible, allowing you to add custom functionality. PostScript hacke
  16494. rs, rejoice!
  16495. Drawing in GWorlds for Speed and Versatility  by Konstantin Othmer and Mike Reed.   Custom drawing routines can radically increase graphics performance. Kon and Mike show you how and give you some extremely useful examples.
  16496. In Search of the Optimal Palette  by Dave Good and Konstantin Othmer.   Choosing the best colors to display an image with is tricky. This article explains how the Picture Utilities methods work and gives you tips on developing your own methods.
  16497. Print Hin
  16498. ts: Top 10 Printing Crimes  by Pete (
  16499. ) Alexander.   These ten problems with printing show up again and again, but they
  16500. re easily avoided. Luke spells it out for you.
  16501. Graphical Truffles: Multiple Screens Revealed  by Forrest Tanaka and Bill Guschwan.   The fact that QuickDraw handles multiple screens transparently can seem like magic. Here
  16502. s the inside scoop and some tips on how to optimize your drawing quality.
  16503. J(develop Issue 10:
  16504. develop Issue 10 code:K
  16505. Vol IIIL
  16506. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 10:PJDev.CD Dec 99 RL
  16507.  - Technical Documentation
  16508.  - develop
  16509.  - develop Issue 10
  16510.  to choose file -- uncomment to test in an AS editor
  16511.     tell application "Finder"
  16512.         open item "Dev.CD Apr 94
  16513. Dev.CD Jan 94
  16514. Dev.CD Oct 93
  16515. Dev.CD Jul 93
  16516. Dev.CD Apr 93"
  16517.         activate
  16518.     end tell
  16519. on error errMsg number errNum
  16520.     --enter statements to perform when no records are found such as...
  16521.     display dialog "Sorry, the item you selected could not be found."
  16522.     return
  16523. end try
  16524. event-aware
  16525. event-driven
  16526. events
  16527. eventually
  16528. everest
  16529. every
  16530. xceptions
  16531. exchange
  16532. exciting
  16533. execute
  16534. Summary:  The Thread Manager is a System 7 Extension which allows applications to make use of multithreading within their application context on all Macintosh platforms. Version 2.1 supports both 68K and PowerPC applications.
  16535. Thread Manager Features:
  16536.  The Thread Manager is supported by Apple Computer
  16537.  Is a real live Macintosh Toolbox Manager, supported in System Software.
  16538.  Allows an application process to be broken into simple
  16539. subprocesses that proceed concurrently in the same overall 
  16540. application context.
  16541.  Easy-to-use
  16542.  programming interface
  16543.  Documentation is less than 2" thick
  16544.  Fast context switch times (does not BlockMove thread stacks like the old Threads library does)
  16545.  You can pass parameters on the stack (due to the above reason)
  16546.  Threads can have custom in/out context handlers
  16547.  Useful sample code provided
  16548.  Useful sample libraries provided
  16549.  Useful debugging tools provided
  16550. Issues:  Read the file 'Software Licensing Info' for information on contacting the App
  16551. Snippets - Testing & Debugging
  16552. (** = new, * = revised)
  16553. AE/EM trapping 1.0.1:  Some MacsBug macros that allow you to break on AppleEvent and Edition Manager PACK calls.With these macros you can  type 'atb AESend' (or any other AppleEvent or Edition Manager call) and you will break when the call is made.
  16554. Audit:  Audit is a small library of functions that provide an unobtrusive event tracing capability to applications, drivers, code-resources, call-backs, and any other "flavor" of Macintosh software.
  16555. BusErrorTest:  Show
  16556. Wlookupmenu
  16557. lurkers
  16558. lurkers
  16559. lurkers
  16560. lurkers
  16561. lurkers
  16562. readme
  16563. lurkers
  16564. readme
  16565. hoseirdasample
  16566. makefile
  16567. makefilealias
  16568. makefilehelp
  16569. makeout
  16570. makethefolder
  16571. making
  16572. 5872X
  16573. Dec 99^
  16574. --set theItem to choose file -- uncomment to test in an AS editor
  16575.     tell application "Finder"
  16576.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 10:"
  16577.         activate
  16578.     end tell
  16579. on error errMsg number errNum
  16580.     --enter statements to perform when no records are found such as...
  16581.     display dialog "Sorry, the item you selected could not be found."
  16582.     return
  16583. end try
  16584. Next CDq
  16585. Dev.CD Dec 99 RL
  16586. D(All Packages
  16587. Reference Library Edition
  16588. develop Issue 11
  16589.     ld not be found."
  16590.     return
  16591. end try
  16592. Deletedq
  16593. Dev.CD Nov 99 TC
  16594. All Packages
  16595. ABS Technical NotesI
  16596. Summary: ABS Technical Notes contain the latest bugs, tips and tricks for developers of software for Apple Workgroup Servers, AppleSearch, AppleShare, AppleTalk Remote Access, and IP Gateway.JqApple Workgroup Servers:
  16597. AppleSearch:
  16598. AppleShare:
  16599. AppleTalk Remote Access:
  16600. IP Gateway:
  16601. Network Server Dev. Guide:K
  16602. Jul 92L
  16603. Jun 95M
  16604. Adobe Acrobat Reader.
  16605. --set theItem to choose file -- uncomment to test in an AS editor
  16606.     tell application "Finder"
  16607.         open item "Dev.CD Apr 94
  16608. Dev.CD Jan 94
  16609. Dev.CD Oct 93
  16610. Dev.CD Jul 93
  16611. Dev.CD Apr 93"
  16612.         activate
  16613.     end tell
  16614. on error errMsg number errNum
  16615.     --enter statements to perform when no records are found such as...
  16616.     display dialog "Sorry, the item you selected could not be found."
  16617.     return
  16618. end try
  16619. og "Sorry, the item you selected could not be found."
  16620.     return
  16621. end try
  16622. MD(All Packages
  16623. Reference Library Edition
  16624. System PickerITThe new System Picker replaces System Picker 1.0.1 and is compatible with Mac OS 8.0J
  16625. System PickerK
  16626. Mar 92L
  16627. Sep 97O/Dev.CD Dec 99 RL:Utilities:System Picker 1.1a3:P4Dev.CD Dec 99 RL
  16628.  - Utilities
  16629.  - System Picker 1.1a3V
  16630. 4969X
  16631. Dec 99^
  16632. conferencing
  16633. confessions
  16634. confident
  16635. config
  16636. configuration
  16637. configurations
  16638. configure
  16639. createcustomicon
  16640. createcustomicon
  16641. createfolder
  16642. createfolder
  16643. createmenuhelp
  16644. createmenuhelp
  16645. createmovie
  16646. createmovie
  16647. createpictfile
  16648. createpictfile
  16649. createthumbnail
  16650. createthumbnail
  16651. creating
  16652. searches
  16653. searching
  16654. second
  16655. secret
  16656. secretary
  16657. secrets
  16658. section
  16659. security
  16660. seeing
  16661. segmented
  16662. segmenting
  16663. select
  16664. selected
  16665. selecting
  16666. selects
  16667. self-paced
  16668. semchishen
  16669. sendappleevent
  16670. sending
  16671. sends
  16672. sentences
  16673. separate
  16674. separately
  16675. separations
  16676. september
  16677.  on Acrobat, please go to:
  16678.     http://www.adobe.com/acrobat/
  16679. The person installing this package must agree to a license agreement presented during the installation process.
  16680. Reader InstallerK
  16681. May 97L
  16682. Feb 99
  16683. System Requirements
  16684. -  Macintosh computer with 68020 (Macintosh II series) or greater processor (including all Power Macintosh computers). 
  16685. -  MacOS 7.0 or later
  16686. -  3300 KB application RAM for 680x0-based Macintosh or Power Macintosh with Virtual Memory turned on; 5227 KB for Power Macintosh with Virtual Memory turned off
  16687. -  8 MB hard disk space, plus 4.4 MB additional temporary disk space  available during installation 
  16688. -  For viewing PDF files inside a Web browser, Netscape Navigator 3.0
  16689. O7Dev.CD Dec 99 RL Disk 1:Utilities:Acrobat Reader 4.0.1:
  16690. static
  16691. libraries
  16692. anniversary
  16693. 7.1.3
  16694. 7.5.5
  16695. apple
  16696. grayscale
  16697. appearance
  16698. that's
  16699. frameworks
  16700. francais
  16701. france
  16702. france
  16703. distributors/localiz
  16704. french
  16705. french
  16706. 1.1.3
  16707. fssetprinter
  16708. fssetprinter
  16709. fssetprinter
  16710. a/rose
  16711. a/rose
  16712. macintosh
  16713. coprocessor
  16714. platform
  16715. ethernet
  16716. powerp
  16717. acrobat
  16718. acrobat
  16719. exchange
  16720. adobe
  16721. reader
  16722. actions
  16723. writer
  16724. writers
  16725. writes
  16726. writeswell
  16727. writing
  16728. written
  16729. wrong
  16730. wrongly
  16731. x-axes
  16732. x/open
  16733. profiles
  16734. profit
  16735. profound
  16736. progammer's
  16737. programQ
  16738. up-to-date
  16739. upcoming
  16740. update
  16741. update
  16742. translation
  16743. manager
  16744. update-based
  16745. updated
  16746. upgraded
  16747. upgrader
  16748. upgrades
  16749. upload
  16750. upper
  16751. upside
  16752. urbina
  16753. urquhart
  16754. usage
  16755. All Packages
  16756. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  16757. Dev.CD Jan 94
  16758. Dev.CD Oct 93
  16759. Dev.CD Jul 93
  16760. Dev.CD Apr 93PDDev.CD Apr 94
  16761. Dev.CD Jan 94
  16762. Dev.CD Oct 93
  16763. Dev.CD Jul 93
  16764. Dev.CD Apr 9V
  16765. 6636X
  16766. Apr 94
  16767. --set theItem to choose file -- uncomment to test in an AS editor
  16768.     tell application "Finder"
  16769.         open item "Dev.CD Apr 94
  16770. Dev.CD Jan 94
  16771. Dev.CD Oct 93
  16772. Dev.CD Jul 93
  16773. Dev.CD Apr 93"
  16774.         activate
  16775.     end tell
  16776. on error errMsg number errNum
  16777.     --enter statements to perform when no records are found such as...
  16778.     display dialog "Sorry, the item you selected could not be found."
  16779.     return
  16780. end try
  16781. All Packages
  16782. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  16783. Dev.CD Jan 94
  16784. Dev.CD Oct 93
  16785. Dev.CD Jul 93
  16786. Dev.CD Apr 93PDDev.CD Apr 94
  16787. Dev.CD Jan 94
  16788. Dev.CD Oct 93
  16789. Dev.CD Jul 93
  16790. Dev.CD Apr 9V
  16791. 6637X
  16792. Apr 94
  16793. Wac SE or later machine for the host.ine for the host.
  16794. includs
  16795. inclusion
  16796. incoming
  16797. incompatability
  16798. incompatibilities
  16799. incompatible
  16800. incomplete
  16801. incorporate
  16802. incorporated
  16803. incorporates
  16804. incorporating
  16805. incorrect
  16806. increase
  16807. increased
  16808. increases
  16809. increasing
  16810. incredibly
  16811. increment
  16812. incremental
  16813. independant
  16814. independently
  16815. index
  16816. index2color
  16817. indexed
  16818. Install Ad Lib 3.0.1K
  16819. Dec 98L
  16820. Dec 99M
  16821. PPC only, Mac OS 7.5 or laterNIMacApp, Framework, Object-oriented, Classes, C++, View, Editor, ResourcesO*Dev.CD Feb 00 TC:Tool Chest:MacApp:Ad Lib:P2Dev.CD Feb 00 TC
  16822.  - Tool Chest
  16823.  - MacApp
  16824.  - Ad Lib
  16825. 6523X
  16826. Feb 00^
  16827. r--set theItem to choose file -- uncomment to test in an AS editor
  16828.     tell application "Finder"
  16829.         open item "Dev.CD Feb 00 TC:Sample Code:"
  16830.         activate
  16831.     end tell
  16832. on error errMsg number errNum
  16833.     --enter statements to perform when no records are found such as...
  16834.     display dialog "Sorry, the item you selected could not be found."
  16835.     return
  16836. end try
  16837. e    No Changeq
  16838. Dev.CD Feb 00 TC
  16839. 5D!All Packages
  16840. Tool Chest Edition
  16841. Snippets - Text
  16842. (** = new, * = revised)
  16843. ChangeTextStyleRec:  A utility routine that can simplify the process of modifying a TextStyle record to change a font, style, or type size.
  16844. NamingTableAccess:  NamingTableAccess is a Pascal Unit, and a small application demonstrating its usage. It helps dig out the contents of the NamingTable in a TrueType 'sfnt'
  16845. strlist:  A string list library.  See "strlist.txt" for details.
  16846. J'Sample Code.img
  16847. Windows Sample Code.imgK
  16848. Feb 92L
  16849. May 96O
  16850. Dev.CD Feb 00 TC:Sample Code:ge
  16851. --set theItem to choose file -- uncomment to test in an AS editor
  16852.     tell application "Finder"
  16853.         open item "Dev.CD Apr 94
  16854. Dev.CD Jan 94
  16855. Dev.CD Oct 93
  16856. Dev.CD Jul 93
  16857. Dev.CD Apr 93"
  16858.         activate
  16859.     end tell
  16860. on error errMsg number errNum
  16861.     --enter statements to perform when no records are found such as...
  16862.     display dialog "Sorry, the item you selected could not be found."
  16863.     return
  16864. end try
  16865. drives
  16866. driving
  16867. dropW
  16868. dropdisk
  16869. droplet
  16870. dropped
  16871. dropping
  16872. drops
  16873. drvrs
  16874. dsp/opengl
  16875. dspgetversion
  16876. pubscatalog
  16877. pubscatalog
  16878. pubsorderform
  16879. pubsorderform
  16880. survival
  16881. qcopy
  16882. qcopy
  16883. environment
  16884. utilities
  16885. graphics
  16886. objects
  16887. printing
  16888. printing
  16889. drvrs
  16890. prog's
  16891. overview
  16892. typography
  16893. 1.1.1
  16894. spooler
  16895. patch
  16896. 1.0.2
  16897. 1.1.2
  16898. spooler
  16899. patch
  16900. 1.0.2
  16901. 1.1.3
  16902. spooler
  16903. patch
  16904. 1.0.2
  16905. qt3-more
  16906. qt3-more
  16907. video
  16908. technical
  16909. backgrounder
  16910. qtdevdocs
  16911. qteffect
  16912. qteffects
  16913. qteffects
  16914. qteffects
  16915. qteffects
  16916. project
  16917. qtforjava
  16918. qtjava
  16919. qtjava
  16920. media
  16921. samples
  16922. qtjava
  16923. qtjavadocs
  16924. qtjavasdk
  16925. qtsimpleapplet
  16926. qtstreamingapplet
  16927. f--set theItem to choose file -- uncomment to test in an AS editor
  16928.     tell application "Finder"
  16929.         open item "Dev.CD Apr 99 SSW"
  16930.         activate
  16931.     end tell
  16932. on error errMsg number errNum
  16933.     --enter statements to perform when no records are found such as...
  16934.     display dialog "Sorry, the item you selected could not be found."
  16935.     return
  16936. end try
  16937. sierra/i
  16938. summary
  16939. simple
  16940. macintosh
  16941. application
  16942. supports
  16943. summary
  16944. network
  16945. software
  16946. installer
  16947. insta
  16948. sun's
  16949. sunsoft
  16950. supersedes
  16951. suport
  16952. supplement
  16953. supplementing
  16954. supplied
  16955. supply
  16956. support
  16957. saver
  16958. scanners
  16959. scrap
  16960. scrap
  16961. color
  16962. script
  16963. scriptable
  16964. scriptable
  16965. print
  16966. simpletext
  16967. scriptablestuffiteng
  16968. scripts
  16969. scriptswitcher
  16970. scriptx
  16971. scriptx
  16972. 1.5.1
  16973. scroll
  16974. samples
  16975. tools
  16976. sdec/scom
  16977. security
  16978. security
  16979. sedit
  16980. sedit
  16981. 1.0b3
  16982. selectors
  16983. server
  16984. control
  16985. services
  16986. setdefaultdtp
  16987. setdeskcpatdemo
  16988. setled
  16989. setup
  16990. setupgl
  16991. setwindbackcolor
  16992. sgcapture
  16993. sgcapture2disk
  16994. shared
  16995. sherlock
  16996. sherlock
  16997. plug-ins
  16998. shimmermate
  16999. shimmermate
  17000. 2.0.1
  17001. globals
  17002. movie
  17003. showdialogboxes
  17004. e    No Changef
  17005. setdeskcpatq
  17006. Dev.CD Feb 00 TC
  17007. D!All Packages
  17008. Tool Chest Edition
  17009. SetLED
  17010. A sample program which demonstrates how to make the ADBOp call under 68K, PPC and CFM-68K environments.  The program sample will cause the Caps Lock, Num Lock and Scroll Lock Keys to blink until the mouse is pressed.  This program is a modification of the LEDApp which was written by Greg Robbins in 1991
  17011. The program sample works in all of the current Mac OS environments. Of interest is that the sample code includes glue code for fixing a crashing problem in making the ADBOp call under CFM-B\68K for SSW 8.1 and earlier.  
  17012. The sample code was built using Code Warrior Pro environment
  17013. J'Sample Code.img
  17014. Windows Sample Code.imgK
  17015. Jun 98N
  17016. ADBOp, ADB, CFM-68KO
  17017. Dev.CD Feb 00 TC:Sample Code:P
  17018. Dev.CD Feb 00 TC
  17019.  - Sample CodeV
  17020. 6490X
  17021. Feb 00^
  17022. Mar 92
  17023. --set theItem to choose file -- uncomment to test in an AS editor
  17024.     tell application "Finder"
  17025.         open item "Dev.CD Mar 92
  17026. Dev.CD Feb 92
  17027. Dev.CD Jan 92
  17028. Dev.CD Vol. XI
  17029. Dev.CD Vol. X
  17030. Dev.CD Vol. IX
  17031. Dev.CD Vol. VIII
  17032. Dev.CD Vol. VII"
  17033.         activate
  17034.     end tell
  17035. on error errMsg number errNum
  17036.     --enter statements to perform when no records are found such as...
  17037.     display dialog "Sorry, the item you selected could not be found."
  17038.     return
  17039. end try
  17040. All Packages
  17041. 6.0.7OhDev.CD Mar 92
  17042. Dev.CD Feb 92
  17043. Dev.CD Jan 92
  17044. Dev.CD Vol. XI
  17045. Dev.CD Vol. IX
  17046. Dev.CD Vol. VIII
  17047. Dev.CD Vol. VIIPgDev.CD Mar 92
  17048. Dev.CD Feb 92
  17049. Dev.CD Jan 92
  17050. Dev.CD Vol. XI
  17051. Dev.CD Vol. IX
  17052. Dev.CD Vol. VIII
  17053. Dev.CD Vol. VIV
  17054. 5175X
  17055. Mar 92
  17056. arameters are held in the resource fork. ResEdit templates and "Types.r" fragments are included to make the resource work friendly.
  17057. Hardware tools.imgK
  17058. Vol XI:Tool Chest:Testing & Debugging:Hardware tools:V
  17059. 5019X
  17060. 1e    No Change
  17061. 1-bit
  17062. Dev.CD Apr 96 SSV
  17063. 5449X
  17064. Apr 96
  17065. f--set theItem to choose file -- uncomment to test in an AS editor
  17066.     tell application "Finder"
  17067.         open item "Dev.CD Apr 96 SSW"
  17068.         activate
  17069.     end tell
  17070. on error errMsg number errNum
  17071.     --enter statements to perform when no records are found such as...
  17072.     display dialog "Sorry, the item you selected could not be found."
  17073.     return
  17074. end try
  17075. All Packages
  17076. 7.5.2 (7500/8500)O
  17077. Dev.CD Jan 96 SSWP
  17078. Dev.CD Jan 96 SSV
  17079. 5450X
  17080. Jan 96
  17081. f--set theItem to choose file -- uncomment to test in an AS editor
  17082.     tell application "Finder"
  17083.         open item "Dev.CD Jan 96 SSW"
  17084.         activate
  17085.     end tell
  17086. on error errMsg number errNum
  17087.     --enter statements to perform when no records are found such as...
  17088.     display dialog "Sorry, the item you selected could not be found."
  17089.     return
  17090. end try
  17091. All Packages
  17092. 7.5.2 (7500/8500)O
  17093. Dev.CD Jan 96 SSWP
  17094. Dev.CD Jan 96 SSV
  17095. 5451X
  17096. Jan 96
  17097. letter
  17098. letters
  17099. NDAppleShare, File Sharing, Faceless Background-only, FBA, PPC ToolboxOUDev.CD Feb 00 TC:Tool Chest:Interapplication Communication:Server Remote Control 1.1:P]Dev.CD Feb 00 TC
  17100.  - Tool Chest
  17101.  - Interapplication Communication
  17102.  - Server Remote Control 1.1
  17103. trained
  17104. training
  17105. traits
  17106. transaction
  17107. transfer
  17108. transferred
  17109. transfers
  17110. transform
  17111. transition
  17112. translate
  17113. translated
  17114. translaterotate
  17115. translation
  17116. translations
  17117. translators
  17118. translucent
  17119. transmission
  17120. transmitted
  17121. transparent
  17122. transparently
  17123. transport
  17124. tevens  and Bill Guschwan.   The message hasn
  17125. t changed: Don
  17126. t write directly to the screen. But if you absolutely need to break the rules, here are some clues for success.
  17127. J(develop Issue 11:
  17128. develop Issue 11 code:K
  17129. Vol IIIL
  17130. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 11:PJDev.CD Dec 99 RL
  17131.  - Technical Documentation
  17132.  - develop
  17133.  - develop Issue 11o perform when no records are found such as...
  17134.     display dialog "Sorry, the item you selected could not be found."
  17135.     return
  17136. end try
  17137. e    No Changeq
  17138. Dev.CD Feb 00 TC
  17139. D!All Packages
  17140. Tool Chest Edition
  17141. ADBReInit 1.0I
  17142. Summary: This Extension patches a bug in system software which can cause the PowerBook 140/170 and the Quadras to crash when _ADBReInit is called.J+ADBReInit
  17143. ADBReInit Note
  17144. ADBReInit Note.txtK
  17145. Sep 92M+PowerBook 140/170 or the Quadra 700/900/950N
  17146. ADBODDev.CD Feb 00 TC:Tool Chest:Devices:Apple Desktop Bus:ADBReInit 1.0:ge
  17147. --set theItem to choose file -- uncomment to test in an AS editor
  17148.     tell application "Finder"
  17149.         open item "Dev.CD Apr 94
  17150. Dev.CD Jan 94
  17151. Dev.CD Oct 93
  17152. Dev.CD Jul 93
  17153. Dev.CD Apr 93"
  17154.         activate
  17155.     end tell
  17156. on error errMsg number errNum
  17157.     --enter statements to perform when no records are found such as...
  17158.     display dialog "Sorry, the item you selected could not be found."
  17159.     return
  17160. end try
  17161. allocation
  17162. allow
  17163. allowing
  17164. allowsW
  17165. almost
  17166. along
  17167. alpha
  17168. already
  17169. altdboxproc
  17170. alter
  17171. alterations
  17172. alternate
  17173. alternative
  17174. although
  17175. altivec
  17176. always
  17177. 5874X
  17178. Dec 99^
  17179. --set theItem to choose file -- uncomment to test in an AS editor
  17180.     tell application "Finder"
  17181.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 12:"
  17182.         activate
  17183.     end tell
  17184. on error errMsg number errNum
  17185.     --enter statements to perform when no records are found such as...
  17186.     display dialog "Sorry, the item you selected could not be found."
  17187.     return
  17188. end try
  17189. Next CDq
  17190. Dev.CD Dec 99 RL
  17191. D(All Packages
  17192. Reference Library Edition
  17193. develop Issue 13
  17194. Virtual User tools.imgK
  17195. Jul 93L
  17196. Aug 94
  17197. Memory Monitor requires System Software 7.0 or greater, and Apple
  17198.  Event Manager v1.0.1 or later. Memory Monitor can be utilized by either Virtual User 2.0 or any AppleScript capable environment. Memory Monitor runs on all Macintosh models including and after the Macintosh Plus. 
  17199. N(Testing, Memory, Virtual User, DebuggingOCDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User tools:
  17200. Enterprise and Internet Documentation (HTML and PDF formats)
  17201. Includes:
  17202. Web Objects Documentation
  17203. -WebObjects 3.5 Library
  17204. -Getting Started With WebObjects
  17205. -WebObjects Developer's Guide
  17206. -Release Notes
  17207. Enterprise Objects Documentation:
  17208. -Enterprise Objects 2.2
  17209. -Using Enterprise Objects Framework With OPENSTEP
  17210. Web Objects, Enterprise Objects Framework, EOF, WebObjects, Technical Publications, Technical Documentation, Tutorial, Getting Started, Developer's Guide
  17211. J+enterprise.html
  17212. index.html
  17213. WebObjects:K
  17214. Dec 97L
  17215. Dec 98O3Dev.CD Dec 99 RL:Technical Publications:enterprise:P8Dev.CD Dec 99 RL
  17216.  - Technical Publications
  17217.  - enterpriseV
  17218. 2.1.4
  17219. install
  17220. redistribution
  17221. mrplus
  17222. mrplus
  17223. multifinder
  17224. multifinder
  17225. 6.1b9
  17226. multimedia
  17227. multimedia
  17228. standards
  17229. reports
  17230. multiprocessing
  17231. multiprocessing
  17232. myhelpmenu
  17233. macsbug
  17234. macros/templates
  17235. Summary: This is the electronic version of develop magazine.
  17236.  Issue 11 highlights:
  17237. The Asynchronous Sound Helper  by Bryan K. (
  17238. Beaker
  17239. ) Ressler. Confused about the Sound Manager? Here
  17240. s help: a detailed walk-through of useful routines for accomplishing common Sound Manager tasks.
  17241. Around and Around: Multibuffering Sounds  by Neil Day.   The inside world of multibuffering sounds is exposed to the light, and we discover that it
  17242. s really not that gory.
  17243. Living In an Exceptional World  by 
  17244. Sean Parent.   Ever get mad at those 
  17245. Real programs check errors here
  17246.  comments you see so often in sample code? Here
  17247. s a workable error-handling methodology that might interest you.
  17248. The NetWork Project: Distributed Computing on the Macintosh  by G
  17249. nther Sawitzki.   Distributed computing is looming large on the horizon, and programmers need to be ready. NetWork enables you to experiment with distributed computing right now.
  17250. Graphical Truffles: Writing Directly to the Screen  by Brigham S
  17251. quickdraw
  17252. international
  17253. testing
  17254. memory
  17255. virtual
  17256. debugging
  17257. encoding
  17258. character
  17259. encoding
  17260. converter
  17261. encoding
  17262. converter
  17263. unicode
  17264. charset
  17265. character
  17266. encodi
  17267. encoding
  17268. unicode
  17269. script
  17270. language
  17271. conversion
  17272. games
  17273. input
  17274. text-to-speech
  17275. textedit
  17276. thread
  17277. thread
  17278. manager
  17279. thread
  17280. threads
  17281. tasks
  17282. tasking
  17283. multitasking
  17284. threading
  17285. threads
  17286. timing
  17287. token
  17288. tokenize
  17289. tokenizer
  17290. tokenizer
  17291. fcode
  17292. tokentalk
  17293. virtual
  17294. external
  17295. toolbox
  17296. toolbox
  17297. assistant
  17298. quickview
  17299. toolkit
  17300. standardgetfolder
  17301. replaces
  17302. customgetfile
  17303. Wpanel
  17304. allows
  17305. summary
  17306. application
  17307. which
  17308. provides
  17309. various
  17310. video
  17311. summary
  17312. controlling
  17313. finder
  17314. through
  17315. apple
  17316. summary
  17317. which
  17318. known
  17319. finderevents
  17320. summary
  17321. apple
  17322. peoplesoft
  17323. launched
  17324. partnership
  17325. summary
  17326. apple
  17327. computer
  17328. espana
  17329. prepared
  17330. guide
  17331. summary
  17332. apple
  17333. designed
  17334. maccheck
  17335. suport
  17336. provid
  17337. summary
  17338. apple
  17339. directions
  17340. developer
  17341. business
  17342. report
  17343. summary
  17344. folder
  17345. contains
  17346. revised
  17347. acrobat
  17348. versions
  17349. summary
  17350. folder
  17351. contains
  17352. sample
  17353. applications
  17354. demons
  17355. summary
  17356. folder
  17357. contains
  17358. apple
  17359. event
  17360. terminolog
  17361. summary
  17362. folder
  17363. contains
  17364. tools
  17365. useful
  17366. develo
  17367. summary
  17368. software
  17369. apple
  17370. macintosh
  17371. display
  17372. summary
  17373. package
  17374. provides
  17375. something
  17376. replacement
  17377. runtime
  17378. runtimehtml
  17379. runtimesvcs
  17380. russian
  17381. russian
  17382. 1.1.3
  17383. s-swedish
  17384. sample
  17385. rights
  17386. rigorously
  17387. rinaldi1
  17388. risc-based
  17389. sample
  17390. which
  17391. demonstrates
  17392. ethernet
  17393. driver
  17394. code-like
  17395. quoted
  17396. quoting
  17397. qwerty
  17398. races
  17399. radcliffe
  17400. radically
  17401. radio
  17402. raises
  17403. expansion
  17404. ramdisk
  17405. ramifications
  17406. randall
  17407. random
  17408. randomly
  17409. range
  17410. ranger
  17411. ranging
  17412. rapid
  17413. rapidly
  17414. rappoport
  17415. rates
  17416. rather
  17417. rationale
  17418. rawip
  17419. rdocproc
  17420. re-built
  17421. re-direct
  17422. re-enabled
  17423. read-only
  17424. read/write
  17425. g--set theItem to choose file -- uncomment to test in an AS editor
  17426.     tell application "Finder"
  17427.         open item "Dev.CD Jan 96 SDK2"
  17428.         activate
  17429.     end tell
  17430. on error errMsg number errNum
  17431.     --enter statements to perform when no records are found such as...
  17432.     display dialog "Sorry, the item you selected could not be found."
  17433.     return
  17434. end try
  17435. infomation
  17436. inform
  17437. informationW
  17438. nocopyreceives
  17439. notes
  17440. nubus
  17441. nubus
  17442. tester
  17443. object
  17444. object
  17445. pascal
  17446. objective-c
  17447. objectsupportlib
  17448. objectsupportlib
  17449. 1.1.4
  17450. offscreencontrolupda
  17451. onescanner
  17452. palette
  17453. parser
  17454. pascal
  17455. pb3400
  17456. performance
  17457. photoshop
  17458. player
  17459. plugins
  17460. postscript
  17461. powerbook
  17462. primer
  17463. ers section of the QuickTime web-site where you will find many components of the SDK  on-line at:
  17464. http://www.apple.com/quicktime/developers
  17465. JmCheck the QuickTime 3 SDK
  17466. folder for more information
  17467. integrated with QuickTime.
  17468.  QuickTime VR is now fully K
  17469. Jul 97L
  17470. Oct 98O9Dev.CD Jan 00 SDK1:Development Kits:Mac OS:QuickTime
  17471.  VR:PADev.CD Jan 00 SDK1
  17472.  - Development Kits
  17473.  - Mac OS
  17474.  - QuickTime
  17475.  VRrfc1378
  17476. rfc1570
  17477. rfc1570
  17478. rfc1618
  17479. rfc1618
  17480. rfc1661
  17481. rfc1661
  17482. rfc1662
  17483. rfc1662
  17484. rhapsody
  17485. rhapsody
  17486. richardson
  17487. rights
  17488. rinaldi
  17489. rincludes
  17490. roadmap
  17491. robix
  17492. robix
  17493. sources
  17494. compiler
  17495. tools
  17496. appearance
  17497. appearance
  17498. gworld
  17499. off-screen
  17500. appearance
  17501. keyboard
  17502. function
  17503. appearance
  17504. manager
  17505. append
  17506. appkit
  17507. resou
  17508. macintosh
  17509. summary
  17510. document
  17511. discusses
  17512. apple's
  17513. creating
  17514. summary
  17515. document
  17516. explains
  17517. error
  17518. codes
  17519. summary
  17520. document
  17521. shows
  17522. keycodes
  17523. virtual
  17524. summary
  17525. example
  17526. shows
  17527. items
  17528. print
  17529. dialogs
  17530. summary
  17531. extension
  17532. patches
  17533. system
  17534. software
  17535. summary
  17536. contains
  17537. information
  17538. describing
  17539. summary
  17540. folder
  17541. contains
  17542. summary
  17543. folder
  17544. contains
  17545. european
  17546. distributors
  17547. summary
  17548. folder
  17549. contains
  17550. number
  17551. postscript
  17552. utilitie
  17553. summary
  17554. folder
  17555. contains
  17556. variety
  17557. hypercard
  17558. summary
  17559. folder
  17560. contains
  17561. tools
  17562. useful
  17563. develo
  17564. summary
  17565. guide
  17566. provides
  17567. information
  17568. about
  17569. markets
  17570. distri
  17571. summary
  17572. collection
  17573. useful
  17574. quicktime
  17575. functions
  17576. summary
  17577. complete
  17578. demonstration
  17579. access
  17580. summary
  17581. da/application
  17582. allows
  17583. examine
  17584. source
  17585. management
  17586. b--set theItem to choose file -- uncomment to test in an AS editor
  17587.     tell application "Finder"
  17588.         open item "Dev.CD Apr 93"
  17589.         activate
  17590.     end tell
  17591. on error errMsg number errNum
  17592.     --enter statements to perform when no records are found such as...
  17593.     display dialog "Sorry, the item you selected could not be found."
  17594.     return
  17595. end try
  17596. bring-up
  17597. d could not be found."
  17598.     return
  17599. end try
  17600. e    No Changef
  17601. Adobe
  17602. Acrobat
  17603. Reader
  17604. Dev.CD Dec 99 RL Disk 1
  17605. D(All Packages
  17606. Reference Library Edition
  17607. F$Advanced Color Imaging on the Mac OS
  17608.     C}nts: Top 10 Printing Misdemeanors  by Pete (
  17609. ) Alexander.   You know the felonies, now learn the lesser printing crimes.
  17610. J(develop Issue 12:
  17611. develop Issue 12 code:K
  17612. Vol IIIL
  17613. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 12:PJDev.CD Dec 99 RL
  17614.  - Technical Documentation
  17615.  - develop
  17616.  - develop Issue 12 the item you selected could not be found."
  17617.     return
  17618. end try
  17619. er as the Acrobat Reader).  When using  Acrobat Reader, selecting the Help > Reader Onli
  17620. ne Guide menu will open READER.PDF automatically. (Note: the Help menu is the second menu from the right and is indicated by a Question mark icon.)
  17621. Adobe encourages you to register as an Acrobat Reader user; letting us know who you are helps us continue to provide you with better products, better service, and the most up-to-date information on Adobe Acrobat. If you have not already registered, please do so at:
  17622.     http://www.adobe.com/acrobat/register.html
  17623. To view the latest information
  17624. Summary: This is the electronic version of develop magazine.
  17625.  Issue 12 highlights:
  17626. Techniques for Writing and Debugging Components  by Gary Woodcock and Casey King.   Components aren
  17627. t just for QuickTime programmers anymore.
  17628. Time Bases: The Heartbeat of QuickTime  by Guillermo A. Ortiz.   Understanding and manipulating time bases directly is sometimes helpful. Here are some tips.
  17629. Better Apple Event Coding Through Objects  by Eric M. Berdahl.   Adding object model support to your exist
  17630. ing OOP code may be easier than you think.
  17631. Another Take on Globals in Standalone Code  by Keith Rollin.   For MPW users, here
  17632. s an alternative way to implement globals in standalone code.
  17633. Be Our Guest: Components and C++ Classes Compared  by David 
  17634. Van Brink.   Components and C++ classes have some surface similarities but underneath are very different beasts.
  17635. Graphical Truffles: Animation at a Glance  by Edgar Lee.   Three basic animation techniques everyone should know about.
  17636. Print Hi
  17637. Jul 95
  17638. b--set theItem to choose file -- uncomment to test in an AS editor
  17639.     tell application "Finder"
  17640.         open item "Dev.CD Jul 95"
  17641.         activate
  17642.     end tell
  17643. on error errMsg number errNum
  17644.     --enter statements to perform when no records are found such as...
  17645.     display dialog "Sorry, the item you selected could not be found."
  17646.     return
  17647. end try
  17648. All Packages
  17649. System 7.5 Update 1.0O
  17650. Dev.CD Jul 95P
  17651. Dev.CD Jul 9V
  17652. 6597X
  17653. Jul 95
  17654. b--set theItem to choose file -- uncomment to test in an AS editor
  17655.     tell application "Finder"
  17656.         open item "Dev.CD Jul 95"
  17657.         activate
  17658.     end tell
  17659. on error errMsg number errNum
  17660.     --enter statements to perform when no records are found such as...
  17661.     display dialog "Sorry, the item you selected could not be found."
  17662.     return
  17663. end try
  17664. All Packages
  17665. System 7.5 Update 1.0O
  17666. Dev.CD Jul 95P
  17667. Dev.CD Jul 9V
  17668. 6598X
  17669. Jul 95
  17670. --set theItem to choose file -- uncomment to test in an AS editor
  17671.     tell application "Finder"
  17672.         open item "Dev.CD Apr 94
  17673. Dev.CD Jan 94
  17674. Dev.CD Oct 93
  17675. Dev.CD Jul 93"
  17676.         activate
  17677.     end tell
  17678. on error errMsg number errNum
  17679.     --enter statements to perform when no records are found such as...
  17680.     display dialog "Sorry, the item you selected could not be found."
  17681.     return
  17682. end try
  17683. examples
  17684. exceeds
  17685. except
  17686. exception
  17687. exceptional
  17688. exceptions
  17689. exchange
  17690. exchanging
  17691. exciting
  17692. executable
  17693. execute
  17694. executed
  17695. December 1995 Apple Directions Articles
  17696. News: Stragegy Mosaic (Newton 2.0); Editor's Note (Apple Directions Express); IndustryWatch (Evangelical Words and Deeds); News (OpenDoc 1.0 Goes GM; CHRP Announcement; Apple To Move Communications to Internet; Apple's Record Quarter; Apple Guide 2.0; Apple's Customers Most Loyal; Mac the Better Business Propositin Says IDS; Mac Costs Less To Support; Apple Leads in Ed Market; PowerTalk Gateways; QuickDraw 3d Accelerator Card).
  17697. Technology: develop,
  17698.  Issue 24; CD Highlights; OpenDoc Human Interface FAQs; Copland Drivers; Human Interface (Culture Clash).
  17699. Business: Special Market Report (Health Care); Financing For Software Developers; Developer University Schedule; The Internet Page.
  17700. November 1995 Apple Directions Articles
  17701. Apple's Developer Business Report with news and information about Apple's strategic, technological, and business directions
  17702. Strategy Mosaic: Apple's Development Tools Strategy. IndustryWatch: The Macintosh Strate
  17703. 5875X
  17704. Dec 99^
  17705. --set theItem to choose file -- uncomment to test in an AS editor
  17706.     tell application "Finder"
  17707.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 13:"
  17708.         activate
  17709.     end tell
  17710. on error errMsg number errNum
  17711.     --enter statements to perform when no records are found such as...
  17712.     display dialog "Sorry, the item you selected could not be found."
  17713.     return
  17714. end try
  17715. Next CDq
  17716. Dev.CD Dec 99 RL
  17717. D(All Packages
  17718. Reference Library Edition
  17719. develop Issue 14
  17720.     ng the system heap or application heap.
  17721. SysBeep interrupt:  The CPU can invoke a SysBeep call during a set interval time (in ticks).  When a movie is currently open, a SysBeep will result only as a menubar flash.  However, if a movie is without a sound track or a movie is closed, the SysBeep will beep normally.
  17722. Define Window Type:  Rather than using just the standard "square" window shape, MegaMovies uses a special WDEF resource for displaying various wind
  17723. phone
  17724. phonetic
  17725. photo
  17726. photograph
  17727. photographers
  17728. photographs
  17729. photos
  17730. photoshop
  17731. phrase
  17732. phrases
  17733. physical
  17734. physically
  17735. piccomment
  17736. piccomments
  17737. piccomments/bottlene
  17738. piccommentstest
  17739. pichandle
  17740. picker
  17741. pickers
  17742. pictdialog
  17743. pictinfotest
  17744. picts
  17745. picture
  17746. pictures
  17747. piece
  17748. pieces
  17749. piersol
  17750. pinterfaces
  17751. pinyin
  17752. pioneer
  17753. pippin
  17754. pippin-specific
  17755. pitch
  17756. pitfalls
  17757. pixel
  17758. pixels
  17759. pixmap
  17760. pixmap2pixpat2ppat
  17761. pixmaps
  17762. placement
  17763. ^PrDev.CD Apr 94
  17764. Dev.CD Jan 94
  17765. Dev.CD Oct 93
  17766. Dev.CD Jul 93
  17767. Dev.CD Apr 93
  17768. Dev.CD Feb 93
  17769. Dev.CD Jan 93
  17770. Dev.CD Nov/Dec 9V
  17771. 5285X
  17772. Apr 94
  17773. --set theItem to choose file -- uncomment to test in an AS editor
  17774.     tell application "Finder"
  17775.         open item "Dev.CD Apr 94
  17776. Dev.CD Jan 94
  17777. Dev.CD Oct 93
  17778. Dev.CD Jul 93
  17779. Dev.CD Apr 93
  17780. Dev.CD Feb 93
  17781. Dev.CD Jan 93
  17782. Dev.CD Nov/Dec 92"
  17783.         activate
  17784.     end tell
  17785. on error errMsg number errNum
  17786.     --enter statements to perform when no records are found such as...
  17787.     display dialog "Sorry, the item you selected could not be found."
  17788.     return
  17789. end try
  17790. All Packages
  17791. 7.1OEDev.CD Apr 94
  17792. Dev.CD Jan 94
  17793. Dev.CD Oct 93
  17794. Dev.CD Jul 93
  17795. Dev.CD Apr 93PDDev.CD Apr 94
  17796. Dev.CD Jan 94
  17797. Dev.CD Oct 93
  17798. Dev.CD Jul 93
  17799. Dev.CD Apr 9V
  17800. 5286X
  17801. Apr 94
  17802. esired
  17803. deskpat
  17804. desktop
  17805. Le    No Changef$Open Transport
  17806. STREAMS
  17807. module
  17808. driverq
  17809. Dev.CD Feb 00 TC
  17810. MD!All Packages
  17811. Tool Chest Edition
  17812. SWAt 2.0b6
  17813. Summary:    SWAt is a tool that allows you to set several attributes of all Macintosh
  17814.  Finder
  17815.  related windows on a hard disk.  The attributes currently configurable with SWAt are: Home window position, window stagger, uniform window dimensions, scroll bar position, and folder labels.  This tool is designed to assist the CD producer in presenting a uniform look to all windows in the Finder.
  17816. Issues:   SWAt is beta software, and is completely unsupported.  Use at your own risk.
  17817. JBRead Me - SWAt 2.0b6
  17818. Read Me - SWAt 2.0b6.txt
  17819. SWAt User GuideK
  17820. May 94L
  17821. Nov 94N
  17822. CD, Finder Windows, HackO;Dev.CD Feb 00 TC:Tool Chest:Developer Utilities:SWAt 2.0b6:PCDev.CD Feb 00 TC
  17823.  - Tool Chest
  17824.  - Developer Utilities
  17825.  - SWAt 2.0b6V
  17826. 6548X
  17827. Feb 00^
  17828. appstogo
  17829. april
  17830. arabe
  17831. arabic
  17832. All Packages
  17833. Excellent CD (I)P
  17834. Excellent CD (IV
  17835. 5076X
  17836. nt CD 
  17837. e--set theItem to choose file -- uncomment to test in an AS editor
  17838.     tell application "Finder"
  17839.         open item "Excellent CD (I)"
  17840.         activate
  17841.     end tell
  17842. on error errMsg number errNum
  17843.     --enter statements to perform when no records are found such as...
  17844.     display dialog "Sorry, the item you selected could not be found."
  17845.     return
  17846. end try
  17847. All Packages
  17848. 2.0.1OqDev.CD Vol. VII
  17849. Dev CD Vol. VI
  17850. Dev CD Vol. V
  17851. Dev CD Vol. IV Developer CD (III)
  17852. Developer CD (II)
  17853. Excellent CD (I)PpDev.CD Vol. VII
  17854. Dev CD Vol. VI
  17855. Dev CD Vol. V
  17856. Dev CD Vol. IV Developer CD (III)
  17857. Developer CD (II)
  17858. Excellent CD (IV
  17859. 5077X
  17860. Vol. V
  17861. Feedback Request 9/1/93
  17862. FireBallFrames.rsrc
  17863. GameHeaders
  17864. GameSource
  17865. nuTankFrames.rsrc
  17866. Release Notes 8/31/93
  17867. resources.rsrc
  17868. UtilCode
  17869. ZAM 1.0a13
  17870. ZAM Sounds
  17871. Nov 93:Tool Chest:Games:Game Sample Code:ZAM 1.0a13:V
  17872. 5059X
  17873. 1e    No Change
  17874. apple@
  17875. Summary: This folder contains revised Acrobat versions of Inside Macintosh volumes Advanced Color Imaging on the Mac OS and its companion, Advanced Color Imaging Reference with hypertext links to new and modified material in those books. For an overview of these changes, see the document What's New in ACI.
  17876. Advanced Color Imaging on the Mac OS describes how to enhance your application
  17877. s color capabilities using the Palette Manager, the Color Picker Manager, the ColorSync Manager, and the CB
  17878. olor Manager. It
  17879. s companion book, Advanced Color Imaging Reference, documents the constants, data types, and functions your application uses to provide color support.
  17880. JCAdvanced Color Imaging
  17881. Advanced Color Imaging Ref
  17882. What's New in ACIK
  17883. Jan 97O:Dev.CD Dec 99 RL:Technical Documentation:Inside Macintosh:P?Dev.CD Dec 99 RL
  17884.  - Technical Documentation
  17885.  - Inside Macintosh
  17886. apple
  17887. directions
  17888. 06/96
  17889. apple
  17890. directions
  17891. 06/97
  17892. apple
  17893. directions
  17894. 07/95
  17895. apple
  17896. directions
  17897. 07/96
  17898. edit-related
  17899. editable
  17900. editcdev
  17901. edited
  17902. editing
  17903. edition
  17904. effectively
  17905. effects
  17906. efficient
  17907. effort
  17908. effortless
  17909. efforts
  17910. either
  17911. eject
  17912. elaborates
  17913. electronic
  17914. electronics
  17915. element
  17916. elements
  17917. eliminates
  17918. eliminating
  17919. elizabeth
  17920. email
  17921. embed
  17922. embed
  17923. profile
  17924. image
  17925. specified
  17926. image's
  17927. embedded
  17928. embedding
  17929. Summary: This is the electronic version of develop magazine.
  17930.  Issue 13 highlights:
  17931. Asynchronous Routines on the Macintosh  by Jim Luther.   How to avoid the pitfalls of calling routines asynchronously.
  17932. Inside QuickTime and Component-Based Managers   by Bill Guschwan.   Useful debugging and tracing techniques for QuickTime and the Component Manager.
  17933. Macintosh Debugging: The Belly of the Beast Revisited  by Fred Huxham and Greg Marriott.   A supplement to the Belly of the Beast debuggin
  17934. g article in Issue 8: four new tools explained.
  17935. Adventures in Color Printing  by Dave Hersey.   A general strategy for printing color images that ensures the best possible quality.
  17936. DeviceLoop Meets the Interface Designer  by John Powers   This little-known System 7 routine can help you deal with multiple screen environments.
  17937. Somewhere in QuickTime: Top 10 QuickTime Tips  by John Wang.   The first installment of a new column on QuickTime: hot tips from the masters.
  17938. Print Hints: Looking 
  17939. Summary:  Apple has licensed and has ported IBM's SOMobjects technology to the Macintosh. SOMobjects is a multi-platform standard providing for system-level sharable objects in a language-neutral way. It also solves the "fragile base class" problem of object-oriented shared libraries, avoiding the need for client libraries to be recompiled when the base class they inherit from is in a different library and is changed.
  17940. To offer these benefits (multi-platform support and fragile base-class 
  17941. resolution) SOMobjects requires the use of an Interface Description Language (IDL) compiler as a first step in the development process. An MPW-hosted version of this compiler is now available.
  17942. SOMobjects runs on top of CFM, and thus is available for both 68K and native PowerPC Macintosh development. It is a foundation technology for OpenDoc.
  17943. SOMobjects
  17944.  for Mac OS version 2.0.8 contains several bug fixes over version 2.0.7.
  17945. Jan 96L
  17946. Oct 96 Apple Events, AppleEventsents, AppleEvents
  17947. ought@
  17948. ations.
  17949. Features: Tools that will test and debug Apple events; build 'aete' resources; build, send, and verify Apple event records; debug the OSL; MacsBug dcmds; FKEYS; send Apple events via XCMDS; and more.
  17950. AE Coercion INIT
  17951. AEGizmos 1.4.2
  17952. Aete Editor Stack 1.0b3
  17953. AETracker 3.0
  17954. AutoGuest
  17955. FKEYs
  17956. Macsbug Resources
  17957. OSL + Debug Hack 1.0b1
  17958. ResEdit 'aete' Editor 1.0b4
  17959. ResEdit 'scpt' Editor
  17960. SendAE MPW Tool 1.1
  17961. SendAE Test Tool 0.3
  17962. SignatureToApp 1.1
  17963. Tools
  17964. Read MeK
  17965. May 92L
  17966. May 95M.System 7.0 is required with the AEM extension.N
  17967. AE, Apple Events, AppleEventsODDev.CD Feb 00 TC:Tool Chest:Interapplication Communication:AE Tools:PLDev.CD Feb 00 TC
  17968.  - Tool Chest
  17969.  - Interapplication Communication
  17970.  - AE Tools
  17971. b--set theItem to choose file -- uncomment to test in an AS editor
  17972.     tell application "Finder"
  17973.         open item "Dev.CD Oct 94"
  17974.         activate
  17975.     end tell
  17976. on error errMsg number errNum
  17977.     --enter statements to perform when no records are found such as...
  17978.     display dialog "Sorry, the item you selected could not be found."
  17979.     return
  17980. end try
  17981. security
  17982. security
  17983. sedit
  17984. sedit
  17985. 1.0b3
  17986. selectors
  17987. server
  17988. server
  17989. remote
  17990. control
  17991. services
  17992. setdefaultdtp
  17993. setdeskcpatdemo
  17994. setled
  17995. setup
  17996. setwindbackcolor
  17997. shared
  17998. sherlock
  17999. sherlock
  18000. plug-ins
  18001. shimmermate
  18002. shimmermate
  18003. 2.0.1
  18004. globals
  18005. movie
  18006. showdialogboxes
  18007. showdialogboxes
  18008. showiniticon
  18009. simple
  18010. Ahead to QuickDraw GX  by Pete (
  18011. ) Alexander.   Some things you should be aware of involving QuickDraw GX and its effect on printing.
  18012. Graphical Truffles: The Palette Manager Way  by Edgar Lee and Forrest Tanaka.   The Palette Manager need not be a mystery. Here
  18013. s the scoop.
  18014. J(develop Issue 13:
  18015. develop Issue 13 code:K
  18016. Vol IIIL
  18017. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 13:PJDev.CD Dec 99 RL
  18018.  - Technical Documentation
  18019.  - develop
  18020.  - develop Issue 13open.  This is useful for multiple movie testing.
  18021. Standard Movie Controllers:  The userlected could not be found."
  18022.     return
  18023. end try
  18024. e    No Changef
  18025. Apple Events
  18026. AppleEventsq
  18027. Dev.CD Feb 00 TC
  18028. D!All Packages
  18029. Tool Chest Edition
  18030. AEGizmos 1.4.2I
  18031. What Are the AEGizmos?
  18032. AEGizmos consists of four libraries in one. These libraries provide alternate ways of building and reading Apple events and Apple event descriptors.2061X
  18033. 1e    No Change
  18034. on-line-service
  18035. on-screen
  18036. on/off
  18037. one's
  18038. onescanner
  18039. online
  18040. opaque
  18041. opcodes
  18042. living
  18043. llama
  18044. load/dump
  18045. loaded
  18046. loading
  18047. local
  18048. locale
  18049. locale-insensitive
  18050. locale-sensitive
  18051. locales
  18052. localizable
  18053. localization
  18054. localize
  18055. localized
  18056. localizers
  18057. localizing
  18058. longer
  18059. looking
  18060. lookup
  18061. lookupmenu
  18062. looming
  18063. looney
  18064. loose
  18065. low-disk-space
  18066. low-level
  18067. loyal
  18068. lpx-40
  18069. luther
  18070. All Packages
  18071. 7.5.3O
  18072. Dev.CD Dec 96 SEP
  18073. Dev.CD Dec 96 SV
  18074. 5534X
  18075. Dec 96
  18076. e--set theItem to choose file -- uncomment to test in an AS editor
  18077.     tell application "Finder"
  18078.         open item "Dev.CD Dec 96 SE"
  18079.         activate
  18080.     end tell
  18081. on error errMsg number errNum
  18082.     --enter statements to perform when no records are found such as...
  18083.     display dialog "Sorry, the item you selected could not be found."
  18084.     return
  18085. end try
  18086. All Packages
  18087. 7.5.3O
  18088. Dev.CD Dec 96 SE
  18089. Dev.CD Dec 96 SEV
  18090. 5535X
  18091. Dec 96
  18092. f--set theItem to choose file -- uncomment to test in an AS editor
  18093.     tell application "Finder"
  18094.         open item "Dev.CD Dec 96 SE
  18095.         activate
  18096.     end tell
  18097. on error errMsg number errNum
  18098.     --enter statements to perform when no records are found such as...
  18099.     display dialog "Sorry, the item you selected could not be found."
  18100.     return
  18101. end try
  18102. All Packages
  18103. 7.5.3O
  18104. Dev.CD Jan 98 SSWP
  18105. Dev.CD Jan 98 SSV
  18106. 5536X
  18107. Jan 98
  18108. 6517X
  18109. Feb 00^
  18110. r--set theItem to choose file -- uncomment to test in an AS editor
  18111.     tell application "Finder"
  18112.         open item "Dev.CD Feb 00 TC:Sample Code:"
  18113.         activate
  18114.     end tell
  18115. on error errMsg number errNum
  18116.     --enter statements to perform when no records are found such as...
  18117.     display dialog "Sorry, the item you selected could not be found."
  18118.     return
  18119. end try
  18120. e    No Changeq
  18121. Dev.CD Feb 00 TC
  18122. /D!All Packages
  18123. Tool Chest Edition
  18124. Snippets - Printing
  18125. (** = new, * = revised)
  18126. Dashed Lines:  This sample demonstrates how to draw dashed line objects on PostScript printers. This simple example does not deal with QuickDraw printers, on which it draws solid black lines.
  18127. Dashed-capped Lines:  This sample demonstrates how to draw dashed line objects on PostScript printers. In this case, they are capped PostScript lines. I use round caps, which means that the ends of the lines are rounded. This simple example does not deal with QuickDraw
  18128. GrayTtext
  18129. fixing
  18130. fkeys
  18131. flags
  18132. flash
  18133. flashes
  18134. flashing
  18135. flat-panel
  18136. flattenning
  18137. flavor
  18138. flavors
  18139. flavortypehfs
  18140. flavortypepromisehfs
  18141. flexibility
  18142. flexible
  18143. flicker
  18144. flicker-free
  18145. flickers
  18146. flight-sim
  18147. flightsim
  18148. flipping
  18149. float-to-int
  18150. floating
  18151. flood
  18152. flookup
  18153. floor
  18154. floppies
  18155. floppy
  18156. flowing
  18157. flush
  18158. flushing
  18159. 6528X
  18160. Apr 98^
  18161. --set theItem to choose file -- uncomment to test in an AS editor
  18162.     tell application "Finder"
  18163.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):SOMobjects
  18164.  for Mac OS:"
  18165.         activate
  18166.     end tell
  18167. on error errMsg number errNum
  18168.     --enter statements to perform when no records are found such as...
  18169.     display dialog "Sorry, the item you selected could not be found."
  18170.     return
  18171. end try
  18172. e    No Changeq
  18173. Dev.CD Apr 98 SDK2
  18174. :D!All Packages
  18175. Mac OS SDK Edition
  18176. Sound Manager
  18177. Tool Chest Edition
  18178. F    aevt dcmd
  18179. The aevt (Apple event) dcmd is a MacsBug tool that displays a formatted listing of the contents of an AppleEvent record.  It is most useful when used in conjuntion with an ATB or TVB set on AESend to examine the contents of an event being sent or the result returned.
  18180. Much improved on the previous version, including many bug fixes and several enhancement to display format and additional type displays.
  18181.     No Change
  18182. joins
  18183. joseph
  18184. journey
  18185. joust
  18186. joysticks
  18187. jpeg-compressed
  18188. jsaver
  18189. jsaver
  18190. screen
  18191. saver
  18192. module
  18193. berkeley
  18194. systems
  18195. after
  18196. kaleida
  18197. kanji
  18198. karma
  18199. kazim
  18200. kbytes
  18201. keeping
  18202. keith
  18203. kevin
  18204. keyboard
  18205. keyboards
  18206. keycodes
  18207. keymenu
  18208. kinds
  18209. kleiman
  18210. knife
  18211. knowing
  18212. knowledge
  18213. known
  18214. knows
  18215. konstantin
  18216. kopala
  18217. --set theItem to choose file -- uncomment to test in an AS editor
  18218.     tell application "Finder"
  18219.         open item "Dev.CD Apr 94
  18220. Dev.CD Jan 94
  18221. Dev.CD Oct 93
  18222. Dev.CD Jul 93
  18223. Dev.CD Apr 93"
  18224.         activate
  18225.     end tell
  18226. on error errMsg number errNum
  18227.     --enter statements to perform when no records are found such as...
  18228.     display dialog "Sorry, the item you selected could not be found."
  18229.     return
  18230. end try
  18231. control
  18232. patch
  18233. adbop
  18234. adbop
  18235. cfm-68k
  18236. address
  18237. administrator
  18238. adobe
  18239. adobe
  18240. acrobat
  18241. reader
  18242. apple
  18243. events
  18244. appleevents
  18245. aegizmos
  18246. after
  18247. newgworld
  18248. usedistanthdwrmem
  18249. uselocalhdwrmem
  18250. network
  18251. server
  18252. symbiotic
  18253. client
  18254. server
  18255. alias
  18256. alias
  18257. hypercard
  18258. system
  18259. allocators
  18260. altivec
  18261. altivec
  18262. emulator
  18263. analog
  18264. analysis
  18265. animation
  18266. antlr
  18267. antlr
  18268. pccts
  18269. parser
  18270. generator
  18271. compiler
  18272. tools
  18273. appearance
  18274. appearance
  18275. gworld
  18276. off-screen
  18277. appearance
  18278. keyboard
  18279. function
  18280. appearance
  18281. manager
  18282. append
  18283. appkit
  18284. resou
  18285. macintosh
  18286. f--set theItem to choose file -- uncomment to test in an AS editor
  18287.     tell application "Finder"
  18288.         open item "Dev.CD Apr 97 SSW"
  18289.         activate
  18290.     end tell
  18291. on error errMsg number errNum
  18292.     --enter statements to perform when no records are found such as...
  18293.     display dialog "Sorry, the item you selected could not be found."
  18294.     return
  18295. end try
  18296. rds are found such as...
  18297.     display dialog "Sorry, the item you selected could not be found."
  18298.     return
  18299. end try
  18300. All Packages
  18301. System 7 Tune-UpO
  18302. Dev.CD Sept 92
  18303. Dev.CD Aug 92P
  18304. Dev.CD Sept 92
  18305. Dev.CD Aug 9V
  18306. 4684X
  18307. Sept 9
  18308. q--set theItem to choose file -- uncomment to test in an AS editor
  18309.     tell application "Finder"
  18310.         open item "Dev.CD Sept 92
  18311. Dev.CD Aug 92"
  18312.         activate
  18313.     end tell
  18314. on error errMsg number errNum
  18315.     --enter statements to perform when no records are found such as...
  18316.     display dialog "Sorry, the item you selected could not be found."
  18317.     return
  18318. end try
  18319. s Graphics Answers  by Bill Guschwan.   Tips on the first few things to try when faced with a question about QuickDraw.
  18320. Somewhere in QuickTime: Derived Media Handlers  by John Wang.
  18321. How to write derived media handlers, a powerful new ability in QuickTime 1.5.
  18322. Be Our Guest: System Enablers  by C. K. Haun.   The scoop on these new chunks of system software. (Hands off!)
  18323. J(develop Issue 14:
  18324. develop Issue 14 code:K
  18325. Vol IIIL
  18326. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 14:PJDev.CD Dec 99 RL
  18327.  - Technical Documentation
  18328.  - develop
  18329.  - develop Issue 14elected could not be found."
  18330.     return
  18331. end try
  18332. e    No Changef#MacsBug
  18333. AppleEvent
  18334. apple event
  18335. dcmdq
  18336. Dev.CD Feb 00 TC
  18337. D!All Packages
  18338. Mac OS SDK Edition
  18339. Dev.CD Jan 95
  18340. Dev.CD Jul 94P
  18341. Dev.CD Jan 95
  18342. Dev.CD Jul 9V
  18343. 5350X
  18344. Jan 95
  18345. p--set theItem to choose file -- uncomment to test in an AS editor
  18346.     tell application "Finder"
  18347.         open item "Dev.CD Jan 95
  18348. Dev.CD Jul 94"
  18349.         activate
  18350.     end tell
  18351. on error errMsg number errNum
  18352.     --enter statements to perform when no records are found such as...
  18353.     display dialog "Sorry, the item you selected could not be found."
  18354.     return
  18355. end try
  18356. All Packages
  18357. 7.1.2O
  18358. Dev.CD Jan 95
  18359. Dev.CD Jul 94P
  18360. Dev.CD Jan 95
  18361. Dev.CD Jul 9V
  18362. 5351X
  18363. Jan 95
  18364. p--set theItem to choose file -- uncomment to test in an AS editor
  18365.     tell application "Finder"
  18366.         open item "Dev.CD Jan 95
  18367. Dev.CD Jul 94"
  18368.         activate
  18369.     end tell
  18370. on error errMsg number errNum
  18371.     --enter statements to perform when no records are found such as...
  18372.     display dialog "Sorry, the item you selected could not be found."
  18373.     return
  18374. end try
  18375. All Packages
  18376. 7.1.2V
  18377. 5352X
  18378. groups
  18379. Summary: AETracker is an INIT/Control Panel that allows you to monitor and collect a record of all AppleEvent Manager activity on your machine
  18380. AETracker records all AppleEvent Manager activity on your machine, and places the output in an MPW readable text file.
  18381. This allows you the ability to track down bugs and problem code quickly, you can see the exact sequence of calls your (or other) application is making, and the data given to and the results returned from the call.
  18382. Features: AET 3B
  18383. .0 includes many enhancements, including more speed, and external programmatic interface, and MacsBug symbol recording.  Please see the Read Me for complete details.
  18384. JUAETracker
  18385. AETracker Monitor
  18386. AETracker 
  18387.  Read
  18388. AETracker.h
  18389. Programmatic Interface - AETK
  18390. Mar 92L
  18391. Oct 92M4System 7.0 or later.  Any System 7 capable MacintoshN
  18392. AE, Apple Events, AppleEventsORDev.CD Feb 00 TC:Tool Chest:Interapplication Communication:AE Tools:AETracker 3.0:
  18393. develop
  18394. issue
  18395. develop
  18396. issue
  18397. All Packages
  18398. System 7 Tune-UpO
  18399. Dev.CD Sept 92
  18400. Dev.CD Aug 92P
  18401. Dev.CD Sept 92
  18402. Dev.CD Aug 9V
  18403. 6556X
  18404. Sept 9
  18405. q--set theItem to choose file -- uncomment to test in an AS editor
  18406.     tell application "Finder"
  18407.         open item "Dev.CD Sept 92
  18408. Dev.CD Aug 92"
  18409.         activate
  18410.     end tell
  18411. on error errMsg number errNum
  18412.     --enter statements to perform when no records are found such as...
  18413.     display dialog "Sorry, the item you selected could not be found."
  18414.     return
  18415. end try
  18416. All Packages
  18417. System 7 Tune-UpO
  18418. Dev.CD Sept 92
  18419. Dev.CD Aug 92P
  18420. Dev.CD Sept 92
  18421. Dev.CD Aug 9V
  18422. 6557X
  18423. Sept 9
  18424. q--set theItem to choose file -- uncomment to test in an AS editor
  18425.     tell application "Finder"
  18426.         open item "Dev.CD Sept 92
  18427. Dev.CD Aug 92"
  18428.         activate
  18429.     end tell
  18430. on error errMsg number errNum
  18431.     --enter statements to perform when no records are found such as...
  18432.     display dialog "Sorry, the item you selected could not be found."
  18433.     return
  18434. end try
  18435. F    QuickTimeO
  18436. Dev.CD Jan 96 SSWP
  18437. Dev.CD Jan 96 SS
  18438. manager
  18439. managers
  18440. manuals
  18441. mapper
  18442. mapperref
  18443. match
  18444. matching
  18445. mdata
  18446. media
  18447. memhell
  18448. memhell
  18449. memory
  18450. stress
  18451. debug
  18452. debugging
  18453. testing
  18454. memory
  18455. memory
  18456. manager
  18457. power
  18458. macintosh
  18459. heaps
  18460. memory
  18461. menubar
  18462. menus
  18463. menuscripter
  18464. menuscripter
  18465. applescript
  18466. metafile
  18467. meters
  18468. metrowerks
  18469. middleware
  18470. music
  18471. movie
  18472. converter
  18473. mismatch
  18474. missQ
  18475. mixed
  18476. modal
  18477. moreisbetter
  18478. morpheme
  18479. movie
  18480. movies
  18481. macintosh
  18482. powerbook
  18483. qualified
  18484. socket
  18485. 5876X
  18486. Dec 99^
  18487. --set theItem to choose file -- uncomment to test in an AS editor
  18488.     tell application "Finder"
  18489.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 14:"
  18490.         activate
  18491.     end tell
  18492. on error errMsg number errNum
  18493.     --enter statements to perform when no records are found such as...
  18494.     display dialog "Sorry, the item you selected could not be found."
  18495.     return
  18496. end try
  18497. Next CDq
  18498. Dev.CD Dec 99 RL
  18499. D(All Packages
  18500. Reference Library Edition
  18501. develop Issue 15
  18502. Manalyzer Relase Notes.txtK
  18503. Vol VIIL
  18504. Vol VIIIMMMacintosh II or better, the NuBus Ethernet card or the NuBus Token Ring card.O7Dev.CD Nov 99 TC:Tool Chest:Networking:Manalyzer 2.0d3:P?Dev.CD Nov 99 TC
  18505.  - Tool Chest
  18506.  - Networking
  18507.  - Manalyzer 2.0d3V
  18508. 4216X
  18509. Nov 99^
  18510. #deWarrior Pro version 1 or Metrowerks CodeWarrior Pro version 2N
  18511. search, index, vtwin, summaryO0Dev.CD Jan 00 SDK1:Development Kits:Mac OS:AIAT:
  18512. Summary: This is the electronic version of develop magazine.
  18513.  Issue 14 highlights:
  18514. Writing Localizable Applications  by Joseph Ternasky and Bryan K. (
  18515. Beaker
  18516. ) Ressler.   Some real-world tips and tricks demonstrating 
  18517. global-aware
  18518.  text-handling techniques that will help you write more localizable applications.
  18519. 3-D Rotation Using a 2-D Input Device  by Michael Chen.   A user interface technique for intuitive rotation of 3-D objects using a 2-D input device like a mouse or pen.
  18520. Video D
  18521. igitizing Under QuickTime  by Casey King and Gary Woodcock.   Whether you
  18522. re developing a video digitizer, writing an application to control one, or just curious about how it all works, this will tell you what you need to know.
  18523. Making Better QuickTime Movies  by Kip Olson.   How to optimize your QuickTime movies for quality playback from CD-ROM.
  18524. Print Hints: Syncing Up With ColorSync  by John Wang.   All about ColorSync, Apple
  18525. s color matching technology.
  18526. Graphical Truffles: Four Common
  18527. f--set theItem to choose file -- uncomment to test in an AS editor
  18528.     tell application "Finder"
  18529.         open item "Dev.CD Jul 99 SSW"
  18530.         activate
  18531.     end tell
  18532. on error errMsg number errNum
  18533.     --enter statements to perform when no records are found such as...
  18534.     display dialog "Sorry, the item you selected could not be found."
  18535.     return
  18536. end try
  18537. basically uses offscreen GWorlds and palette animation to simulate totally cool animation.
  18538. Palette Animation and Palette Anima
  18539. tion Gray:  These sample applications show how to animate the entries of a palette.
  18540. Pallete DA:  This desk accesory displays the the current color table and palette information associated with it.
  18541. PictInfoTest:  Sample to demonstrate using the Picture Utilities Package
  18542. PixMap2PixPat2ppat:  This snippet shows how to convert a 'icl8' image to a PixMap image and then to a PixPat and then finally to a 'ppat' resource. In this example, the 'ppat' resource is saved-off into a resource file.
  18543. 6420X
  18544. Jul 93
  18545. p--set theItem to choose file -- uncomment to test in an AS editor
  18546.     tell application "Finder"
  18547.         open item "Dev.CD Jul 93
  18548. Dev.CD Apr 93"
  18549.         activate
  18550.     end tell
  18551. on error errMsg number errNum
  18552.     --enter statements to perform when no records are found such as...
  18553.     display dialog "Sorry, the item you selected could not be found."
  18554.     return
  18555. end try
  18556. All Packages
  18557. F    QuickTimeO"Dev.CD Jun 97 SSW
  18558. Dev.CD Dec 96 SEP!Dev.CD Jun 97 SSW
  18559. Dev.CD Dec 96 SV
  18560. 6421X
  18561. Jun 97
  18562. w--set theItem to choose file -- uncomment to test in an AS editor
  18563.     tell application "Finder"
  18564.         open item "Dev.CD Jun 97 SSW
  18565. Dev.CD Dec 96 SE"
  18566.         activate
  18567.     end tell
  18568. on error errMsg number errNum
  18569.     --enter statements to perform when no records are found such as...
  18570.     display dialog "Sorry, the item you selected could not be found."
  18571.     return
  18572. end try
  18573. All Packages
  18574. F    QuickTimeO"Dev.CD Jun 97 SSW
  18575. Dev.CD Dec 96 SEV
  18576. 6422X
  18577. describes
  18578. describing
  18579. description
  18580. descriptions
  18581. descriptions
  18582. hardware
  18583. software
  18584. features
  18585. compariso
  18586. descriptive
  18587. descriptor
  18588. descriptors
  18589. design
  18590. design
  18591. robustness
  18592. theresa
  18593. tensor
  18594. information
  18595. designed
  18596. destination
  18597. destroy
  18598. destroy
  18599. needs
  18600. detached
  18601. detail
  18602. detailed
  18603. detailed
  18604. developer
  18605. documentation
  18606. detailing
  18607. details
  18608. N[QTVR, QuickTime VR, Make QTVR Object, Make QTVR Panorama, QuickTime, virtual reality, tools
  18609. objects
  18610. printing
  18611. apple
  18612. events
  18613. spell
  18614. grammar
  18615. writeswell
  18616. spellswell
  18617. working
  18618. apple
  18619. guide
  18620. systems
  18621. apple
  18622. apple
  18623. guide
  18624. apple
  18625. apple
  18626. apple
  18627. developer
  18628. apple
  18629. servers
  18630. 9650/350
  18631. workgroup
  18632. server
  18633. server
  18634. server
  18635. develo
  18636. ression
  18637. contextual
  18638. coprocessor
  18639. countersQ
  18640. decompression
  18641. detector
  18642. detector
  18643. contextual
  18644. apple
  18645. detectors
  18646. detectors
  18647. editor
  18648. applesearch
  18649. appleshare
  18650. gateway
  18651. ethernet
  18652. event
  18653. events
  18654. exchange
  18655. framework
  18656. function
  18657. gateway
  18658. hardwareQ
  18659. hypercard
  18660. index
  18661. keyboard
  18662. keyboard
  18663. macapp
  18664. macapp
  18665. framework
  18666. object-oriented
  18667. classes
  18668. editor
  18669. resou
  18670. macintosh
  18671. moveable
  18672. moved
  18673. movement
  18674. moves
  18675. movie
  18676. movie's
  18677. moviecontroller
  18678. movies
  18679. movieshop
  18680. movietoaiff
  18681. moving
  18682. moving
  18683. source
  18684. powerpc
  18685. editor
  18686.     tell application "Finder"
  18687.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:Mail Suite 1.0:"
  18688.         activate
  18689.     end tell
  18690. on error errMsg number errNum
  18691.     --enter statements to perform when no records are found such as...
  18692.     display dialog "Sorry, the item you selected could not be found."
  18693.     return
  18694. end try
  18695. e    No Changef)Mail Suite
  18696. Apple Events
  18697. AppleScript
  18698. emailq
  18699. Dev.CD Dec 99 RL Disk 1
  18700. returned
  18701. returning
  18702. reusable
  18703. reuse
  18704. reusing
  18705. reuter
  18706. revealed
  18707. revert
  18708. revised
  18709. revision
  18710. revisited
  18711. revolution
  18712. reworked
  18713. rewritten
  18714. rgbforecolor
  18715. rhapsody
  18716. ribbon
  18717. ricardo
  18718. richard
  18719. richer
  18720. right
  18721. rights
  18722. rigorously
  18723. rinaldi1
  18724. ripple
  18725. risc-based
  18726. rischspater
  18727. riser
  18728. risks
  18729. robbins
  18730. roberts
  18731. robix
  18732. robust
  18733. robustness
  18734. rocket
  18735. roger
  18736. roland
  18737. rollin
  18738. --set theItem to choose file -- uncomment to test in an AS editor
  18739.     tell application "Finder"
  18740.         open item "Dev.CD Dec 99 RL:Utilities:System Picker 1.1a3:"
  18741.         activate
  18742.     end tell
  18743. on error errMsg number errNum
  18744.     --enter statements to perform when no records are found such as...
  18745.     display dialog "Sorry, the item you selected could not be found."
  18746.     return
  18747. end try
  18748. 5112X
  18749. er CD 
  18750. w--set theItem to choose file -- uncomment to test in an AS editor
  18751.     tell application "Finder"
  18752.         open item "Developer CD (II)
  18753. Excellent CD (I)"
  18754.         activate
  18755.     end tell
  18756. on error errMsg number errNum
  18757.     --enter statements to perform when no records are found such as...
  18758.     display dialog "Sorry, the item you selected could not be found."
  18759.     return
  18760. end try
  18761. All Packages
  18762. 6.0.3O"Developer CD (II)
  18763. Excellent CD (I)P!Developer CD (II)
  18764. Excellent CD (IV
  18765. 5113X
  18766. er CD 
  18767. w--set theItem to choose file -- uncomment to test in an AS editor
  18768.     tell application "Finder"
  18769.         open item "Developer CD (II)
  18770. Excellent CD (I)"
  18771.         activate
  18772.     end tell
  18773. on error errMsg number errNum
  18774.     --enter statements to perform when no records are found such as...
  18775.     display dialog "Sorry, the item you selected could not be found."
  18776.     return
  18777. end try
  18778. All Packages
  18779. 6.0.3O$Developer CD (III)
  18780. Developer CD (II)V
  18781. 5114X
  18782. reat success!
  18783. lications. They will simply be able to provide components that transparently interoperate with the other parts of the system. 
  18784. As always, this architecture, like Apple's QuickTime, provides complete system level interoperability ensuring ease-of-use and true plug-and-play operation. 
  18785. Sample code showing how to create a QuickTime
  18786.  IC-savvy application, as well as sample code showing how to create a panel component.  Complete API documentation is included as well.
  18787. Mac OS-only at this time
  18788. , SDK includes components which allow QTIC-savvy applications to deal with QuickTake 150 and 200 digital cameras. Applications will work with other cameras, if the vendor provides a QuickTime IC camera component.
  18789. Does not work with the original Apple QuickTake 100 digital camera.
  18790. JbDocumentation:
  18791. Interfaces&Libraries:
  18792. QuickTime
  18793.  IC SDK 1.0 contents
  18794. Sample Code:
  18795. Supporting Files:K
  18796. Jul 97ODDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime
  18797.  IC SDK 1.01:text
  18798. update
  18799. All Packages
  18800. System UpdateO
  18801. Dev.CD Oct 94P
  18802. Dev.CD Oct 9V
  18803. 6856X
  18804. Oct 94
  18805. b--set theItem to choose file -- uncomment to test in an AS editor
  18806.     tell application "Finder"
  18807.         open item "Dev.CD Oct 94"
  18808.         activate
  18809.     end tell
  18810. on error errMsg number errNum
  18811.     --enter statements to perform when no records are found such as...
  18812.     display dialog "Sorry, the item you selected could not be found."
  18813.     return
  18814. end try
  18815. All Packages
  18816. System UpdateO
  18817. Dev.CD Oct 94P
  18818. Dev.CD Oct 9V
  18819. 6857X
  18820. Oct 94
  18821. b--set theItem to choose file -- uncomment to test in an AS editor
  18822.     tell application "Finder"
  18823.         open item "Dev.CD Oct 94"
  18824.         activate
  18825.     end tell
  18826. on error errMsg number errNum
  18827.     --enter statements to perform when no records are found such as...
  18828.     display dialog "Sorry, the item you selected could not be found."
  18829.     return
  18830. end try
  18831. All Packages
  18832. System UpdateO
  18833. Dev.CD Oct 94P
  18834. Dev.CD Oct 9V
  18835. 6858X
  18836. Oct 94
  18837. guide
  18838. guideline
  18839. guidelines
  18840. guideplugin
  18841. guides
  18842. guiding
  18843. guillermo
  18844. gujarati
  18845. gulick
  18846. gunther
  18847. gurmukhi
  18848. guschwan
  18849. gworld
  18850. gworld's
  18851. gworlds
  18852. gx-aware
  18853. gx-compatible
  18854. gxgraphics
  18855. gxifier
  18856. gxoverridetool
  18857. hackers
  18858. hacks
  18859. hairlines
  18860. hairy
  18861. half-way
  18862. hammerhead-based
  18863. wanted
  18864. wanting
  18865. wants
  18866. warming
  18867. warning
  18868. warnings
  18869. warns
  18870. warrior
  18871. D Feb 00 TC:Tool Chest:Networking:MacTCP:MacTCP+ Tool:"
  18872.         activate
  18873.     end tell
  18874. on error errMsg number errNum
  18875.     --enter statements to perform when no records are found such as...
  18876.     display dialog "Sorry, the item you selected could not be found."
  18877.     return
  18878. end try
  18879. e    No Changeq
  18880. Dev.CD Feb 00 TC
  18881. All Packages
  18882. Mail Suite 1.0
  18883. Summary:  The Mail Suite provides the framework and some tools for creating an Apple Event suite for mail within applications. This package contains Mail Suite documentation, a sample dictionary (ATET resource), a demo script, a .h header file and a dummy application (MailFoo).
  18884. Nov 96V
  18885. 4214X
  18886. 1e    No Change
  18887. f--set theItem to choose file -- uncomment to test in an AS editor
  18888.     tell application "Finder"
  18889.         open item "Dev.CD Jun 97 SSW"
  18890.         activate
  18891.     end tell
  18892. on error errMsg number errNum
  18893.     --enter statements to perform when no records are found such as...
  18894.     display dialog "Sorry, the item you selected could not be found."
  18895.     return
  18896. end try
  18897. lications
  18898. summary
  18899. guide
  18900. support
  18901. development
  18902. macintosh
  18903. summary
  18904. hypercard
  18905. create
  18906. resolve
  18907. aliases
  18908. summary
  18909. macsbug
  18910. macro
  18911. debugging
  18912. summary
  18913. snippet
  18914. showing
  18915. determine
  18916. currently
  18917. summary
  18918. technical
  18919. notes
  18920. contain
  18921. latest
  18922. summary
  18923. parser
  18924. allow
  18925. access
  18926. system's
  18927. Summary: This is the electronic version of develop magazine.
  18928.  Issue 15 highlights:
  18929. Getting Started With QuickDraw GX by Pete ("Luke") Alexander.  A brief introduction to QuickDraw GX, and a simple GX-aware sample.
  18930. Developing QuickDraw GX Printing Extensions  by Sam Weiss.  All about these nifty new add-ons to QuickDraw GX printing.
  18931. QuickDraw GX for PostScript Programmers by Daniel Lipton.  The two graphics models are compared, along with useful code snippets for each.
  18932. Managing Compon
  18933. ent Registration  by Gary Woodcock.  For those cases where you may need to manage the component registration process, here's how.
  18934. Floating Windows: Keeping Afloat in the Window Manager by Dean Yu.  A way to implement floating windows without patching traps, and a library you can use in your own application.
  18935. Working in the Third Dimension by Jamie Osborne and Deanna Thomas.  This article shows off a nice 3-D interface and presents a set of MacApp objects you can use to create your own suc
  18936. think
  18937. thinks
  18938. third
  18939. All Packages
  18940. System Enabler 065 (LC 575)O
  18941. Dev.CD Apr 94
  18942. Dev.CD Jan 94P
  18943. Dev.CD Apr 94
  18944. Dev.CD Jan 9V
  18945. 6698X
  18946. Apr 94
  18947. p--set theItem to choose file -- uncomment to test in an AS editor
  18948.     tell application "Finder"
  18949.         open item "Dev.CD Apr 94
  18950. Dev.CD Jan 94"
  18951.         activate
  18952.     end tell
  18953. on error errMsg number errNum
  18954.     --enter statements to perform when no records are found such as...
  18955.     display dialog "Sorry, the item you selected could not be found."
  18956.     return
  18957. end try
  18958. All Packages
  18959. System Enabler 065 (LC 575)O
  18960. Dev.CD Apr 94P
  18961. Dev.CD Apr 9V
  18962. 6699X
  18963. Apr 94
  18964. b--set theItem to choose file -- uncomment to test in an AS editor
  18965.     tell application "Finder"
  18966.         open item "Dev.CD Apr 94"
  18967.         activate
  18968.     end tell
  18969. on error errMsg number errNum
  18970.     --enter statements to perform when no records are found such as...
  18971.     display dialog "Sorry, the item you selected could not be found."
  18972.     return
  18973. end try
  18974. All Packages
  18975. 6700X
  18976. f--set theItem to choose file -- uncomment to test in an AS editor
  18977.     tell application "Finder"
  18978.         open item "Dev.CD Oct 96 SSW"
  18979.         activate
  18980.     end tell
  18981. on error errMsg number errNum
  18982.     --enter statements to perform when no records are found such as...
  18983.     display dialog "Sorry, the item you selected could not be found."
  18984.     return
  18985. end try
  18986.  dialog "Sorry, the item you selected could not be found."
  18987.     return
  18988. end try
  18989. All Packages
  18990. System 7.5 Update 1.0O
  18991. Dev.CD Jul 95P
  18992. Dev.CD Jul 9V
  18993. 4731X
  18994. Jul 95
  18995. b--set theItem to choose file -- uncomment to test in an AS editor
  18996.     tell application "Finder"
  18997.         open item "Dev.CD Jul 95"
  18998.         activate
  18999.     end tell
  19000. on error errMsg number errNum
  19001.     --enter statements to perform when no records are found such as...
  19002.     display dialog "Sorry, the item you selected could not be found."
  19003.     return
  19004. end try
  19005. All Packages
  19006. System 7.5 Update 1.0O
  19007. Dev.CD Jul 95P
  19008. Dev.CD Jul 9V
  19009. 4732X
  19010. develop
  19011. issue
  19012. develop
  19013. issue
  19014. develop
  19015. issue
  19016. references
  19017. develop
  19018. issue
  19019. develop
  19020. issue
  19021. develop
  19022. issue
  19023. references
  19024. develop
  19025. issue
  19026. develop
  19027. issue
  19028. develop
  19029. issue
  19030. references
  19031. develop
  19032. issue
  19033. develop
  19034. issue
  19035. develop
  19036. issue
  19037. develop
  19038. issue
  19039. develop
  19040. issue
  19041. references
  19042. develop
  19043. issue
  19044. develop
  19045. issue
  19046. develop
  19047. issue
  19048. develop
  19049. issue
  19050. develop
  19051. issue
  19052. references
  19053. develop
  19054. issue
  19055. develop
  19056. issue
  19057. develop
  19058. issue
  19059. references
  19060. develop
  19061. issue
  19062. develop
  19063. issue
  19064. develop
  19065. issue
  19066. references
  19067. develop
  19068. issue
  19069. developer
  19070. development
  19071. diagrams
  19072. digital
  19073. digital
  19074. asset
  19075. management
  19076. digital
  19077. storyboard
  19078. directions
  19079. web access. 
  19080. h interface.
  19081. Somewhere in QuickTime: Dynamic Customization of Components by Bill Guschwan.  A sample derived media handler that "speaks" the text track in a movie.
  19082. JEdevelop Issue 15:
  19083. develop Issue 15 code:
  19084. develop Issue 15 references:K
  19085. Vol IIIL
  19086. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 15:PJDev.CD Dec 99 RL
  19087.  - Technical Documentation
  19088.  - develop
  19089.  - develop Issue 15of the electronic distribution channels available for MacTCP documentation and developer to
  19090. ols.  These options replace the separate Developer Kits previously available for individual networking products.
  19091.  Only the MacTCP and MacTCP Admin control panels have changed to 2.0.6.  The Connection and Administration disks have not been re-rolled to use the new files.
  19092. The MacTCP 2.0.4 to 2.0.6 Patch is an update for MacTCP 2.0.4.  Since the MacTCP 2.0.4 to 2.0.6 Patch must be applied to an unmodified MacTCP 2.0.4, be sure to get or install a fresh copy from your original disks befor
  19093. 5877X
  19094. Dec 99^
  19095. --set theItem to choose file -- uncomment to test in an AS editor
  19096.     tell application "Finder"
  19097.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 15:"
  19098.         activate
  19099.     end tell
  19100. on error errMsg number errNum
  19101.     --enter statements to perform when no records are found such as...
  19102.     display dialog "Sorry, the item you selected could not be found."
  19103.     return
  19104. end try
  19105. Next CDq
  19106. Dev.CD Dec 99 RL
  19107. D(All Packages
  19108. Reference Library Edition
  19109. develop Issue 16
  19110.      Ring Extension supports an MTU (maximum transmission unit) of 2000 bytes.  This tool allows users to increase this MTU size to take advantage of higher capacity networks.J
  19111. MTU Tool
  19112. Read me
  19113. Read me.txtK
  19114. Aug 92M8MacTCP 1.1, MacTCP Token Ring Extension, Token Ring cardOIDev.CD Feb 00 TC:Tool Chest:Networking:MacTCP:MacTCP Token Ring MTU Tool:PTDev.CD Feb 00 TC
  19115.  - Tool Chest
  19116.  - Networking
  19117.  - MacTCP
  19118.  - MacTCP Token Ring MTU ToolV
  19119. 4212X
  19120. 1MTU ToolV
  19121. 4212X
  19122. 1e    No Change
  19123. System requirements are as follows:
  19124. Mexican Spanish TTS:
  19125.     System 7.0 or later
  19126.     68020 or better, including PowerPC
  19127.     1.3 MB RAM
  19128. MacinTalk 2:
  19129.     System 6.0.7 or later
  19130.     Any Mac CPU
  19131.     150K RAM
  19132. MacinTalk 3:
  19133.     System 7.0 or later
  19134.     33MHz 68030 or faster, 68040, or PowerPC
  19135.     300K RAM
  19136. MacinTalk Pro:
  19137.     System 7.0 or later
  19138.     68040 or PowerPC
  19139.     1.5 MB RAM
  19140. For English TTS, you can look at it the other way around:
  19141. With System 6.0.7, 6.0.8 use MacinTalk 2.
  19142. With System 7 aB
  19143. nd 68040 or PowerPC use MacinTalk 3 and MacinTalk Pro.
  19144. With System 7 and 68030 of 33MHz or faster use MacinTalk 3.
  19145. With System 7 and a slower processor use MacinTalk 2.
  19146. N7Speech, Synthesis, Text-to-Speech, MacinTalk, PlainTalk
  19147. All Packages
  19148. 6.0.5O
  19149. Dev.CD Apr 94
  19150. Dev.CD Jan 94
  19151. Dev.CD Oct 93
  19152. Dev.CD Apr 93
  19153. Dev.CD Vol. XI
  19154. Dev.CD Vol. X
  19155. Dev.CD Vol. IX
  19156. Dev.CD Vol. VIII
  19157. Dev.CD Vol. VII
  19158. Dev CD Vol. VI
  19159. Dev CD Vol. V
  19160. Dev CD Vol. IV Developer CD (III)P
  19161. Dev.CD Apr 94
  19162. Dev.CD Jan 94
  19163. Dev.CD Oct 93
  19164. Dev.CD Apr 93
  19165. Dev.CD Vol. XI
  19166. Dev.CD Vol. X
  19167. Dev.CD Vol. IX
  19168. Dev.CD Vol. VIII
  19169. Dev.CD Vol. VII
  19170. Dev CD Vol. VI
  19171. Dev CD Vol. V
  19172. Dev CD Vol. IV Developer CD (IIIV
  19173. 5143X
  19174. Apr 94
  19175. --set theItem to choose file -- uncomment to test in an AS editor
  19176.     tell application "Finder"
  19177.         open item "Dev.CD Apr 94
  19178. Dev.CD Jan 94
  19179. Dev.CD Oct 93
  19180. Dev.CD Apr 93
  19181. Dev.CD Vol. XI
  19182. Dev.CD Vol. X
  19183. Dev.CD Vol. IX
  19184. Dev.CD Vol. VIII
  19185. Dev.CD Vol. VII
  19186. Dev CD Vol. VI
  19187. Dev CD Vol. V
  19188. Dev CD Vol. IV Developer CD (III)"
  19189.         activate
  19190.     end tell
  19191. on error errMsg number errNum
  19192.     --enter statements to perform when no records are found such as...
  19193.     display dialog "Sorry, the item you selectB*ed could not be found."
  19194.     return
  19195. end try
  19196. --set theItem to choose file -- uncomment to test in an AS editor
  19197.     tell application "Finder"
  19198.         open item "Dev.CD Apr 94
  19199. Dev.CD Jan 94
  19200. Dev.CD Oct 93
  19201. Dev.CD Jul 93
  19202. Dev.CD Apr 93"
  19203.         activate
  19204.     end tell
  19205. on error errMsg number errNum
  19206.     --enter statements to perform when no records are found such as...
  19207.     display dialog "Sorry, the item you selected could not be found."
  19208.     return
  19209. end try
  19210. log "Sorry, the item you selected could not be found."
  19211.     return
  19212. end try
  19213. All Packages
  19214. System Enabler 403 (LC 520)O)Dev.CD Apr 94
  19215. Dev.CD Jan 94
  19216. Dev.CD Oct 93P(Dev.CD Apr 94
  19217. Dev.CD Jan 94
  19218. Dev.CD Oct 9V
  19219. 4967X
  19220. Apr 94
  19221. considerations
  19222. considered
  19223. considering
  19224. consistency
  19225. consistent
  19226. consisting
  19227. create
  19228. created
  19229. creating
  19230. cross-platform
  19231. culture
  19232. custom
  19233. 5878X
  19234. Dec 99^
  19235. --set theItem to choose file -- uncomment to test in an AS editor
  19236.     tell application "Finder"
  19237.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 16:"
  19238.         activate
  19239.     end tell
  19240. on error errMsg number errNum
  19241.     --enter statements to perform when no records are found such as...
  19242.     display dialog "Sorry, the item you selected could not be found."
  19243.     return
  19244. end try
  19245. Next CDq
  19246. Dev.CD Dec 99 RL
  19247. D(All Packages
  19248. Reference Library Edition
  19249. develop Issue 17
  19250.     ary:  Contains documentation, header files, and tools to enable developers to write applications which use MacTCP as a networking protocol.
  19251. Issues:  User license required for MacTCP. Redistribution license required from Apple if you want to ship the MacTCP driver to your customers
  19252. J]802 LAP:
  19253. HyperCard MacTCP Toolkit 1.0:
  19254. MacTCP LAP Tech Note
  19255. Universal Interfaces:
  19256. ZapTCP 1.1:K
  19257. Aug 93ge
  19258. s: LaserWriter 8 for Fun and Profit  by Matt Deatherage.   How applications can take advantage of the new LaserWriter driver. 
  19259. Graphical Truffles: Remedies for Common QuickDraw Problems  by John Wang.   Look here first for relief from common QuickDraw problems.
  19260. JEdevelop Issue 16:
  19261. develop Issue 16 code:
  19262. develop Issue 16 references:K
  19263. Vol IIIL
  19264. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 16:PJDev.CD Dec 99 RL
  19265.  - Technical Documentation
  19266.  - develop
  19267.  - develop Issue 16o install the AppleTalk Connection and/or TCP/IP Connection product software. These products are included on E.T.O. - an alias has been provided for your convenience.
  19268. The current version of MacSNMP (v1.1) is compatible with version 1.1.2 of the Apple Shared Library Manager. This folder contains all components of ASLM 1.1.2 needed to develop MacSNMP agents.
  19269. The folder MacSNMP Update 1.1.1 contains a new version of the SNMP Macintosh Agent that fixes a problem with the gestaltTable wi
  19270. Summary: This is the electronic version of develop magazine.
  19271.  Issue 16 highlights:
  19272. Making the Leap to PowerPC  by Dave Radcliffe.   An overview of the PowerPC platform, and coding strategies for both compatibility and speed.
  19273. Building PowerTalk-Savvy Applications  by Steve Falkenburg.   How to incorporate direct mailing and digital signatures into your application.
  19274. Drag and Drop From the Finder  by Dave Evans and Greg Robbins.   Taking advantage of the new drag and drop services is eas
  19275. y, and your users will love it.
  19276. Color Matching Made Easy With QuickDraw GX  by Daniel Lipton.   QuickDraw GX integrates ColorSync to make color matching nearly effortless.
  19277. International Number Formatting  by Norbert Lindenberg.   Some good methods for handling the different number formats around the world.
  19278. Somewhere in QuickTime: What
  19279. s New With Sound Manager 3.0  by Jim Reekes.  Changes (and bug fixes!) in the Sound Manager. Finally, you can remove all that workaround code.
  19280. Print Hint
  19281. handlers
  19282. handles
  19283. handling
  19284. handoff
  19285. hands
  19286. handwriting
  19287. handy
  19288. hanging
  19289. hangul
  19290. hanja
  19291. happen
  19292. happened
  19293. happening
  19294. happens
  19295. happily
  19296. hardware
  19297. hardware-dependent
  19298. hardwared
  19299. harlan
  19300. harness
  19301. harper
  19302. harry
  19303. All Packages
  19304. Dev.CD Apr 95P
  19305. Dev.CD Apr 9V
  19306. 5399X
  19307. Apr 95
  19308. b--set theItem to choose file -- uncomment to test in an AS editor
  19309.     tell application "Finder"
  19310.         open item "Dev.CD Apr 95"
  19311.         activate
  19312.     end tell
  19313. on error errMsg number errNum
  19314.     --enter statements to perform when no records are found such as...
  19315.     display dialog "Sorry, the item you selected could not be found."
  19316.     return
  19317. end try
  19318. All Packages
  19319. Dev.CD Apr 95
  19320. Dev.CD Jan 95P
  19321. Dev.CD Apr 95
  19322. Dev.CD Jan 9V
  19323. 5400X
  19324. Apr 95
  19325. p--set theItem to choose file -- uncomment to test in an AS editor
  19326.     tell application "Finder"
  19327.         open item "Dev.CD Apr 95
  19328. Dev.CD Jan 95"
  19329.         activate
  19330.     end tell
  19331. on error errMsg number errNum
  19332.     --enter statements to perform when no records are found such as...
  19333.     display dialog "Sorry, the item you selected could not be found."
  19334.     return
  19335. end try
  19336. All Packages
  19337. Dev.CD Apr 95
  19338. Dev.CD Jan 95V
  19339. 5401X
  19340. Summary:  This is the Developer Edition of the QuickView
  19341.  development environment. You can use this development environment to create QuickView databases for your own information that work with the Macintosh Programmer's Toolbox Assistant.  Use of this development kit is covered by the license included with this application.
  19342. Issues:  Usage of this software is governed by the software license included in the folder created by the Installer.
  19343. J,Install QuickView
  19344. READ ME - QV Developer Ed.K
  19345. Jun 95N"TOOLBOX ASSISTANT, MPTA, QUICKVIEWOfDev.CD Sep 97 RL:Technical Documentation:Toolbox Assistant:
  19346. MPTA Goodies:QuickView
  19347.  Developer Edition:PqDev.CD Sep 97 RL
  19348.  - Technical Documentation
  19349.  - Toolbox Assistant
  19350. MPTA Goodies
  19351.  - QuickView
  19352.  Developer Editionient
  19353. registry
  19354. decompression
  19355. detector
  19356. detector
  19357. contextual
  19358. apple
  19359. detectors
  19360. detectors
  19361. developer
  19362. documentation
  19363. documentation
  19364. manuals
  19365. style
  19366. usage
  19367. style
  19368. guide
  19369. 5760X
  19370. Feb 00^
  19371. --set theItem to choose file -- uncomment to test in an AS editor
  19372.     tell application "Finder"
  19373.         open item "Dev.CD Feb 00 TC:Tool Chest:Localization:AppleGlot:"
  19374.         activate
  19375.     end tell
  19376. on error errMsg number errNum
  19377.     --enter statements to perform when no records are found such as...
  19378.     display dialog "Sorry, the item you selected could not be found."
  19379.     return
  19380. end try
  19381. e    No ChangefBAppleGlot Localization Internationalization Translation Glossariesq
  19382. Dev.CD Feb 00 TC
  19383. All Packages
  19384. AppleScriptO
  19385. Dev.CD Jan 95P
  19386. Dev.CD Jan 9V
  19387. 5761X
  19388. Jan 95
  19389. b--set theItem to choose file -- uncomment to test in an AS editor
  19390.     tell application "Finder"
  19391.         open item "Dev.CD Jan 95"
  19392.         activate
  19393.     end tell
  19394. on error errMsg number errNum
  19395.     --enter statements to perform when no records are found such as...
  19396.     display dialog "Sorry, the item you selected could not be found."
  19397.     return
  19398. end try
  19399. All Packages
  19400. O"Developer CD (II)
  19401. Excellent CD (I)P!Developer CD (II)
  19402. Excellent CD (IV
  19403. 5092X
  19404. er CD 
  19405. w--set theItem to choose file -- uncomment to test in an AS editor
  19406.     tell application "Finder"
  19407.         open item "Developer CD (II)
  19408. Excellent CD (I)"
  19409.         activate
  19410.     end tell
  19411. on error errMsg number errNum
  19412.     --enter statements to perform when no records are found such as...
  19413.     display dialog "Sorry, the item you selected could not be found."
  19414.     return
  19415. end try
  19416. All Packages
  19417. 6.0.2O
  19418. Excellent CD (I)P
  19419. Excellent CD (IV
  19420. 5093X
  19421. nt CD 
  19422. e--set theItem to choose file -- uncomment to test in an AS editor
  19423.     tell application "Finder"
  19424.         open item "Excellent CD (I)"
  19425.         activate
  19426.     end tell
  19427. on error errMsg number errNum
  19428.     --enter statements to perform when no records are found such as...
  19429.     display dialog "Sorry, the item you selected could not be found."
  19430.     return
  19431. end try
  19432. All Packages
  19433. 6.0.2O
  19434. Excellent CD (I)P
  19435. Excellent CD (IV
  19436. 5094X
  19437. @s you spy on QuickDraw GX printing.
  19438. Ten Tips for Game Developers  by Brigham Stevens.   Things you should know if you want to write games for the Macintosh 
  19439.  or even if you don
  19440. History of the Dogcow: Part 1  by Mark (
  19441. The Red
  19442. ) Harlan.   Here it is for the first time 
  19443.  the real story, from someone who was there. 
  19444. JEdevelop Issue 17:
  19445. develop Issue 17 code:
  19446. develop Issue 17 references:K
  19447. Vol IIIL
  19448. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 17:PJDev.CD Dec 99 RL
  19449.  - Technical Documentation
  19450.  - develop
  19451.  - develop Issue 17Visigenicq
  19452. Dev.CD Apr 98 SDK1
  19453. All Packages
  19454. MacOS8Documentation
  19455. Mac OS 8 Human Interface Guidelines
  19456. This new supplement to Macintosh Human Interface Guidelines will help developers take advantage of Mac OS 8 and beyond. Get the inside information on the Appearance Manager, new and upgraded controls, dialog box layout guidelines and much more!
  19457. MacOS8 HIGuidelines.pdf
  19458. READMEK
  19459. Oct 97V
  19460. 4207X
  19461. 1e    No Change
  19462. NO9Dev.CD Feb 00 TC:Language Kits:Arabic Language Kit 1.0.1:P>Dev.CD Feb 00 TC
  19463.  - Language Kits
  19464.  - Arabic Language Kit 1.0.1V
  19465. 5781X
  19466. Feb 00^
  19467. --set theItem to choose file -- uncomment to test in an AS editor
  19468.     tell application "Finder"
  19469.         open item "Dev.CD Feb 00 TC:Language Kits:Arabic Language Kit 1.0.1:"
  19470.         activate
  19471.     end tell
  19472. on error errMsg number errNum
  19473.     --enter statements to perform when no records are found such as...
  19474.     display dialog "Sorry, the item you selected could not be found."
  19475.     return
  19476. end try
  19477. e    No Changeq
  19478. Dev.CD Feb 00 TC
  19479. All Packages
  19480. F    ARPSample
  19481. PAddress Resolution Protocol (ARP) is a protocol for mapping protocol (eg IP) addresses to hardware (eg Ethernet) addresses.  The OT ARP module provides an ARP service that is used by the OT TCP/IP stack. This sample demonstrates how you can get direct access to the ARP module to, amongst other things, add and remove ARP cache entries.
  19482. Jun 98V
  19483. 5782X
  19484. 1e    No Change
  19485. All Packages
  19486. F    QuickTimeO
  19487. Dev.CD Jun 97 SSWP
  19488. Dev.CD Jun 97 SSV
  19489. 6434X
  19490. Jun 97
  19491. f--set theItem to choose file -- uncomment to test in an AS editor
  19492.     tell application "Finder"
  19493.         open item "Dev.CD Jun 97 SSW"
  19494.         activate
  19495.     end tell
  19496. on error errMsg number errNum
  19497.     --enter statements to perform when no records are found such as...
  19498.     display dialog "Sorry, the item you selected could not be found."
  19499.     return
  19500. end try
  19501. All Packages
  19502. F    QuickTimeO
  19503. Dev.CD Jun 97 SSWP
  19504. Dev.CD Jun 97 SSV
  19505. 6435X
  19506. Jun 97
  19507. f--set theItem to choose file -- uncomment to test in an AS editor
  19508.     tell application "Finder"
  19509.         open item "Dev.CD Jun 97 SSW"
  19510.         activate
  19511.     end tell
  19512. on error errMsg number errNum
  19513.     --enter statements to perform when no records are found such as...
  19514.     display dialog "Sorry, the item you selected could not be found."
  19515.     return
  19516. end try
  19517. All Packages
  19518. F    QuickTimeO
  19519. Dev.CD Jun 97 SSWP
  19520. Dev.CD Jun 97 SSV
  19521. 6436X
  19522. All Packages
  19523. Arabic Language KitO
  19524. Dev.CD May 97 TCP
  19525. Dev.CD May 97 TV
  19526. 5780X
  19527. May 97
  19528. e--set theItem to choose file -- uncomment to test in an AS editor
  19529.     tell application "Finder"
  19530.         open item "Dev.CD May 97 TC"
  19531.         activate
  19532.     end tell
  19533. on error errMsg number errNum
  19534.     --enter statements to perform when no records are found such as...
  19535.     display dialog "Sorry, the item you selected could not be found."
  19536.     return
  19537. end try
  19538. ND!All Packages
  19539. Tool Chest Edition
  19540. Arabic Language Kit v1.0.1
  19541. :Summary: The Arabic Language Kit is a combination of system and language resources that enables you to create, display, and edit documents in Arabic on the Macintosh
  19542.  and other computers using the Mac
  19543.  OS.   See the document "Arabic Read Me First" or "Lisez-moi (Arabe)" for details and installation instructions. 
  19544. JDInstall 1, English
  19545. Install 1, Fran
  19546. Install 2
  19547. Install 3
  19548. Install 4K
  19549. May 96L
  19550. Aug 96ge
  19551. --set theItem to choose file -- uncomment to test in an AS editor
  19552.     tell application "Finder"
  19553.         open item "Dev.CD Apr 94
  19554. Dev.CD Jan 94
  19555. Dev.CD Oct 93
  19556. Dev.CD Jul 93
  19557. Dev.CD Apr 93"
  19558.         activate
  19559.     end tell
  19560. on error errMsg number errNum
  19561.     --enter statements to perform when no records are found such as...
  19562.     display dialog "Sorry, the item you selected could not be found."
  19563.     return
  19564. end try
  19565. 9500/2009500/1809500
  19566. 95123
  19567. 974-9456
  19568. falls
  19569. false
  19570. familiar
  19571. families
  19572. family
  19573. famous
  19574. fancy
  19575. fashion
  19576. faster
  19577. fastest
  19578. fatbits
  19579. fault
  19580. favorite
  19581. favourite
  19582. fcode
  19583. fcompressimage
  19584. fdepthmust
  19585. feature
  19586. feature-rich
  19587. featured
  19588. features
  19589. allows
  19590. users
  19591. chess
  19592. network
  19593. issue
  19594. highlights
  19595. issue
  19596. highlights
  19597. issue
  19598. highlights
  19599. issue
  19600. highlights
  19601. issue
  19602. highlights
  19603. issue
  19604. highlights
  19605. issue
  19606. highlights
  19607. issue
  19608. highlights
  19609. issue
  19610. highlights
  19611. issue
  19612. highlights
  19613. issue
  19614. highlights
  19615. issue
  19616. highlights
  19617. issue
  19618. highlights
  19619. issue
  19620. highlights
  19621. issue
  19622. highlights
  19623. issue
  19624. highlights
  19625. issue
  19626. highlights
  19627. issue
  19628. highlights
  19629. issue
  19630. highlights
  19631. issue
  19632. highlights
  19633. issue
  19634. highlights
  19635. issue
  19636. summary
  19637. issue
  19638. highlights
  19639. issue
  19640. highlights
  19641. issues
  19642. IMPORTANT INFO ABOUT SOUND MANAGER
  19643. QuickTime 3 now incorporates both the QuickTime VR and QuickDraw 3D technologies into one convenient package.  In addition, the Sound Manager is also now part of the QuickTime 3 release.  All of these technologies and their respective SDK components are integrated into the QuickTime 3 SDK.
  19644. The QuickTime 3 SDK is now a retail product.  You can order the SDK through the Apple Store at:
  19645. http://www.apple.com/store
  19646. To get started,  you can go to the DeveloB
  19647. pers section of the QuickTime web-site where you will find many components of the SDK  on-line at:
  19648. http://www.apple.com/quicktime/developers
  19649. JpCheck the QuickTime 3 SDK
  19650. folder for more information
  19651. integrated with QuickTime.
  19652. The Sound Manager is now fullyK
  19653. Sep 93L
  19654. Oct 98O9Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Sound Manager:PADev.CD Jan 00 SDK1
  19655.  - Development Kits
  19656.  - Mac OS
  19657.  - Sound ManagerMarket Research Monthly: The Most Popular Application Categories
  19658. Special Marketing Report:
  19659. Summary: This is the electronic version of develop magazine.
  19660.  Issue 17 highlights:
  19661. Using Proto Templates on the Newton  by Harry R. Chesley.   For Newton developers, a sample game that uses proto templates to good effect; for everyone else, a flavor of what Newton development is like.
  19662. Standalone Code on PowerPC  by Tim Nichols.   Standalone code is better and easier than ever before in the PowerPC environment.
  19663. Debugging on PowerPC  by Dave Falkenburg and Brian Topping.   It
  19664. s a whole 
  19665. new world in there, but your hard-won debugging skills still work.
  19666. Concurrent Programming With the Thread Manager  by Eric Anderson and Brad Post.   With both cooperative and preemptive threads, the possibilities provided by the new Thread Manager are nearly endless.
  19667. The Zen of Window Zooming  by Dean Yu.   Everybody does it, but many still don
  19668. t do it right. Dean has some code to help you out. 
  19669. Print Hints: Tracking QuickDraw GX Messages  by Pete (
  19670. ) Alexander.  MessageWatcher let
  19671. 5879X
  19672. Dec 99^
  19673. --set theItem to choose file -- uncomment to test in an AS editor
  19674.     tell application "Finder"
  19675.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 17:"
  19676.         activate
  19677.     end tell
  19678. on error errMsg number errNum
  19679.     --enter statements to perform when no records are found such as...
  19680.     display dialog "Sorry, the item you selected could not be found."
  19681.     return
  19682. end try
  19683. Next CDq
  19684. Dev.CD Dec 99 RL
  19685. All Packages
  19686. develop Issue 18
  19687. 5880X
  19688. ecords are found such as...
  19689.     display dialog "Sorry, the item you selected could not be found."
  19690.     return
  19691. end try
  19692. e    No Changef#Mac OS 8
  19693. Human Interface Guidelinesq
  19694. Dev.CD Dec 99 RL Disk 1
  19695. TD.All Packages
  19696. Tool Chest Edition
  19697. New & RevisedF
  19698. MacsBug 6.6
  19699.     n AppleLink at A.DIRECTIONS.
  19700. February 1995 Apple Directions Articles
  19701. News: Apple News (Developer Support for PCI; OpenDoc Roundup; Apple Supports Kaleida Products; GeoPort Kit; Apple Joins Versit); Strategy M
  19702. QuickTake Digital CameraICSummary:  This SDK will support the QuickTake 150 or QuickTake 100.J
  19703. MyQuickTakeApp 1.0.1TC7 
  19704. MyQuickTakeApp 1.0.2 
  19705. QuickTake - Read Me First
  19706. QuickTake Documentation:
  19707. QuickTake Marketing Items :
  19708. QuickTake/Macintosh  SDK.image
  19709. QuickTake/Windows SDK:
  19710. System Folder Items:
  19711. Windows System Files:K
  19712. Jan 96OFDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake Digital Camera:PKDev.CD Apr 98 SDK2
  19713.  - Development Kits (Disc 2)
  19714.  - QuickTake Digital CameraV
  19715. 6350X
  19716. Apr 98^
  19717. --set theItem to choose file -- uncomment to test in an AS editor
  19718.     tell application "Finder"
  19719.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake Digital Camera:"
  19720.         activate
  19721.     end tell
  19722. on error errMsg number errNum
  19723.     --enter statements to perform when no records are found such as...
  19724.     display dialog "Sorry, the item you selected could not be found."
  19725.     return
  19726. end try
  19727. Deletedci
  19728. driver
  19729. loader
  19730. pcmcia
  19731. der Mac OS. (This is not an endorsement.)
  19732. It's also a C code sample which shows how easy it is to make a scriptable application for a specific use. It doesn't use the object model and it doesn't have a huge feature set. (Its functionality fills a specific need in Developer Relations, namely aiding an AppleScript called SeedBuilder to make uniform seed archives and segments.) This is a drawback in at least one sense, but also an advantage in another in that it may demystify scriptable applDfications for some number of developers by exposing scripting support in terms they already understand.
  19733. J<Project
  19734. ScriptableStuffItEngine
  19735. ScriptableStuffItEngine.htmlK
  19736. Feb 99M
  19737. Universal Headers 3.2, System 7N0AppleScript, StuffIt, Engine, scriptable, scriptOSDev.CD Feb 00 TC:Tool Chest:Interapplication Communication:ScriptableStuffItEngine:P[Dev.CD Feb 00 TC
  19738.  - Tool Chest
  19739.  - Interapplication Communication
  19740.  - ScriptableStuffItEngine
  19741. All Packages
  19742. 7.1OSDev.CD Apr 94
  19743. Dev.CD Jan 94
  19744. Dev.CD Oct 93
  19745. Dev.CD Jul 93
  19746. Dev.CD Jun 93
  19747. Dev.CD May 93PRDev.CD Apr 94
  19748. Dev.CD Jan 94
  19749. Dev.CD Oct 93
  19750. Dev.CD Jul 93
  19751. Dev.CD Jun 93
  19752. Dev.CD May 9V
  19753. 5280X
  19754. Apr 94
  19755. --set theItem to choose file -- uncomment to test in an AS editor
  19756.     tell application "Finder"
  19757.         open item "Dev.CD Apr 94
  19758. Dev.CD Jan 94
  19759. Dev.CD Oct 93
  19760. Dev.CD Jul 93
  19761. Dev.CD Jun 93
  19762. Dev.CD May 93"
  19763.         activate
  19764.     end tell
  19765. on error errMsg number errNum
  19766.     --enter statements to perform when no records are found such as...
  19767.     display dialog "Sorry, the item you selected could not be found."
  19768.     return
  19769. end try
  19770. All Packages
  19771. 7.1OEDev.CD Apr 94
  19772. Dev.CD Jan 94
  19773. Dev.CD Oct 93
  19774. Dev.CD Jul 93
  19775. Dev.CD Apr 93PDDev.CD Apr 94
  19776. Dev.CD Jan 94
  19777. Dev.CD Oct 93
  19778. Dev.CD Jul 93
  19779. Dev.CD Apr 9V
  19780. 5281X
  19781. Apr 94
  19782. dashed
  19783. dashed-capped
  19784. dastardly
  19785. deeds
  19786. default
  19787. defect
  19788. defined
  19789. defining
  19790. folders
  19791. folks
  19792. follow
  19793. following
  19794. follows
  19795. nguage
  19796. analysis
  19797. large
  19798. large
  19799. count
  19800. laser
  19801. laser
  19802. doctor
  19803. laserwriter
  19804. laserwriter
  19805. 8.5.1
  19806. launch
  19807. quickdraw
  19808. viewer
  19809. thompson@
  19810. editor's@
  19811. eject@
  19812. empty@
  19813. enable@
  19814. encounters@
  19815. engler@
  19816. enterprise
  19817. internet
  19818. documentation
  19819. formats@
  19820. environments@
  19821. ethernet@
  19822. everybody@
  19823. executing@
  19824. expansion
  19825. slots@
  19826. extension
  19827. extensions@
  19828. extensive@
  19829. extracts@
  19830. failure@
  19831. feature-rich@
  19832. documentation
  19833. complete@
  19834. fileinfo@
  19835. files
  19836. files/folders@
  19837. finderheaps@
  19838. fixes@
  19839. Dev.CD Apr 93P
  19840. Dev.CD Apr 9V
  19841. 6752X
  19842. Apr 93
  19843. b--set theItem to choose file -- uncomment to test in an AS editor
  19844.     tell application "Finder"
  19845.         open item "Dev.CD Apr 93"
  19846.         activate
  19847.     end tell
  19848. on error errMsg number errNum
  19849.     --enter statements to perform when no records are found such as...
  19850.     display dialog "Sorry, the item you selected could not be found."
  19851.     return
  19852. end try
  19853. All Packages
  19854. System Enabler 111 (PB 160/180)O
  19855. Dev.CD Apr 93P
  19856. Dev.CD Apr 9V
  19857. 6753X
  19858. Apr 93
  19859. b--set theItem to choose file -- uncomment to test in an AS editor
  19860.     tell application "Finder"
  19861.         open item "Dev.CD Apr 93"
  19862.         activate
  19863.     end tell
  19864. on error errMsg number errNum
  19865.     --enter statements to perform when no records are found such as...
  19866.     display dialog "Sorry, the item you selected could not be found."
  19867.     return
  19868. end try
  19869. All Packages
  19870. System Enabler 111 (PB 160/180)O
  19871. Dev.CD Apr 93P
  19872. Dev.CD Apr 9V
  19873. 6754X
  19874. Apr 93
  19875. All Packages
  19876. 7.1 (PB 145B)O
  19877. Dev.CD Jul 93P
  19878. Dev.CD Jul 9V
  19879. 5298X
  19880. Jul 93
  19881. b--set theItem to choose file -- uncomment to test in an AS editor
  19882.     tell application "Finder"
  19883.         open item "Dev.CD Jul 93"
  19884.         activate
  19885.     end tell
  19886. on error errMsg number errNum
  19887.     --enter statements to perform when no records are found such as...
  19888.     display dialog "Sorry, the item you selected could not be found."
  19889.     return
  19890. end try
  19891. All Packages
  19892. 7.1 (PB 145B)O
  19893. Dev.CD Jul 93P
  19894. Dev.CD Jul 9V
  19895. 5299X
  19896. Jul 93
  19897. b--set theItem to choose file -- uncomment to test in an AS editor
  19898.     tell application "Finder"
  19899.         open item "Dev.CD Jul 93"
  19900.         activate
  19901.     end tell
  19902. on error errMsg number errNum
  19903.     --enter statements to perform when no records are found such as...
  19904.     display dialog "Sorry, the item you selected could not be found."
  19905.     return
  19906. end try
  19907. All Packages
  19908. 7.1 (PB 145B)O
  19909. Dev.CD Jul 93P
  19910. Dev.CD Jul 9V
  19911. 5300X
  19912. Jul 93
  19913. emulator
  19914. f--set theItem to choose file -- uncomment to test in an AS editor
  19915.     tell application "Finder"
  19916.         open item "Dev.CD Nov 97 SSW"
  19917.         activate
  19918.     end tell
  19919. on error errMsg number errNum
  19920.     --enter statements to perform when no records are found such as...
  19921.     display dialog "Sorry, the item you selected could not be found."
  19922.     return
  19923. end try
  19924. ts to perform when no records are found such as...
  19925.     display dialog "Sorry, the item you selected could not be found."
  19926.     return
  19927. end try
  19928. e    No Changeq
  19929. Dev.CD Feb 00 TC
  19930. D!All Packages
  19931. Mac OS SDK Edition
  19932. Speech Recognition Manager
  19933. set-top
  19934. set/access
  19935. setadbinfo
  19936. setdeskcpat
  19937. All Packages
  19938. 7.5.3 (PB 1400)O
  19939. Dev.CD Apr 97 SSWP
  19940. Dev.CD Apr 97 SSV
  19941. 5557X
  19942. Apr 97
  19943. f--set theItem to choose file -- uncomment to test in an AS editor
  19944.     tell application "Finder"
  19945.         open item "Dev.CD Apr 97 SSW"
  19946.         activate
  19947.     end tell
  19948. on error errMsg number errNum
  19949.     --enter statements to perform when no records are found such as...
  19950.     display dialog "Sorry, the item you selected could not be found."
  19951.     return
  19952. end try
  19953. All Packages
  19954. 7.5.3 (PB 1400)O
  19955. Dev.CD Apr 97 SSWP
  19956. Dev.CD Apr 97 SSV
  19957. 5558X
  19958. Apr 97
  19959. f--set theItem to choose file -- uncomment to test in an AS editor
  19960.     tell application "Finder"
  19961.         open item "Dev.CD Apr 97 SSW"
  19962.         activate
  19963.     end tell
  19964. on error errMsg number errNum
  19965.     --enter statements to perform when no records are found such as...
  19966.     display dialog "Sorry, the item you selected could not be found."
  19967.     return
  19968. end try
  19969. All Packages
  19970. 7.5.3 (PB 1400)O
  19971. Dev.CD Apr 97 SSWV
  19972. 5559X
  19973. ttributes
  19974. atworld
  19975. audio
  19976. authentication
  19977. automated
  19978. automated
  19979. testing
  19980. automation
  19981. aware
  19982. background
  19983. answer
  19984. answering
  19985. answering-machines
  19986. answers
  19987. anti-viral
  19988. antlr
  19989. e--set theItem to choose file -- uncomment to test in an AS editor
  19990.     tell application "Finder"
  19991.         open item "Dev.CD May 96 TC"
  19992.         activate
  19993.     end tell
  19994. on error errMsg number errNum
  19995.     --enter statements to perform when no records are found such as...
  19996.     display dialog "Sorry, the item you selected could not be found."
  19997.     return
  19998. end try
  19999. All Packages
  20000. 7.5.3 (PCI)O
  20001. Dev.CD May 96 TCP
  20002. Dev.CD May 96 TV
  20003. 5575X
  20004. May 96
  20005. e--set theItem to choose file -- uncomment to test in an AS editor
  20006.     tell application "Finder"
  20007.         open item "Dev.CD May 96 TC"
  20008.         activate
  20009.     end tell
  20010. on error errMsg number errNum
  20011.     --enter statements to perform when no records are found such as...
  20012.     display dialog "Sorry, the item you selected could not be found."
  20013.     return
  20014. end try
  20015. All Packages
  20016. 7.5.3 (PCI)O
  20017. Dev.CD May 96 TCP
  20018. Dev.CD May 96 TV
  20019. 5576X
  20020. May 96
  20021. polyhedral
  20022. polymorphic
  20023. polymorphism
  20024. packagesA
  20025. Velephone
  20026. whether the telephone network provides Integrated Services Digital Network (ISDN) service or 
  20027. plain old telephone service
  20028.  (POTS), and whether the attached telephone set is a speakerphone or a mobile telephone.
  20029. Issues:  Contact System Software Licensing for licensing details.
  20030. J|Apple Telecom Software 2.1:
  20031. Documentation:
  20032. Interfaces:
  20033. Libraries:
  20034. Stiletto Program:
  20035. Stiletto Sources:
  20036. Telephone Manager 3.0:K
  20037. Sep 93L
  20038. Jan 96O=Dev.CD Jul 99 SDK1:Development Kits:Mac OS:Telephone Manager:
  20039. Dev.CD Jan 96 SSWP
  20040. Dev.CD Jan 96 SSV
  20041. 5373X
  20042. Jan 96
  20043. f--set theItem to choose file -- uncomment to test in an AS editor
  20044.     tell application "Finder"
  20045.         open item "Dev.CD Jan 96 SSW"
  20046.         activate
  20047.     end tell
  20048. on error errMsg number errNum
  20049.     --enter statements to perform when no records are found such as...
  20050.     display dialog "Sorry, the item you selected could not be found."
  20051.     return
  20052. end try
  20053. All Packages
  20054. 7.5OIDev.CD Jan 96 SSW
  20055. Dev.CD Jul 95
  20056. Dev.CD Apr 95
  20057. Dev.CD Jan 95
  20058. Dev.CD Oct 94PHDev.CD Jan 96 SSW
  20059. Dev.CD Jul 95
  20060. Dev.CD Apr 95
  20061. Dev.CD Jan 95
  20062. Dev.CD Oct 9V
  20063. 5374X
  20064. Jan 96
  20065. having
  20066. he/she
  20067. header
  20068. headers
  20069. health
  20070. heaps
  20071. heartbeat
  20072. hedging
  20073. helper
  20074. helpful
  20075. helps
  20076. heralds
  20077. here's
  20078. hersey
  20079. Text Encoding Converter allows you to convert text from one encoding to another, including Unicode. 
  20080. Features
  20081.  Improved booting and initialization, especially on localized systems.
  20082.  Improved locking tables for use at interrupt level.
  20083.  Caches common converter objects for performance.
  20084.  Added new API, UCGetCharProperty, for retrieving Unicode character properties.
  20085.  Added new option kUnicodeTextRunHeuristics for finer control over conversion involving runs of multiple character sets.
  20086. dded new API, NearestMacTextEncodings, which returns the Mac OS encoding(s) whose repertoire is closest to the specified encoding.
  20087.  Encoding names may now be retrieved in Unicode.
  20088.  Added new API, TECSetBasicOptions, which allows some low-level Unicode converter options to be set for conversions performed with the high-level converter.
  20089.  TEC now does better validation of input for Japanese encodings.
  20090.  TEC now does a better job of handling characters that are in MacJapanese but not in Shi
  20091. Dev.CD Apr 94
  20092. Dev.CD Jan 94P
  20093. Dev.CD Apr 94
  20094. Dev.CD Jan 9V
  20095. 6724X
  20096. Apr 94
  20097. p--set theItem to choose file -- uncomment to test in an AS editor
  20098.     tell application "Finder"
  20099.         open item "Dev.CD Apr 94
  20100. Dev.CD Jan 94"
  20101.         activate
  20102.     end tell
  20103. on error errMsg number errNum
  20104.     --enter statements to perform when no records are found such as...
  20105.     display dialog "Sorry, the item you selected could not be found."
  20106.     return
  20107. end try
  20108. All Packages
  20109. System Enabler 088 (AVs)O
  20110. Dev.CD Apr 94
  20111. Dev.CD Jan 94P
  20112. Dev.CD Apr 94
  20113. Dev.CD Jan 9V
  20114. 6725X
  20115. Apr 94
  20116. p--set theItem to choose file -- uncomment to test in an AS editor
  20117.     tell application "Finder"
  20118.         open item "Dev.CD Apr 94
  20119. Dev.CD Jan 94"
  20120.         activate
  20121.     end tell
  20122. on error errMsg number errNum
  20123.     --enter statements to perform when no records are found such as...
  20124.     display dialog "Sorry, the item you selected could not be found."
  20125.     return
  20126. end try
  20127. All Packages
  20128. 6726X
  20129. -like
  20130. Dev.CD Jul 93
  20131. Dev.CD Apr 93P
  20132. Dev.CD Jul 93
  20133. Dev.CD Apr 9V
  20134. 6413X
  20135. Jul 93
  20136. p--set theItem to choose file -- uncomment to test in an AS editor
  20137.     tell application "Finder"
  20138.         open item "Dev.CD Jul 93
  20139. Dev.CD Apr 93"
  20140.         activate
  20141.     end tell
  20142. on error errMsg number errNum
  20143.     --enter statements to perform when no records are found such as...
  20144.     display dialog "Sorry, the item you selected could not be found."
  20145.     return
  20146. end try
  20147. All Packages
  20148. F    QuickTimeO
  20149. Dev.CD Jul 93
  20150. Dev.CD Apr 93P
  20151. Dev.CD Jul 93
  20152. Dev.CD Apr 9V
  20153. 6414X
  20154. Jul 93
  20155. p--set theItem to choose file -- uncomment to test in an AS editor
  20156.     tell application "Finder"
  20157.         open item "Dev.CD Jul 93
  20158. Dev.CD Apr 93"
  20159.         activate
  20160.     end tell
  20161. on error errMsg number errNum
  20162.     --enter statements to perform when no records are found such as...
  20163.     display dialog "Sorry, the item you selected could not be found."
  20164.     return
  20165. end try
  20166. All Packages
  20167. F    QuickTimeO
  20168. Dev.CD Jul 93V
  20169. 6415X
  20170. timers
  20171. timertst
  20172. times
  20173. timestamps
  20174. timezone
  20175. timing
  20176. tiresome
  20177. title
  20178. titled
  20179. titles
  20180. tnetworkbuf
  20181. tnetworkiostream
  20182. tnetworkistream
  20183. tnetworkostream
  20184. ~--set theItem to choose file -- uncomment to test in an AS editor
  20185.     tell application "Finder"
  20186.         open item "Dev.CD Apr 92
  20187. Dev.CD Mar 92
  20188. Dev.CD Feb 92"
  20189.         activate
  20190.     end tell
  20191. on error errMsg number errNum
  20192.     --enter statements to perform when no records are found such as...
  20193.     display dialog "Sorry, the item you selected could not be found."
  20194.     return
  20195. end try
  20196. installation
  20197. installations
  20198. installed
  20199. installer
  20200. order
  20201. catch
  20202. summary
  20203. buginfo
  20204. macro
  20205. execute
  20206. within
  20207. macsbug
  20208. summary
  20209. callhyper
  20210. external
  20211. dimension
  20212. which
  20213. summary
  20214. cdent
  20215. format
  20216. source
  20217. --set theItem to choose file -- uncomment to test in an AS editor
  20218.     tell application "Finder"
  20219.         open item "Dev.CD Vol. X
  20220. Dev.CD Vol. IX
  20221. Dev.CD Vol. VIII
  20222. Dev.CD Vol. VII
  20223. Dev CD Vol. VI
  20224. Dev CD Vol. V
  20225. Dev CD Vol. IV Developer CD (III)
  20226. Developer CD (II)
  20227. Excellent CD (I)"
  20228.         activate
  20229.     end tell
  20230. on error errMsg number errNum
  20231.     --enter statements to perform when no records are found such as...
  20232.     display dialog "Sorry, the item you selected could not be found."
  20233.     return
  20234. nd try
  20235. appleshare
  20236. client
  20237. consists
  20238. routines
  20239. creat@
  20240. adobe
  20241. acrobat
  20242. reader
  20243. allows
  20244. navigate
  20245. release
  20246. apple's
  20247. brings
  20248. increased
  20249. functionali@
  20250. thee@
  20251. there
  20252. three
  20253. different
  20254. samples
  20255. showing
  20256. variat@
  20257. transport@
  20258. throughput@
  20259. support
  20260. sales
  20261. products
  20262. apple
  20263. conjunction
  20264. together@
  20265. tokentalk@
  20266. 1.2.1@
  20267. vectors@
  20268. versatility@
  20269. performanceQ
  20270. performance
  20271. analysis
  20272. Feb 00 TC
  20273.  - Tool Chest
  20274.  - OS Utilities
  20275.  - SnapshotSample1.0b4V
  20276. 4633X
  20277. Feb 00^
  20278. --set theItem to choose file -- uncomment to test in an AS editor
  20279.     tell application "Finder"
  20280.         open item "Dev.CD Feb 00 TC:Tool Chest:OS Utilities:SnapshotSample1.0b4:"
  20281.         activate
  20282.     end tell
  20283. on error errMsg number errNum
  20284.     --enter statements to perform when no records are found such as...
  20285.     display dialog "Sorry, the item you selected could not be found."
  20286.     return
  20287. end try
  20288. e    No Changef
  20289. grab icon desktopq
  20290. Dev.CD Feb 00 TC
  20291. D!All Packages
  20292. Tool Chest Edition
  20293. Snarfer
  20294. 1.0.1
  20295. 1.0.1
  20296. 1.0.2
  20297. updater
  20298. 1.0.1b1c2
  20299. 1.0.1tc7
  20300. 1.0.2
  20301. 1.0a6
  20302. 1.0b1
  20303. 1.0b16
  20304. 1.0b2
  20305. 1.0b3
  20306. 1.0b4
  20307. 1.0d13
  20308. 1.0d2
  20309. about
  20310. sample
  20311. about
  20312. getsetoptions
  20313. about
  20314. snapshot
  20315. sample
  20316. aegizmos
  20317. before
  20318. using
  20319. registration
  20320. defprocs
  20321. defprocs
  20322. first
  20323. first
  20324. first
  20325. first
  20326. hypercard
  20327. obsolete&unsupported
  20328. other
  20329. please
  20330. developer
  20331. 03-information
  20332. 03-information
  20333. registrati
  20334. 03/95
  20335. 03/96
  20336. 03/97
  20337. 04-index
  20338. 04-index
  20339. courses
  20340. 04/95
  20341. 04/96
  20342. 04/97
  20343. 05-self-paced
  20344. 05-self-paced
  20345. products
  20346. 05/95
  20347. 05/96
  20348. 05/97
  20349. 06-on-line
  20350. 06-on-line
  20351. topics
  20352. 06/95
  20353. 06/96
  20354. 06/97
  20355. 07-mac
  20356. 07-mac
  20357. 07/95
  20358. 07/96
  20359. 07/97
  20360. 08-object
  20361. 08-object
  20362. oriented
  20363. 08/95
  20364. 08/96
  20365. 08/97
  20366. 09-multimedia
  20367. 09-multimedia
  20368. graphics
  20369. 09/95
  20370. 09/96
  20371. 09/97
  20372. 1.0.1
  20373. 1.0.1
  20374. 1.0.2
  20375. updater
  20376. 1.0.1b1c2
  20377. 1.0.1tc7
  20378. 1.0.2
  20379. 1.0a6
  20380. 1.0b1
  20381. 1.0b16
  20382. 1.0b2
  20383. 1.0b3
  20384. 1.0b4
  20385. 1.0d13
  20386. 1.0d2
  20387. coordinates
  20388. copacetically
  20389. copied
  20390. copies
  20391. copland
  20392. copland-savvy
  20393. coprocessor
  20394. copy-and-paste
  20395. copy/paste
  20396. copybitmask
  20397. copybits
  20398. copybitsspeedpalette
  20399. documentation
  20400. corners
  20401. corporate
  20402. corporation
  20403. correct
  20404. corrected
  20405. correctly
  20406. corrects
  20407. correlate
  20408. correspondence
  20409. corresponding
  20410. corruption
  20411. cosmetic
  20412. costs
  20413. could
  20414. couldn't
  20415. counter
  20416. counterpart
  20417. counterparts
  20418. countersQ
  20419. counting
  20420. country
  20421. couple
  20422. course
  20423. courses
  20424. courseware
  20425. covered
  20426. covers
  20427. simpletext
  20428. simpletext
  20429. sample
  20430. slideshow
  20431. slots
  20432. snapshotsample1.0b4
  20433. snarfer
  20434. snippets
  20435. snippets
  20436. communications
  20437. toolbox
  20438. snippets
  20439. development
  20440. tools
  20441. languages
  20442. snippets
  20443. devices
  20444. snippets
  20445. files
  20446. snippets
  20447. hardware
  20448. snippets
  20449. interapplication
  20450. communication
  20451. snippets
  20452. memory
  20453. snippets
  20454. networking
  20455. snippets
  20456. utilities
  20457. snippets
  20458. printing
  20459. snippets
  20460. processes
  20461. snippets
  20462. quickdraw
  20463. snippets
  20464. quicktime
  20465. snippets
  20466. sound
  20467. snippets
  20468. testing
  20469. debugging
  20470. snippets
  20471. snippets
  20472. toolbox
  20473. snippets
  20474. update
  20475. development
  20476. software
  20477. somobjects
  20478. somobjects
  20479. sound
  20480. sound
  20481. manager
  20482. sound
  20483. premixer
  20484. effect
  20485. soundapp
  20486. ources
  20487. spooler
  20488. This package contains a number of routines that are helpful in installing traditional Mac OS device drivers (of type 'DRVR').  TradDriverLoaderLib mimics the API (application programming interface) of the PCI DriverLoaderLib library as much as possible, which makes TradDriverLoaderLib easier to use in an environment supporting both PCI native drivers (of type 'ndrv') and traditional Mac OS drivers.
  20489. J'Sample Code.img
  20490. Windows Sample Code.imgK
  20491. Sep 97O
  20492. Dev.CD Feb 00 TC:Sample Code:P
  20493. Dev.CD Feb 00 TC
  20494.  - Sample Codeort@
  20495. sample
  20496. includes
  20497. source
  20498. libraries
  20499. which
  20500. provide@
  20501. sample
  20502. shows
  20503. write
  20504. fully
  20505. asynchronous
  20506. block
  20507. version
  20508. object
  20509. support
  20510. library
  20511. 1.1.4
  20512. replaces
  20513. three-dimensional@
  20514. throughput@
  20515. time-based@
  20516. support
  20517. sales
  20518. products
  20519. apple
  20520. conjunction
  20521. together@
  20522. tokentalk@
  20523. tool's@
  20524. f--set theItem to choose file -- uncomment to test in an AS editor
  20525.     tell application "Finder"
  20526.         open item "Dev.CD Oct 95 SSW"
  20527.         activate
  20528.     end tell
  20529. on error errMsg number errNum
  20530.     --enter statements to perform when no records are found such as...
  20531.     display dialog "Sorry, the item you selected could not be found."
  20532.     return
  20533. end try
  20534. Dev.CD Jul 93
  20535. Dev.CD Apr 93"
  20536.         activate
  20537.     end tell
  20538. on error errMsg number errNum
  20539.     --enter statements to perform when no records are found such as...
  20540.     display dialog "Sorry, the item you selected could not be found."
  20541.     return
  20542. end try
  20543. All Packages
  20544. System Enabler 003 (LC III)OEDev.CD Apr 94
  20545. Dev.CD Jan 94
  20546. Dev.CD Oct 93
  20547. Dev.CD Jul 93
  20548. Dev.CD Apr 93PDDev.CD Apr 94
  20549. Dev.CD Jan 94
  20550. Dev.CD Oct 93
  20551. Dev.CD Jul 93
  20552. Dev.CD Apr 9V
  20553. 4780X
  20554. Apr 94
  20555. menubar
  20556. menumanager
  20557. capture
  20558. telecom
  20559. telephone
  20560. telephone
  20561. manager
  20562. telephony
  20563. telephony
  20564. suite
  20565. template
  20566. template
  20567. template
  20568. terminology
  20569. terminology
  20570. script
  20571. target
  20572. testbanks
  20573. testbanks
  20574. testcpp
  20575. tester
  20576. testhooks
  20577. testhooks
  20578. testhooks
  20579. testhooks
  20580. testhooks
  20581. makeout
  20582. testing
  20583. testmagic
  20584. testmagic
  20585. tests
  20586. encoding
  20587. converter
  20588. encodings
  20589. extractors
  20590. plug-ins
  20591. text-to-speech
  20592. text-to-speech
  20593. first
  20594. textchanger
  20595. e Event XCMDs b3
  20596. Apple Event XCMDs DocK
  20597. Nov 94OeDev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Apple Event XCMDs 1.0b3:ge
  20598. and/or
  20599. anderson
  20600. angles
  20601. animate
  20602. animated
  20603. animation
  20604. ns that communicate to databases using the Open DataBase Connectivity (ODBC) standard.  This folder contains the software development kit for MacODBC version 2.1.2 GM.  
  20605. Features:
  20606.  Cross-platform remote database access
  20607.  Wide range of third party drivers
  20608.  All major relational databases covered
  20609.  Many Mac OS databases also supported (Butler from Everyware Corp. , dTF from theta group and many more )
  20610. PleaB3se report bugs and problems to kodom@visigenic.com.
  20611. J\Documentation:
  20612. ODBC Install.image
  20613. ODBC Sample Bins.image
  20614. ODBC Tools.image
  20615. Readme - InstallerK
  20616. Sep 93L
  20617. Sep 96M
  20618. MacOS System 7.5NNODBC, MacODBC, Database, Connectivity, Drivers, Network, Middleware, VisigenicO5Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacODBC:ge
  20619. All Packages
  20620. 7.1.2O
  20621. Dev.CD Jan 95
  20622. Dev.CD Jul 94P
  20623. Dev.CD Jan 95
  20624. Dev.CD Jul 9V
  20625. 5344X
  20626. Jan 95
  20627. p--set theItem to choose file -- uncomment to test in an AS editor
  20628.     tell application "Finder"
  20629.         open item "Dev.CD Jan 95
  20630. Dev.CD Jul 94"
  20631.         activate
  20632.     end tell
  20633. on error errMsg number errNum
  20634.     --enter statements to perform when no records are found such as...
  20635.     display dialog "Sorry, the item you selected could not be found."
  20636.     return
  20637. end try
  20638. All Packages
  20639. 7.1.2O
  20640. Dev.CD Jan 95
  20641. Dev.CD Jul 94P
  20642. Dev.CD Jan 95
  20643. Dev.CD Jul 9V
  20644. 5345X
  20645. Jan 95
  20646. p--set theItem to choose file -- uncomment to test in an AS editor
  20647.     tell application "Finder"
  20648.         open item "Dev.CD Jan 95
  20649. Dev.CD Jul 94"
  20650.         activate
  20651.     end tell
  20652. on error errMsg number errNum
  20653.     --enter statements to perform when no records are found such as...
  20654.     display dialog "Sorry, the item you selected could not be found."
  20655.     return
  20656. end try
  20657. All Packages
  20658. 5346X
  20659. Summary: This is the electronic version of develop magazine.
  20660.  Issue 18 highlights:
  20661. Giving Users Help With Apple Guide  by John Powers.  Learn how to integrate this powerful new help system into your application, to provide users with context-sensitive help and interactively guide them through common tasks.
  20662. Programming for Flexibility: The Open Scripting Architecture  by Paul G. Smith.  All about the ability to attach and run scripts as a way of customizing applications. 
  20663. Exploiting Gr
  20664. aphics Speed on the Power Macintosh  by Konstantin Othmer, Shannon Holland, and Brian Cox.  A strategy for ensuring that users benefit from the improved performance of QuickDraw on the PowerPC platform.
  20665. Displaying Hierarchical Lists  by Martin Minow.  Here
  20666. s how to provide a user-controlled display mechanism for hierarchical data, much like the triangular buttons used for displaying files and folders in the Finder.
  20667. The Right Way to Implement Preferences Files  by Gary Woodcock.  Some tho
  20668. f--set theItem to choose file -- uncomment to test in an AS editor
  20669.     tell application "Finder"
  20670.         open item "Dev.CD Apr 99 SSW"
  20671.         activate
  20672.     end tell
  20673. on error errMsg number errNum
  20674.     --enter statements to perform when no records are found such as...
  20675.     display dialog "Sorry, the item you selected could not be found."
  20676.     return
  20677. end try
  20678. n unobtrusive event tracing capability to applications, drivers, code-resources, call-backs, and any other "flavor" of Macintosh software.
  20679. BusErrorTest:  Show
  20680. redistribute
  20681. redistributed
  20682. redistributing
  20683. redistribution
  20684. redistributor
  20685. redraw
  20686. reduce
  20687. reduced
  20688. reduces
  20689. reekes
  20690. reeves
  20691. refer
  20692. reference
  20693. referenced
  20694. references
  20695. referential
  20696. referred
  20697. reflect
  20698. reflecting
  20699. reformats
  20700. reformatting
  20701. regarded
  20702. regarding
  20703. regardless
  20704. regards
  20705. region
  20706. regions
  20707. 5880X
  20708. Dec 99^    RL Disk 1
  20709. --set theItem to choose file -- uncomment to test in an AS editor
  20710.     tell application "Finder"
  20711.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 18:"
  20712.         activate
  20713.     end tell
  20714. on error errMsg number errNum
  20715.     --enter statements to perform when no records are found such as...
  20716.     display dialog "Sorry, the item you selected could not be found."
  20717.     return
  20718. end try
  20719. e    No Changeq
  20720. Dev.CD Dec 99 RL Disk 1
  20721. All Packages
  20722. develop Issue 19
  20723. 5881X
  20724. atest and greatest TNs and Q&As from our web site. Updated 11/23/99.J.index.html
  20725. index.html.1
  20726. style.css
  20727. technotesK
  20728. Sep 95L
  20729. Jan 00M
  20730. web browserN
  20731. Technote, Q&AOSDev.CD Jan 00 SDK1:What's New:Technical Documentation:Macintosh Technotes and Q&As:P[Dev.CD Jan 00 SDK1
  20732.  - What's New
  20733.  - Technical Documentation
  20734.  - Macintosh Technotes and Q&AsV
  20735. 4205X
  20736. Jan 00^
  20737. #://developer.apple.com/techpubs/index.html
  20738. ile coding to the grayscale appearance specif
  20739. ssentials, page 6-158 t0 6-164. It is based on the Dialog Manager Q&A technote.
  20740. The Item Color Table Resource is difficult to do by hand.  This sample shows how one is done and is carefully documented.  It show how to use different color and font in EditText items.  It also show how to use color in buttons.
  20741. ItemHider:  Two sample applications, in both MPW and Turbo Pascal
  20742.  versions, show how to hide editText fields in a dialog.
  20743. jGNEFilter:  This snippet is a sample GetNextEvent filter w
  20744. hich uses the JGNEFilter mechanism described in Tech Note #85 "GetNextEvent: Blinking Apple Menu".
  20745. kcapApp:  Demonstration keyboard drawing from KCAP resource. The DrawKeyCaps function draws the key caps, given a set of  modifiers (in the high byte of the modifier short parameter) and KCHR and KCAP resource IDs, using the current pen in  the current GrafPort .
  20746. KeyMapTest:  Shows how to interpret the results of GetKeys.
  20747. ListInDialog:  A snippet that shows how to put a List Manager list i
  20748. 5881X
  20749. Dec 99^    RL Disk 1
  20750. --set theItem to choose file -- uncomment to test in an AS editor
  20751.     tell application "Finder"
  20752.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 19:"
  20753.         activate
  20754.     end tell
  20755. on error errMsg number errNum
  20756.     --enter statements to perform when no records are found such as...
  20757.     display dialog "Sorry, the item you selected could not be found."
  20758.     return
  20759. end try
  20760. e    No Changeq
  20761. Dev.CD Dec 99 RL Disk 1
  20762. D(All Packages
  20763. Reference Library Edition
  20764. develop Issue  2
  20765. All Packages
  20766. Dev.CD Oct 98 SSWP
  20767. Dev.CD Oct 98 SSV
  20768. 5665X
  20769. Oct 98
  20770. f--set theItem to choose file -- uncomment to test in an AS editor
  20771.     tell application "Finder"
  20772.         open item "Dev.CD Oct 98 SSW"
  20773.         activate
  20774.     end tell
  20775. on error errMsg number errNum
  20776.     --enter statements to perform when no records are found such as...
  20777.     display dialog "Sorry, the item you selected could not be found."
  20778.     return
  20779. end try
  20780. All Packages
  20781. Dev.CD Dec 98 SSWP
  20782. Dev.CD Dec 98 SSV
  20783. 5666X
  20784. Dec 98
  20785. f--set theItem to choose file -- uncomment to test in an AS editor
  20786.     tell application "Finder"
  20787.         open item "Dev.CD Dec 98 SSW"
  20788.         activate
  20789.     end tell
  20790. on error errMsg number errNum
  20791.     --enter statements to perform when no records are found such as...
  20792.     display dialog "Sorry, the item you selected could not be found."
  20793.     return
  20794. end try
  20795. All Packages
  20796. Dev.CD Dec 98 SSWP
  20797. Dev.CD Dec 98 SSV
  20798. 5667X
  20799. Dec 98
  20800.  but do
  20801. Dev.CD Oct 95 SSV
  20802. 5489X
  20803. Oct 95
  20804. f--set theItem to choose file -- uncomment to test in an AS editor
  20805.     tell application "Finder"
  20806.         open item "Dev.CD Oct 95 SSW"
  20807.         activate
  20808.     end tell
  20809. on error errMsg number errNum
  20810.     --enter statements to perform when no records are found such as...
  20811.     display dialog "Sorry, the item you selected could not be found."
  20812.     return
  20813. end try
  20814. All Packages
  20815. 7.5.2 (9500)O
  20816. Dev.CD Oct 95 SSWP
  20817. Dev.CD Oct 95 SSV
  20818. 5490X
  20819. Oct 95
  20820. f--set theItem to choose file -- uncomment to test in an AS editor
  20821.     tell application "Finder"
  20822.         open item "Dev.CD Oct 95 SSW"
  20823.         activate
  20824.     end tell
  20825. on error errMsg number errNum
  20826.     --enter statements to perform when no records are found such as...
  20827.     display dialog "Sorry, the item you selected could not be found."
  20828.     return
  20829. end try
  20830. All Packages
  20831. 7.5.2 (PB 190)O
  20832. Dev.CD Apr 96 SDK2P
  20833. Dev.CD Apr 96 SDKV
  20834. 5491X
  20835. Apr 96
  20836. Ad Lib is a graphical view editor which is used to create and edit view resources for MacApp-based applications.
  20837. Ad Lib v3.0.1 provides compatibility with Mac OS 9 and fixes many bugs found in Ad Lib 3.0.  There is one new feature, a log file that is written when resource tables are rebuilt. Logging can be disabled by checking a box in the dialog that prompts for a table rebuild or conversion.
  20838. A license agreement is presented when the product is installed to which the person installing AB2d Lib must agree before installation will proceed.
  20839. Install Ad Lib 3.0.1K
  20840. Dec 98L
  20841. Dec 99M
  20842. PPC only, Mac OS 7.5 or laterNIMacApp, Framework, Object-oriented, Classes, C++, View, Editor, ResourcesO*Dev.CD Feb 00 TC:Tool Chest:MacApp:Ad Lib:P2Dev.CD Feb 00 TC
  20843.  - Tool Chest
  20844.  - MacApp
  20845.  - Ad Liblocating a file in a known folder on an unknown volume.
  20846. Select Folder w/ Gray files:  This is an example of twisted abuse of user interface in order to achieve a noble purpose: as better "Select F
  20847. 6478X
  20848. Feb 00^
  20849. --set theItem to choose file -- uncomment to test in an AS editor
  20850.     tell application "Finder"
  20851.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickDraw:Scrap Color 1.0:"
  20852.         activate
  20853.     end tell
  20854. on error errMsg number errNum
  20855.     --enter statements to perform when no records are found such as...
  20856.     display dialog "Sorry, the item you selected could not be found."
  20857.     return
  20858. end try
  20859. e    No Changeq
  20860. Dev.CD Feb 00 TC
  20861. All Packages
  20862. Scriptable Print SimpleTextI
  20863. This example was SimpleText 1.4d16. It's the same sample that's been shipping since 1996. This version has code to "Extend the Print Record" from Technote 1161 and code to allow for scriptable printing added.
  20864. Dec 99V
  20865. 6479X
  20866. 1e    No Change
  20867. rendering
  20868. renegade
  20869. replace
  20870. replacement
  20871. replaces
  20872. replaces
  20873. postscript
  20874. sample
  20875. replies
  20876. report
  20877. All Packages
  20878. Dev.CD Jul 99 SSWP
  20879. Dev.CD Jul 99 SSV
  20880. 5692X
  20881. Jul 99
  20882. f--set theItem to choose file -- uncomment to test in an AS editor
  20883.     tell application "Finder"
  20884.         open item "Dev.CD Jul 99 SSW"
  20885.         activate
  20886.     end tell
  20887. on error errMsg number errNum
  20888.     --enter statements to perform when no records are found such as...
  20889.     display dialog "Sorry, the item you selected could not be found."
  20890.     return
  20891. end try
  20892. All Packages
  20893. Dev.CD Jul 99 SSWP
  20894. Dev.CD Jul 99 SSV
  20895. 5693X
  20896. Jul 99
  20897. f--set theItem to choose file -- uncomment to test in an AS editor
  20898.     tell application "Finder"
  20899.         open item "Dev.CD Jul 99 SSW"
  20900.         activate
  20901.     end tell
  20902. on error errMsg number errNum
  20903.     --enter statements to perform when no records are found such as...
  20904.     display dialog "Sorry, the item you selected could not be found."
  20905.     return
  20906. end try
  20907. All Packages
  20908. Dev.CD Jul 99 SSWP
  20909. Dev.CD Jul 99 SSV
  20910. 5694X
  20911. Jul 99
  20912. andling
  20913. All Packages
  20914. F    8.0 ImageO
  20915. Dev.CD Dec 97 RLP
  20916. Dev.CD Dec 97 RV
  20917. 5641X
  20918. Dec 97
  20919. e--set theItem to choose file -- uncomment to test in an AS editor
  20920.     tell application "Finder"
  20921.         open item "Dev.CD Dec 97 RL"
  20922.         activate
  20923.     end tell
  20924. on error errMsg number errNum
  20925.     --enter statements to perform when no records are found such as...
  20926.     display dialog "Sorry, the item you selected could not be found."
  20927.     return
  20928. end try
  20929. All Packages
  20930. F    8.0 ImageO
  20931. Dev.CD Dec 97 RLP
  20932. Dev.CD Dec 97 RV
  20933. 5642X
  20934. Dec 97
  20935. e--set theItem to choose file -- uncomment to test in an AS editor
  20936.     tell application "Finder"
  20937.         open item "Dev.CD Dec 97 RL"
  20938.         activate
  20939.     end tell
  20940. on error errMsg number errNum
  20941.     --enter statements to perform when no records are found such as...
  20942.     display dialog "Sorry, the item you selected could not be found."
  20943.     return
  20944. end try
  20945. All Packages
  20946. F    8.0 ImageO
  20947. Dev.CD Dec 97 RLP
  20948. Dev.CD Dec 97 RV
  20949. 5643X
  20950. Dec 97
  20951. --set theItem to choose file -- uncomment to test in an AS editor
  20952.     tell application "Finder"
  20953.         open item "Dev.CD Apr 94
  20954. Dev.CD Jan 94
  20955. Dev.CD Oct 93
  20956. Dev.CD Jul 93
  20957. Dev.CD Apr 93"
  20958.         activate
  20959.     end tell
  20960. on error errMsg number errNum
  20961.     --enter statements to perform when no records are found such as...
  20962.     display dialog "Sorry, the item you selected could not be found."
  20963.     return
  20964. end try
  20965. exploded
  20966. exploit
  20967. exploiting
  20968. explored
  20969. explores
  20970. exploring
  20971. export
  20972. exportable
  20973. exported
  20974. exposed
  20975. exposing
  20976. exposure
  20977. express
  20978. expressions
  20979. expressive
  20980. extend
  20981. extended
  20982. extending
  20983. extends
  20984. extenion
  20985. extensible
  20986. extension
  20987. Oct 99M
  20988. Mac OS 8.6 or later systems
  20989. powerbook
  20990. powerbooks
  20991. powerful
  20992. powermac
  20993. powermacor68k
  20994. powermacs
  20995. poweroff
  20996. powerpcQ
  20997. powerpc-based
  20998. powerplant
  20999. powers
  21000. powertalk
  21001. powertalk-savvy
  21002. powertracer
  21003. pparameter
  21004. lease
  21005. v1.4b6
  21006. driver
  21007. development
  21008. include
  21009. pre-scripted
  21010. pre-testing
  21011. pre-train
  21012. pre-translate
  21013. prediction
  21014. predispatch
  21015. preemptive
  21016. prefer
  21017. preference
  21018. preferences
  21019. preferred
  21020. preliminary
  21021. preloaded
  21022. premastering
  21023. ughts on what makes a well implemented preferences file, and a library to help.
  21024. Somewhere in QuickTime: Basic Movie Playback Support  by Peter Hoddie.  Some common problems to avoid, with special attention to compatibility with future releases.
  21025. Graphical Truffles:  The Debugging Version of QuickDraw GX  by Pete (
  21026. ) Alexander.  How to take advantage of the debugging version during development, along with news about a few changes.
  21027. Balance of Power: Enhancing PowerPC Native Speed  by D
  21028. Dave Evans.  Coding tips for getting the most speed out of the PowerPC processor. 
  21029. History of the Dogcow, Part 2 by Mark (
  21030. The Red
  21031. ) Harlan.  The rest of the story:  distribution and paraphernalia.
  21032. J(develop Issue 18:
  21033. develop Issue 18 code:K
  21034. Vol IIIL
  21035. Jun 95OIDev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 18:PQDev.CD Dec 99 RL Disk 1
  21036.  - Technical Documentation
  21037.  - Develop
  21038.  - develop Issue 18es combining the topic areas, index, and look for content across all ope
  21039. Summary: This is the electronic version of develop magazine.
  21040.  Issue 19 highlights:
  21041. Building an OpenDoc Part Handler  by Kurt Piersol. Writing code to support Apple
  21042. s new compound-document architecture is a lot like writing any Macintosh application. Here
  21043. s an overview of what you
  21044. ll need to know.
  21045. Adding QuickDraw GX Printing to QuickDraw Applications  by Dave Hersey. Even if your application doesn
  21046. t need the advanced graphics capabilities of QuickDraw GX, your users will love the new p
  21047. rinting architecture, and you can support it with a minimum of effort.
  21048. Making the Most of QuickDraw GX Bitmaps  by David Surovell. A primer on handling bitmapped graphics in QuickDraw GX: tips, tricks, and whizzy effects.
  21049. Pick Your Picker With Color Picker 2.0  by Shannon Holland. The new Color Picker Manager is flexible and customizable, allowing much tighter integration of color pickers with your application.
  21050. Implementing Inheritance in Scripts  by Paul G. Smith. Supporting inheritanc
  21051. All Packages
  21052. QuickDraw GXO
  21053. Dev.CD Jan 96 SDK1P
  21054. Dev.CD Jan 96 SDKV
  21055. 6286X
  21056. Jan 96
  21057. g--set theItem to choose file -- uncomment to test in an AS editor
  21058.     tell application "Finder"
  21059.         open item "Dev.CD Jan 96 SDK1"
  21060.         activate
  21061.     end tell
  21062. on error errMsg number errNum
  21063.     --enter statements to perform when no records are found such as...
  21064.     display dialog "Sorry, the item you selected could not be found."
  21065.     return
  21066. end try
  21067. All Packages
  21068. QuickDraw GXO#Dev.CD Aug 96 TC
  21069. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  21070. Dev.CD Jan 96 SDKV
  21071. 6287X
  21072. Aug 96
  21073. x--set theItem to choose file -- uncomment to test in an AS editor
  21074.     tell application "Finder"
  21075.         open item "Dev.CD Aug 96 TC
  21076. Dev.CD Jan 96 SDK1"
  21077.         activate
  21078.     end tell
  21079. on error errMsg number errNum
  21080.     --enter statements to perform when no records are found such as...
  21081.     display dialog "Sorry, the item you selected could not be found."
  21082.     return
  21083. end try
  21084. All Packages
  21085. f--set theItem to choose file -- uncomment to test in an AS editor
  21086.     tell application "Finder"
  21087.         open item "Dev.CD Oct 96 SSW"
  21088.         activate
  21089.     end tell
  21090. on error errMsg number errNum
  21091.     --enter statements to perform when no records are found such as...
  21092.     display dialog "Sorry, the item you selected could not be found."
  21093.     return
  21094. end try
  21095. Oct 93
  21096. Dev.CD Jul 93
  21097. Dev.CD Apr 93"
  21098.         activate
  21099.     end tell
  21100. on error errMsg number errNum
  21101.     --enter statements to perform when no records are found such as...
  21102.     display dialog "Sorry, the item you selected could not be found."
  21103.     return
  21104. end try
  21105. All Packages
  21106. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  21107. Dev.CD Jan 94
  21108. Dev.CD Oct 93
  21109. Dev.CD Jul 93
  21110. Dev.CD Apr 93PDDev.CD Apr 94
  21111. Dev.CD Jan 94
  21112. Dev.CD Oct 93
  21113. Dev.CD Jul 93
  21114. Dev.CD Apr 9V
  21115. 4752X
  21116. Apr 94
  21117. O#Dev.CD Jan 96 SDK2
  21118. Dev.CD Nov 95 TCP"Dev.CD Jan 96 SDK2
  21119. Dev.CD Nov 95 TV
  21120. 5427X
  21121. Jan 96
  21122. x--set theItem to choose file -- uncomment to test in an AS editor
  21123.     tell application "Finder"
  21124.         open item "Dev.CD Jan 96 SDK2
  21125. Dev.CD Nov 95 TC"
  21126.         activate
  21127.     end tell
  21128. on error errMsg number errNum
  21129.     --enter statements to perform when no records are found such as...
  21130.     display dialog "Sorry, the item you selected could not be found."
  21131.     return
  21132. end try
  21133. All Packages
  21134. 7.5.2 (7200/9500)O
  21135. Dev.CD Oct 95 SSWP
  21136. Dev.CD Oct 95 SSV
  21137. 5428X
  21138. Oct 95
  21139. f--set theItem to choose file -- uncomment to test in an AS editor
  21140.     tell application "Finder"
  21141.         open item "Dev.CD Oct 95 SSW"
  21142.         activate
  21143.     end tell
  21144. on error errMsg number errNum
  21145.     --enter statements to perform when no records are found such as...
  21146.     display dialog "Sorry, the item you selected could not be found."
  21147.     return
  21148. end try
  21149. All Packages
  21150. 7.5.2 (7200/9500)V
  21151. 5429X
  21152. - Common
  21153.     - Sun Compliant Java Runtime Environment 1.1
  21154.     - QuickTime 3 
  21155.     - QTJava.zip
  21156.     - QTJava media samples
  21157. - Mac OS:
  21158.     - System 8 or later
  21159.     - Macintosh Runtime for Java (MRJ) 2.1
  21160. - Windows 95, 98, or NT::
  21161.     - JRE/JDK from Sun Microsystems, Inc. recommended
  21162. QuickTime, Java, MRJ
  21163. standards
  21164. standards
  21165. based
  21166. starmax
  21167. state
  21168. statements
  21169. status
  21170. storage
  21171. streaming
  21172. streams
  21173. stress
  21174. string
  21175. string
  21176. encoding
  21177. string
  21178. services
  21179. strings
  21180. strip
  21181. strlog
  21182. structure
  21183. structure
  21184. region
  21185. stuffit
  21186. style
  21187. style
  21188. guide
  21189. stylechat
  21190. sub-menus
  21191. suite
  21192. summary
  21193. survey
  21194. switch
  21195. release
  21196. systems
  21197. table
  21198. tablet
  21199. color
  21200. tanzania
  21201. tcp/ip
  21202. tcp/ip
  21203. appletalk
  21204. reconfiguration
  21205. network
  21206. setup
  21207. ottcpwilldial
  21208. tcp/ip
  21209. search
  21210. technical
  21211. PQDev.CD Dec 99 RL Disk 1
  21212.  - Technical Documentation
  21213.  - Develop
  21214.  - develop Issue 19ol that enables communication between workstations and printers or print servers. The Macintosh PAP Client Interface implements the workstation side of PAP for the Macintosh.
  21215. PAPWorkStation.o version 8.3.4 fixes a problem which affected some PowerPC Macintosh computers with PCI expansion slots printing to fast printers/print servers.   Note: there are no changes to PAP.h and PAP.p.
  21216. JTPAP Client - Read Me First
  21217. PAP Client Interface
  21218. PAP.a.o
  21219. PAP.h
  21220. PAP.p
  21221. PAPWorkStation.oK
  21222. Apr 96L
  21223. Oct 96N
  21224. Print, AppleTalk, PAPOLDev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh PAP Client Interface:PQDev.CD Apr 98 SDK1
  21225.  - Development Kits (Disc 1)
  21226.  - Macintosh PAP Client Interfaceand IIGS monitor commands with the Apple IIe Card and Macsbug.
  21227. Features: Lets you display, change, move, and verify memory; find patterns in memory; and disassemble 65C02 code.J
  21228. XX Docs
  21229. XX Docs.txtK
  21230. Vol XI
  21231. moved
  21232. package
  21233. Vol IIIL
  21234. May 95M
  21235. HyperCard,SuperCard, PlusO_Dev.CD Nov 99 TC:Tool Chest:Development Tools & Languages:HyperCard Related:Rinaldi Collection:PjDev.CD Nov 99 TC
  21236.  - Tool Chest
  21237.  - Development Tools & Languages
  21238.  - HyperCard Related
  21239.  - Rinaldi CollectionV
  21240. 6456X
  21241. Nov 99^
  21242. --set theItem to choose file -- uncomment to test in an AS editor
  21243.     tell application "Finder"
  21244.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Tools & Languages:HyperCard Related:Rinaldi Collection:"
  21245.         activate
  21246.     end tell
  21247. on error errMsg number errNum
  21248.     --enter statements to perform when no records are found such as...
  21249.     display dialog "Sorry, the item you selected could not be found."
  21250.     return
  21251. end try
  21252. Deletedq
  21253. Dev.CD Nov 99 TC
  21254. D!All Packages
  21255. Tool Chest Edition
  21256. Robix & sources
  21257. mailfoo
  21258. mailsuite
  21259. mailsuite
  21260. makefile
  21261. e in your application
  21262. s scripts so that they can share handlers and global variables isn
  21263. t as difficult as you might think.
  21264. Balance of Power:  Tuning PowerPC Memory Usage by Dave Evans. Avoiding inadvertent cache thrashing is important for maximum performance.
  21265. Designing Applications for the Power Macintosh by Greg Robbins and Ron Avitzur. The power of the Power Macintosh means more than just faster spreadsheets.
  21266. Graphical Truffles: A Cool QuickDraw GX Clipping Effect by Pete (
  21267. exander. A stroll through a snippet of code that demonstrates some fancy clipping.
  21268. Somewhere in QuickTime: Media Capture Using the Sequence Grabber by John Wang and Fernando Urbina. The sequence grabber component supports capture of any media type. Here
  21269. s how to use it.
  21270. JEdevelop Issue 19:
  21271. develop Issue 19 code:
  21272. develop Issue 19 references:K
  21273. Vol IIIL
  21274. Jun 95OIDev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 19:?:Developer Notes:Macintosh PowerBook 2400c:ge
  21275. Summary:  This application demonstrates how to send an AppleEvent to the Finder that will cause a new default desktop printer to be selected under QuickDraw GX. The user interface consists of a dialog that collects a string that is the name of a desktop printer. Upon hitting the default button, the application forms an AppleEvent and sends it off to the Finder. If the Printing Finder Extension (part of QuickDraw GX) is installed and a valid desktop printer was specified then that printer sB!hould become the default printer.
  21276. FSSetPrinter.c
  21277. FSSetPrinter.h
  21278. ReadMe
  21279. SetDefaultDTP
  21280. SetDefaultDTP.c
  21281. SetDefaultDTP.rsrc
  21282. SetDefaultDTP.
  21283. SetDefaultDTP.
  21284. SetDefaultDTP.
  21285. .rsrcK
  21286. Feb 96M
  21287. QuickDraw GX, System 7.5N8Desk Top Printer Default SetDefaultDTP QuickDraw GX toolO7Dev.CD Feb 00 TC:Tool Chest:QuickDraw GX:SetDefaultDTP:P?Dev.CD Feb 00 TC
  21288.  - Tool Chest
  21289.  - QuickDraw GX
  21290.  - SetDefaultDTP
  21291. plugins
  21292. postscript
  21293. powerbook
  21294. primer
  21295. f--set theItem to choose file -- uncomment to test in an AS editor
  21296.     tell application "Finder"
  21297.         open item "Dev.CD Jan 96 SSW"
  21298.         activate
  21299.     end tell
  21300. on error errMsg number errNum
  21301.     --enter statements to perform when no records are found such as...
  21302.     display dialog "Sorry, the item you selected could not be found."
  21303.     return
  21304. end try
  21305. .CD Oct 93
  21306. Dev.CD Jul 93
  21307. Dev.CD Apr 93"
  21308.         activate
  21309.     end tell
  21310. on error errMsg number errNum
  21311.     --enter statements to perform when no records are found such as...
  21312.     display dialog "Sorry, the item you selected could not be found."
  21313.     return
  21314. end try
  21315. All Packages
  21316. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  21317. Dev.CD Jan 94
  21318. Dev.CD Oct 93
  21319. Dev.CD Jul 93
  21320. Dev.CD Apr 93PDDev.CD Apr 94
  21321. Dev.CD Jan 94
  21322. Dev.CD Oct 93
  21323. Dev.CD Jul 93
  21324. Dev.CD Apr 9V
  21325. 4802X
  21326. Apr 94
  21327. 5882X
  21328. Dec 99^
  21329. --set theItem to choose file -- uncomment to test in an AS editor
  21330.     tell application "Finder"
  21331.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  2:"
  21332.         activate
  21333.     end tell
  21334. on error errMsg number errNum
  21335.     --enter statements to perform when no records are found such as...
  21336.     display dialog "Sorry, the item you selected could not be found."
  21337.     return
  21338. end try
  21339. Next CDq
  21340. Dev.CD Dec 99 RL
  21341. All Packages
  21342. develop Issue 20
  21343. 5883X
  21344. ry) translation.  Kind strings are enhanced in the Finder so document types are more robust.
  21345. Issues:  Please contact Apple Licensing for redistribution information.
  21346. Claris XTND Files:
  21347. Document Converter
  21348. Documentation:
  21349. Macintosh Easy Open
  21350. Macintosh Easy Open Reference
  21351. Open Me
  21352. Read Me First
  21353. Translation Extensions:K
  21354. Jul 93L
  21355. Aug 95OADev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:se.
  21356. 2083X
  21357. 1e    No Change
  21358. throughput
  21359. throw
  21360. throws
  21361. thumb
  21362. thumbnail
  21363. thumbs
  21364. thunder
  21365. tibetan
  21366. tickanimate
  21367. ticks
  21368. tietz
  21369. tighter
  21370. tilde-linefeed
  21371. tilde-tilde
  21372. tiled
  21373. tiles
  21374. time-based
  21375. time-consuming
  21376. times
  21377. timestamps
  21378. timing
  21379. tiresome
  21380. title
  21381. titled
  21382. titles
  21383. tnetworkbuf
  21384. tnetworkiostream
  21385. tnetworkistream
  21386. tnetworkostream
  21387. All Packages
  21388. 6.1O8Dev.CD Feb 92
  21389. Dev.CD Jan 92
  21390. Dev.CD Vol. XI
  21391. Dev.CD Vol. XP7Dev.CD Feb 92
  21392. Dev.CD Jan 92
  21393. Dev.CD Vol. XI
  21394. Dev.CD Vol. V
  21395. 5199X
  21396. Feb 92
  21397. --set theItem to choose file -- uncomment to test in an AS editor
  21398.     tell application "Finder"
  21399.         open item "Dev.CD Feb 92
  21400. Dev.CD Jan 92
  21401. Dev.CD Vol. XI
  21402. Dev.CD Vol. X"
  21403.         activate
  21404.     end tell
  21405. on error errMsg number errNum
  21406.     --enter statements to perform when no records are found such as...
  21407.     display dialog "Sorry, the item you selected could not be found."
  21408.     return
  21409. end try
  21410. All Packages
  21411. 6.1O8Dev.CD Feb 92
  21412. Dev.CD Jan 92
  21413. Dev.CD Vol. XI
  21414. Dev.CD Vol. XP7Dev.CD Feb 92
  21415. Dev.CD Jan 92
  21416. Dev.CD Vol. XI
  21417. Dev.CD Vol. V
  21418. 5200X
  21419. Feb 92
  21420. s some low-level Unicode converter options to be set for conversions performed with the high-level converter.
  21421.  TEC now does better validation of input for Japanese encodings.
  21422.  TEC now does a better job of handling characters that are in MacJapanese but not in Shi
  21423. g--set theItem to choose file -- uncomment to test in an AS editor
  21424.     tell application "Finder"
  21425.         open item "Dev.CD Apr 96 SDK2"
  21426.         activate
  21427.     end tell
  21428. on error errMsg number errNum
  21429.     --enter statements to perform when no records are found such as...
  21430.     display dialog "Sorry, the item you selected could not be found."
  21431.     return
  21432. end try
  21433. ed could not be found."
  21434.     return
  21435. end try
  21436. modem
  21437. moderated
  21438. moderm
  21439. modern
  21440. modes
  21441. modified
  21442. modifier
  21443. modify
  21444. modifying
  21445. module
  21446. modules
  21447. momentum
  21448. money
  21449. monitor
  21450. monitoringQ
  21451. monthly
  21452. mosaic
  21453. motorola
  21454. mounts
  21455. mouse
  21456. movie
  21457. movies
  21458. moving
  21459. All Packages
  21460. System 7.5 Update 1.0O
  21461. Dev.CD Jul 95P
  21462. Dev.CD Jul 9V
  21463. 6609X
  21464. Jul 95
  21465. b--set theItem to choose file -- uncomment to test in an AS editor
  21466.     tell application "Finder"
  21467.         open item "Dev.CD Jul 95"
  21468.         activate
  21469.     end tell
  21470. on error errMsg number errNum
  21471.     --enter statements to perform when no records are found such as...
  21472.     display dialog "Sorry, the item you selected could not be found."
  21473.     return
  21474. end try
  21475. All Packages
  21476. System 7.5 Update 1.0O
  21477. Dev.CD Jul 95P
  21478. Dev.CD Jul 9V
  21479. 6610X
  21480. Jul 95
  21481. b--set theItem to choose file -- uncomment to test in an AS editor
  21482.     tell application "Finder"
  21483.         open item "Dev.CD Jul 95"
  21484.         activate
  21485.     end tell
  21486. on error errMsg number errNum
  21487.     --enter statements to perform when no records are found such as...
  21488.     display dialog "Sorry, the item you selected could not be found."
  21489.     return
  21490. end try
  21491. All Packages
  21492. System 7.5 Update 1.0O
  21493. Dev.CD Jul 95P
  21494. Dev.CD Jul 9V
  21495. 6611X
  21496. card@
  21497. cardbus@
  21498. carries@
  21499. causes@
  21500. cfm-68k
  21501. cfrg@
  21502. characters@
  21503. chinese@
  21504. claim@
  21505. client-server@
  21506. cmd-q@
  21507. code@
  21508. sample
  21509. which
  21510. demonstrates
  21511. ethernet
  21512. driver
  21513. code-resources@
  21514. collect@
  21515. colorizepict@
  21516. com/mkt/maclogo@
  21517. commando@
  21518. commonly@
  21519. commpiler@
  21520. communication@
  21521. compiles@
  21522. complete@
  21523. component@
  21524. compositor@
  21525. conceptual@
  21526. configuring@
  21527. consists@
  21528. constraints@
  21529. contains
  21530. transport
  21531. software
  21532. development
  21533. content@
  21534. control-key@
  21535. converts@
  21536. coordinates@
  21537. copydeepmask@
  21538. corruption@
  21539. cpu's@
  21540. crashing@
  21541. creator@
  21542. curs@
  21543. customers@
  21544. customise@
  21545. dashed-capped@
  21546. david@
  21547. dealer@
  21548. decomposed@
  21549. define
  21550. defined@
  21551. defproc@
  21552. deleted@
  21553. demonstrated@
  21554. demonstrating@
  21555. apple@
  21556. minor
  21557. minow
  21558. minute
  21559. minutes
  21560. lignment
  21561. misdemeanors
  21562. misrecognized
  21563. mixed-partition
  21564. mixing
  21565. modal
  21566. model
  21567. modeled
  21568. modeling
  21569. models
  21570. modem
  21571. moderated
  21572. moderm
  21573. modern
  21574. modes
  21575. modified
  21576. modifier
  21577. modify
  21578. modifying
  21579. module
  21580. modules
  21581. momentum
  21582. money
  21583. monitor
  21584. monitoringQ
  21585. monroe
  21586. monthly
  21587. morley
  21588. mosaic
  21589. mostly
  21590. motorola
  21591. mounts
  21592. mouse
  21593. All Packages
  21594. 7.5.2 (PB 5300/2300/190)O
  21595. Dev.CD Apr 96 SSWP
  21596. Dev.CD Apr 96 SSV
  21597. 5506X
  21598. Apr 96
  21599. f--set theItem to choose file -- uncomment to test in an AS editor
  21600.     tell application "Finder"
  21601.         open item "Dev.CD Apr 96 SSW"
  21602.         activate
  21603.     end tell
  21604. on error errMsg number errNum
  21605.     --enter statements to perform when no records are found such as...
  21606.     display dialog "Sorry, the item you selected could not be found."
  21607.     return
  21608. end try
  21609. All Packages
  21610. 7.5.2 (PB 5300/2300/190)O
  21611. Dev.CD Apr 96 SSWP
  21612. Dev.CD Apr 96 SSV
  21613. 5507X
  21614. Apr 96
  21615. f--set theItem to choose file -- uncomment to test in an AS editor
  21616.     tell application "Finder"
  21617.         open item "Dev.CD Apr 96 SSW"
  21618.         activate
  21619.     end tell
  21620. on error errMsg number errNum
  21621.     --enter statements to perform when no records are found such as...
  21622.     display dialog "Sorry, the item you selected could not be found."
  21623.     return
  21624. end try
  21625. All Packages
  21626. 5508X
  21627. nasty
  21628. natick
  21629. PSDev.CD Feb 00 TC
  21630.  - What's New?
  21631.  - Development Kits
  21632.  - Mac OS
  21633.  - QuickTime Java SDKV
  21634. 6442X
  21635. Feb 00^
  21636. --set theItem to choose file -- uncomment to test in an AS editor
  21637.     tell application "Finder"
  21638.         open item "Dev.CD Feb 00 TC:What's New?:Development Kits:Mac OS:QuickTime Java SDK:"
  21639.         activate
  21640.     end tell
  21641. on error errMsg number errNum
  21642.     --enter statements to perform when no records are found such as...
  21643.     display dialog "Sorry, the item you selected could not be found."
  21644.     return
  21645. end try
  21646. New Packagef
  21647. QuickTime
  21648. http://developer.apple.com/sdk/q
  21649. Dev.CD Feb 00 TC
  21650. D.All Packages
  21651. Tool Chest Edition
  21652. New & RevisedF
  21653. QuickTime Java Windows SDKITQuickTime for Java Windows SDK.  Includes QuickTime for Java API javadoc, and demos.J
  21654. QTJava_SDK.zipK
  21655. Feb 00Development Kits:Cross Platform:QuickTime Java Windows SDK:V
  21656. 6443X
  21657. New Packageo
  21658. http://developer.apple.com/sdk/
  21659. soundapp
  21660. soundapp
  21661. source
  21662. masher
  21663. ional
  21664. r--set theItem to choose file -- uncomment to test in an AS editor
  21665.     tell application "Finder"
  21666.         open item "Dev.CD Feb 00 TC:Sample Code:"
  21667.         activate
  21668.     end tell
  21669. on error errMsg number errNum
  21670.     --enter statements to perform when no records are found such as...
  21671.     display dialog "Sorry, the item you selected could not be found."
  21672.     return
  21673. end try
  21674. soundapp
  21675. soundconvert
  21676. soundinputsample
  21677. soundlevel
  21678. sounds
  21679. soundsprocket
  21680. soundunit
  21681. source
  21682. ser and developer documentation), AppleScript software, sample code and sample scripts for modifying or creating your own AppleScript scripts.
  21683. AppleScript 1.3.4 SDK.smiK
  21684. Apr 93L
  21685. Mar 99N2AppleScript, scripting, Apple Event,Folder ActionsO;Dev.CD Jan 00 SDK1:Development Kits:Mac OS:AppleScript SDK:PCDev.CD Jan 00 SDK1
  21686.  - Development Kits
  21687.  - Mac OS
  21688.  - AppleScript SDKurn
  21689. end try
  21690. All Packages
  21691. F    QuickTimeO
  21692. Dev.CD Jul 93
  21693. Dev.CD Apr 93P
  21694. Dev.CD Jul 93
  21695. Dev.CD Apr 9V
  21696. 4534X
  21697. Jul 93
  21698. p--set theItem to choose file -- uncomment to test in an AS editor
  21699.     tell application "Finder"
  21700.         open item "Dev.CD Jul 93
  21701. Dev.CD Apr 93"
  21702.         activate
  21703.     end tell
  21704. on error errMsg number errNum
  21705.     --enter statements to perform when no records are found such as...
  21706.     display dialog "Sorry, the item you selected could not be found."
  21707.     return
  21708. end try
  21709. All Packages
  21710. F    QuickTimeO
  21711. Dev.CD Jul 93
  21712. Dev.CD Apr 93P
  21713. Dev.CD Jul 93
  21714. Dev.CD Apr 9V
  21715. 4535X
  21716. Jul 93
  21717. 6461X
  21718. Feb 00^
  21719. r--set theItem to choose file -- uncomment to test in an AS editor
  21720.     tell application "Finder"
  21721.         open item "Dev.CD Feb 00 TC:Sample Code:"
  21722.         activate
  21723.     end tell
  21724. on error errMsg number errNum
  21725.     --enter statements to perform when no records are found such as...
  21726.     display dialog "Sorry, the item you selected could not be found."
  21727.     return
  21728. end try
  21729. e    No Changeq
  21730. Dev.CD Feb 00 TC
  21731. D!All Packages
  21732. Tool Chest Edition
  21733. Sample Code - Files
  21734. (** = new, * = revised)
  21735. Folder Watching:  These applications demonstrate how to write a background task which uses Apple events to pass on task related information to another application.
  21736. MoreFiles 1.4.6:  MoreFiles is a collection of high-level routines written over the last couple of years to answer File Manager questions from developers. The routines in MoreFiles have been tested (but not stress-tested), documented, and code-reviewed by Apple. MoreFiles provides: high-level and FSSpec
  21737. cursive
  21738. cursor
  21739. cursordevice
  21740. cursordevicemanager
  21741. cursordevices
  21742. cursordevicesetaccel
  21743. cursors
  21744. curve
  21745. curves
  21746. custom
  21747. customchoose
  21748. customenabler
  21749. customer
  21750. customer's
  21751. demonstrates
  21752. end try
  21753. Deletedf:ASLM
  21754. Apple Shared Library Manager
  21755. DLL Dynamic Link Libraryq
  21756. Dev.CD Jul 99 SDK1
  21757. All Packages
  21758. Apple Standards for DevelopersI
  21759. Summary: This document discusses Apple's new role in creating and supporting national and international standards for data interchange and temporal media data formats.
  21760. JsApple Standards
  21761. AppleSingle/AppleDouble Format:
  21762. BinHex 4.0:
  21763. Mac OS Text Encodings:
  21764. MacBinary:
  21765. Multimedia Standards:K
  21766. Vol VIIIM
  21767. Adobe Acrobat Reader.O@Dev.CD Dec 99 RL Disk 1:Technical Documentation:Misc. Standards:V
  21768. 2086X
  21769. 1e    No Change
  21770. All Packages
  21771. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  21772. Dev.CD Jan 94
  21773. Dev.CD Oct 93
  21774. Dev.CD Jul 93
  21775. Dev.CD Apr 93PDDev.CD Apr 94
  21776. Dev.CD Jan 94
  21777. Dev.CD Oct 93
  21778. Dev.CD Jul 93
  21779. Dev.CD Apr 9V
  21780. 6650X
  21781. Apr 94
  21782. --set theItem to choose file -- uncomment to test in an AS editor
  21783.     tell application "Finder"
  21784.         open item "Dev.CD Apr 94
  21785. Dev.CD Jan 94
  21786. Dev.CD Oct 93
  21787. Dev.CD Jul 93
  21788. Dev.CD Apr 93"
  21789.         activate
  21790.     end tell
  21791. on error errMsg number errNum
  21792.     --enter statements to perform when no records are found such as...
  21793.     display dialog "Sorry, the item you selected could not be found."
  21794.     return
  21795. end try
  21796. All Packages
  21797. System Enabler 001 (IIvx, IIvi)O7Dev.CD Apr 94
  21798. Dev.CD Jan 94
  21799. Dev.CD Oct 93
  21800. Dev.CD Jul 93P6Dev.CD Apr 94
  21801. Dev.CD Jan 94
  21802. Dev.CD Oct 93
  21803. Dev.CD Jul 9V
  21804. 6651X
  21805. Apr 94
  21806. d Library Manager:PPDev.CD Jul 99 SDK1
  21807.  - Development Kits
  21808.  - Mac OS
  21809.  - Apple Shared Library Manager
  21810. All Packages
  21811. F    QuickTimeO
  21812. Dev.CD Jan 94P
  21813. Dev.CD Jan 9V
  21814. 6379X
  21815. Jan 94
  21816. b--set theItem to choose file -- uncomment to test in an AS editor
  21817.     tell application "Finder"
  21818.         open item "Dev.CD Jan 94"
  21819.         activate
  21820.     end tell
  21821. on error errMsg number errNum
  21822.     --enter statements to perform when no records are found such as...
  21823.     display dialog "Sorry, the item you selected could not be found."
  21824.     return
  21825. end try
  21826. All Packages
  21827. F    QuickTimeO
  21828. Dev.CD Jan 94
  21829. Dev.CD Oct 93P
  21830. Dev.CD Jan 94
  21831. Dev.CD Oct 9V
  21832. 6380X
  21833. Jan 94
  21834. p--set theItem to choose file -- uncomment to test in an AS editor
  21835.     tell application "Finder"
  21836.         open item "Dev.CD Jan 94
  21837. Dev.CD Oct 93"
  21838.         activate
  21839.     end tell
  21840. on error errMsg number errNum
  21841.     --enter statements to perform when no records are found such as...
  21842.     display dialog "Sorry, the item you selected could not be found."
  21843.     return
  21844. end try
  21845. All Packages
  21846. F    QuickTimeV
  21847. 6381X
  21848. hytime
  21849. OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  2:PJDev.CD Dec 99 RL
  21850.  - Technical Documentation
  21851.  - develop
  21852.  - develop Issue  2op to test in an AS editor
  21853.     tell application "Finder"
  21854.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Misc. Standards:"
  21855.         activate
  21856.     end tell
  21857. on error errMsg number errNum
  21858.     --enter statements to perform when no records are found such as...
  21859.     display dialog "Sorry, the item you selected could not be found."
  21860.     return
  21861. end try
  21862. e    No Changeq
  21863. Dev.CD Dec 99 RL Disk 1
  21864. All Packages
  21865. Apple Style Guide 2/94
  21866. 2087X
  21867. All Packages
  21868. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  21869. Dev.CD Jan 94
  21870. Dev.CD Oct 93
  21871. Dev.CD Jul 93
  21872. Dev.CD Apr 93PDDev.CD Apr 94
  21873. Dev.CD Jan 94
  21874. Dev.CD Oct 93
  21875. Dev.CD Jul 93
  21876. Dev.CD Apr 9V
  21877. 6831X
  21878. Apr 94
  21879. --set theItem to choose file -- uncomment to test in an AS editor
  21880.     tell application "Finder"
  21881.         open item "Dev.CD Apr 94
  21882. Dev.CD Jan 94
  21883. Dev.CD Oct 93
  21884. Dev.CD Jul 93
  21885. Dev.CD Apr 93"
  21886.         activate
  21887.     end tell
  21888. on error errMsg number errNum
  21889.     --enter statements to perform when no records are found such as...
  21890.     display dialog "Sorry, the item you selected could not be found."
  21891.     return
  21892. end try
  21893. All Packages
  21894. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  21895. Dev.CD Jan 94
  21896. Dev.CD Oct 93
  21897. Dev.CD Jul 93
  21898. Dev.CD Apr 93PDDev.CD Apr 94
  21899. Dev.CD Jan 94
  21900. Dev.CD Oct 93
  21901. Dev.CD Jul 93
  21902. Dev.CD Apr 9V
  21903. 6832X
  21904. Apr 94
  21905. 7100/66
  21906. 7100/80
  21907. 711702111
  21908. 73007200/1207200/906
  21909. 730513255
  21910. 5883X
  21911. Dec 99^    RL Disk 1
  21912. --set theItem to choose file -- uncomment to test in an AS editor
  21913.     tell application "Finder"
  21914.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 20:"
  21915.         activate
  21916.     end tell
  21917. on error errMsg number errNum
  21918.     --enter statements to perform when no records are found such as...
  21919.     display dialog "Sorry, the item you selected could not be found."
  21920.     return
  21921. end try
  21922. e    No Changeq
  21923. Dev.CD Dec 99 RL Disk 1
  21924. All Packages
  21925. develop Issue 21
  21926. 5884X
  21927. he Dragging Enabler file.  You may not license any other files in the Developer
  21928. s Kit.  Please call Apple Software Licensing at (408) 974 4667 for information.
  21929. Issues:
  21930. Macintosh Drag and Drop is incompatible with the graphics acceleration of the 8
  21931. 24 GC video card.  With this card and the 8
  21932. 24 GC control panel installed, Macintosh Drag and Drop may leave bits on the screen while dragging on the 8
  21933. s display.  Remove the 8
  21934. 24 GC control panel to 
  21935. would
  21936. wouldn't
  21937. wprocasm
  21938. wrapcommenttext
  21939. wrapper
  21940. wrench
  21941. wringer
  21942. write
  21943. writes
  21944. writing
  21945. written
  21946. wrong
  21947. wrongly
  21948. x-axes
  21949. x/open
  21950. Dev.CD Apr 96 SSV
  21951. 5484X
  21952. Apr 96
  21953. f--set theItem to choose file -- uncomment to test in an AS editor
  21954.     tell application "Finder"
  21955.         open item "Dev.CD Apr 96 SSW"
  21956.         activate
  21957.     end tell
  21958. on error errMsg number errNum
  21959.     --enter statements to perform when no records are found such as...
  21960.     display dialog "Sorry, the item you selected could not be found."
  21961.     return
  21962. end try
  21963. All Packages
  21964. 7.5.2 (9500)O
  21965. Dev.CD Jan 96 SSWP
  21966. Dev.CD Jan 96 SSV
  21967. 5485X
  21968. Jan 96
  21969. f--set theItem to choose file -- uncomment to test in an AS editor
  21970.     tell application "Finder"
  21971.         open item "Dev.CD Jan 96 SSW"
  21972.         activate
  21973.     end tell
  21974. on error errMsg number errNum
  21975.     --enter statements to perform when no records are found such as...
  21976.     display dialog "Sorry, the item you selected could not be found."
  21977.     return
  21978. end try
  21979. All Packages
  21980. 7.5.2 (9500)O
  21981. Dev.CD Oct 95 SSWP
  21982. Dev.CD Oct 95 SSV
  21983. 5486X
  21984. Oct 95
  21985. maximum
  21986.     E| non-Apple operating systems and/or third-party applications designed for execution on such systems is strictly prohibited. 
  21987. Jz100% View Files:
  21988. 7/96 Apple Grayscale Appearance
  21989. Linked Files:
  21990. Transitions To Mac OS 8 Themes
  21991. Updated Grayscale AppearanceK
  21992. Apr 96L
  21993. Sep 96M6SimpleText 1.2 or later, Acrobat Exchange 2.0 or laterO[Dev.CD Dec 99 RL Disk 1:Technical Documentation:Human Interface:Apple Grayscale Appearance:PcDev.CD Dec 99 RL Disk 1
  21994.  - Technical Documentation
  21995.  - Human Interface
  21996.  - Apple Grayscale AppearanceDeveloper Tutorial (Windows NT)
  21997. *Object-Oriented Programming and the Objective-C Language
  21998. *Topics in OPENSTEP Programming
  21999. JNDiscoveringOpenstepBook.pdf
  22000. IntroAppKitBook.pdf
  22001. IntroFoundationBook.pdf
  22002. READMEK
  22003. Oct 97O]Dev.CD Oct 97 SDK1:What's New:Technical Documentaion:Rhapsody/OpenStep:RhapsodyDocumentation:PhDev.CD Oct 97 SDK1
  22004.  - What's New
  22005.  - Technical Documentaion
  22006.  - Rhapsody/OpenStep
  22007.  - RhapsodyDocumentationstem
  22008. manager
  22009. external
  22010. system
  22011. foreign
  22012. QuickDraw GXO
  22013. Dev.CD Jan 96 SDK1P
  22014. Dev.CD Jan 96 SDKV
  22015. 6283X
  22016. Jan 96
  22017. g--set theItem to choose file -- uncomment to test in an AS editor
  22018.     tell application "Finder"
  22019.         open item "Dev.CD Jan 96 SDK1"
  22020.         activate
  22021.     end tell
  22022. on error errMsg number errNum
  22023.     --enter statements to perform when no records are found such as...
  22024.     display dialog "Sorry, the item you selected could not be found."
  22025.     return
  22026. end try
  22027. All Packages
  22028. QuickDraw GXO
  22029. Dev.CD Jan 96 SDK1P
  22030. Dev.CD Jan 96 SDKV
  22031. 6284X
  22032. Jan 96
  22033. g--set theItem to choose file -- uncomment to test in an AS editor
  22034.     tell application "Finder"
  22035.         open item "Dev.CD Jan 96 SDK1"
  22036.         activate
  22037.     end tell
  22038. on error errMsg number errNum
  22039.     --enter statements to perform when no records are found such as...
  22040.     display dialog "Sorry, the item you selected could not be found."
  22041.     return
  22042. end try
  22043. All Packages
  22044. QuickDraw GXO
  22045. Dev.CD Jan 96 SDK1P
  22046. Dev.CD Jan 96 SDKV
  22047. 6285X
  22048. Jan 96
  22049. Summary: This is the electronic version of develop magazine.
  22050.  Issue 20 highlights:
  22051. Getting the Most out of AOCE Catalog Records  by Christine Buttin.  AOCE templates let you extend AOCE catalogs to store new kinds of data. This article introduces you to writing AOCE templates by providing an example template that extends the built-in User record.
  22052. Exploring Advanced AOCE Templates Through Celestial Mechanics  by Harry R. Chesley.
  22053. AOCE templates allow you to specify how the Finder displa
  22054. ys your data and how the user interacts with it. This article shows how to use some of the more advanced features of the template mechanism.
  22055. Make Your Own Sound Components  by Kip Olson.  Sound Manager 3.0 supports plug-in components for compression, decompression, custom hardware support, and more. This introduction to Sound Manager components will get you started.
  22056. Scripting the Finder From Your Application  by Greg Anderson.  The System 7.5 Finder is OSL-compliant, opening the door to 
  22057. Summary: This is the electronic version of develop magazine.
  22058.  Issue 2 highlights:
  22059. Using C++ Objects in a Handle-Based World.  Avoiding headaches when you use C++ objects in the Macintosh world.
  22060. Using Objects Safely in Object Pascal.  Guidelines to take the worry out of using objects so you can relax and enjoy their advantages.
  22061. The Secret Life of the Memory Manager.  Memory Manager behavior and how it affects your applications.
  22062. Speed Your Software Development with MacApp.  Let MacApp 
  22063. take care of the user so you can focus on writing
  22064. and reusing
  22065. code.
  22066. How to Design an Object-Based Application.  A step-by-step two-phase process for designing an object-bases application.
  22067. Unofficial C++ Style Guide.  How to harness C++
  22068. s power without getting tripped up by some of its less savory features.
  22069. Demystifying the GS/OS Cache.  Taking the mystery and confusion out of caching algorithms. 
  22070. J(develop Issue  2:
  22071. develop Issue  2 code:K
  22072. Vol IIIL
  22073. Jun 95
  22074. All Packages
  22075. 6.0.7O
  22076. Dev.CD Vol. VIIIP
  22077. Dev.CD Vol. VIIV
  22078. 5188X
  22079. Vol. V
  22080. e--set theItem to choose file -- uncomment to test in an AS editor
  22081.     tell application "Finder"
  22082.         open item "Dev.CD Vol. VIII"
  22083.         activate
  22084.     end tell
  22085. on error errMsg number errNum
  22086.     --enter statements to perform when no records are found such as...
  22087.     display dialog "Sorry, the item you selected could not be found."
  22088.     return
  22089. end try
  22090. All Packages
  22091. 6.0.7O
  22092. Dev.CD Vol. VIIP
  22093. Dev.CD Vol. VIV
  22094. 5189X
  22095. Vol. V
  22096. d--set theItem to choose file -- uncomment to test in an AS editor
  22097.     tell application "Finder"
  22098.         open item "Dev.CD Vol. VII"
  22099.         activate
  22100.     end tell
  22101. on error errMsg number errNum
  22102.     --enter statements to perform when no records are found such as...
  22103.     display dialog "Sorry, the item you selected could not be found."
  22104.     return
  22105. end try
  22106. All Packages
  22107. 6.0.7O
  22108. Dev.CD Vol. VIIP
  22109. Dev.CD Vol. VIV
  22110. 5190X
  22111. Vol. V
  22112. Summary: The Snarfer is an application that directs whatever Macintosh it is running on to examine each AppleTalk packet it is about to write to the network.   If it meets operator-defined criteria, the packet can be altered and controlled in a variety of ways.
  22113. Features: 
  22114. Packets can have their size changed, data altered, protocol parameters changed, or their transmission delayed or repeated.  
  22115. The user-defined criteria currently includes matching such traits for the AppleTalk Protocols
  22116. : ASP, ATP, ADSP, DDP, LLAP, NBP, and PAP.
  22117. A distribution scenario can be set up to introduce random and selective snarfing of packets.
  22118. Files can be saved to hold the user-defined critieria and actions that users create.
  22119. The Snarfer can run on Internet Routers and handle multiple ports.
  22120. Issues: The Snarfer is currently being considered for a patent filed by Apple.  So far, it is a low priority patent.
  22121. J8The Snarfer
  22122. The Snarfer Read Me
  22123. The Snarfer User's GuideK
  22124. Jul 92
  22125.     EBe or is it hokum? Only your branch prediction unit knows for sure.
  22126. JEdevelop Issue 20:
  22127. develop Issue 20 code:
  22128. develop Issue 20 references:K
  22129. Vol IIIL
  22130. Jun 95OIDev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 20:PQDev.CD Dec 99 RL Disk 1
  22131.  - Technical Documentation
  22132.  - Develop
  22133.  - develop Issue 20 display dialog "Sorry, the item you selected could not be found."
  22134.     return
  22135. end try
  22136. DeletedfBAppleGlot Localization Internationalization Translation Glossariesq
  22137. Dev.CD Nov 99 TC
  22138. 9D!All Packages
  22139. Tool Chest Edition
  22140. AppleGlot 2.4b6
  22141. %MCAny Macintosh (starting from Mac Plus) running system 6.0 or later.mmary
  22142. folder
  22143. contains
  22144. assist
  22145. increas
  22146. summary
  22147. folder
  22148. contains
  22149. tools
  22150. useful
  22151. develo
  22152. summary
  22153. folder
  22154. contains
  22155. worldwide
  22156. runtime
  22157. versi
  22158. summary
  22159. graphics
  22160. primer
  22161. contains
  22162. information
  22163. concep
  22164. summary
  22165. guide
  22166. provides
  22167. information
  22168. about
  22169. markets
  22170. distri
  22171. summary
  22172. installer
  22173. install
  22174. files
  22175. needed
  22176. worldscr
  22177. summary
  22178. collection
  22179. useful
  22180. quicktime
  22181. functions
  22182. summary
  22183. complete
  22184. demonstration
  22185. access
  22186. summary
  22187. da/application
  22188. allows
  22189. examine
  22190. summary
  22191. functional
  22192. opentransport
  22193. sample
  22194. imple
  22195. summary
  22196. graphical
  22197. representation
  22198. maximum
  22199. summary
  22200. definition
  22201. procedure
  22202. source
  22203. summary
  22204. series
  22205. tools
  22206. source
  22207. allow
  22208. calization
  22209.  - AppleGlot 2.3
  22210.  fonts required are installed in their proper locations.
  22211.  To take advantage of the search capabilities of Adobe, please add the ".pdx" files to your list of indexes to search (they are in the "Acrobat Indexes" folder on the top level of the CD).
  22212. JI Read Me First!
  22213. Apple U.S. Coupon
  22214. Disk 1:
  22215. Disk 2:
  22216. Disk 3:
  22217. Disk 4:
  22218. Disk 5:K
  22219. Aug 95L
  22220. Sep 95M
  22221. Works with System 7.0 or later, requires at least 2048k of memory (prefers 3100k), and Macintoshes with 68020 or greater processor (or PowerPC).N(Acrobat, Exchange LE, Adobe, PDF, ReaderO;Dev.CD Dec 99 RL:Utilities:AdobeAcrobat ExchangeLE 2.0.1r3:P@Dev.CD Dec 99 RL
  22222.  - Utilities
  22223.  - AdobeAcrobat ExchangeLE 2.0.1r3
  22224. you'll
  22225. you're
  22226. Dev.CD Apr 95
  22227. Dev.CD Jan 95P
  22228. Dev.CD Apr 95
  22229. Dev.CD Jan 9V
  22230. 5339X
  22231. Apr 95
  22232. p--set theItem to choose file -- uncomment to test in an AS editor
  22233.     tell application "Finder"
  22234.         open item "Dev.CD Apr 95
  22235. Dev.CD Jan 95"
  22236.         activate
  22237.     end tell
  22238. on error errMsg number errNum
  22239.     --enter statements to perform when no records are found such as...
  22240.     display dialog "Sorry, the item you selected could not be found."
  22241.     return
  22242. end try
  22243. All Packages
  22244. 7.1.2O
  22245. Dev.CD Feb 95P
  22246. Dev.CD Feb 9V
  22247. 5340X
  22248. Feb 95
  22249. b--set theItem to choose file -- uncomment to test in an AS editor
  22250.     tell application "Finder"
  22251.         open item "Dev.CD Feb 95"
  22252.         activate
  22253.     end tell
  22254. on error errMsg number errNum
  22255.     --enter statements to perform when no records are found such as...
  22256.     display dialog "Sorry, the item you selected could not be found."
  22257.     return
  22258. end try
  22259. All Packages
  22260. 7.1.2O
  22261. Dev.CD Jan 95
  22262. Dev.CD Jul 94P
  22263. Dev.CD Jan 95
  22264. Dev.CD Jul 9V
  22265. 5341X
  22266. Jan 95
  22267. applicationsQ
  22268. applied
  22269. applies
  22270. apply
  22271. applying
  22272. approach
  22273. approaches
  22274. appropriate
  22275. appropriately
  22276. appstogo
  22277. april
  22278. arabe
  22279. arabic
  22280. full scriptability and to direct manipulation through Apple events. Here
  22281. s how to talk to the Scriptable Finder from your application.
  22282. NetWare Development on PowerPC  by Jamie Osborne.  With NetWare now on the Power Macintosh, you may want to write your network products to use it. This introduction to the NetWare environment includes a simple sample module.
  22283. Somewhere in QuickTime:  Supporting Text Tracks in Your Application  by Nick Thompson.  How to support text tracks in your applicati
  22284. on, allowing both searching and editing.
  22285. Graphical Truffles:  A Space-Saving PICT Trick  by Guillermo A. Ortiz and Dave Johnson.  If you
  22286. re storing a large set of pictures with the same colors, here
  22287. s a neat trick to reduce its size.
  22288. Print Hints:  Improving QuickDraw GX Printer Driver Performance  by Dave Hersey.  Understanding QuickDraw GX buffering will help you fine-tune the performance of your printer driver.
  22289. Balance of Power:  PowerPC Branch Prediction  by Dave Evans.  Is it scienc
  22290. All Packages
  22291. 7.1OEDev.CD Apr 94
  22292. Dev.CD Jan 94
  22293. Dev.CD Oct 93
  22294. Dev.CD Jul 93
  22295. Dev.CD Apr 93PDDev.CD Apr 94
  22296. Dev.CD Jan 94
  22297. Dev.CD Oct 93
  22298. Dev.CD Jul 93
  22299. Dev.CD Apr 9V
  22300. 5291X
  22301. Apr 94
  22302. --set theItem to choose file -- uncomment to test in an AS editor
  22303.     tell application "Finder"
  22304.         open item "Dev.CD Apr 94
  22305. Dev.CD Jan 94
  22306. Dev.CD Oct 93
  22307. Dev.CD Jul 93
  22308. Dev.CD Apr 93"
  22309.         activate
  22310.     end tell
  22311. on error errMsg number errNum
  22312.     --enter statements to perform when no records are found such as...
  22313.     display dialog "Sorry, the item you selected could not be found."
  22314.     return
  22315. end try
  22316. All Packages
  22317. 7.1O)Dev.CD Apr 94
  22318. Dev.CD Jan 94
  22319. Dev.CD Oct 93P(Dev.CD Apr 94
  22320. Dev.CD Jan 94
  22321. Dev.CD Oct 9V
  22322. 5292X
  22323. Apr 94
  22324. directs
  22325. directsetentries
  22326. direformat
  22327. dirid
  22328. dirid's
  22329. dirty
  22330. disable
  22331. disabled
  22332. disableeject
  22333. disables
  22334. disabling
  22335. disambiguator
  22336. disappear
  22337. disassemble
  22338. keyboardcontroller
  22339. keychain
  22340. keychain
  22341. 1.0.1
  22342. keycodes
  22343. kibitz
  22344. killer
  22345. killer
  22346. content
  22347. workbook
  22348. korean
  22349. korean
  22350. language
  22351. korean
  22352. language
  22353. 1.0.1
  22354. labelmenu
  22355. language
  22356. language
  22357. analysis
  22358. language
  22359. updater
  22360. library
  22361. localization
  22362. localizers
  22363. location
  22364. locator
  22365. macintosh
  22366. macro
  22367. magician
  22368. manager
  22369. market
  22370. media
  22371. memory
  22372. modern
  22373. module
  22374. monitor
  22375. navigator
  22376. Wications, fonts, or files with creation dates > modification dates, not all of the config
  22377. information will fit in the logs.
  22378. MacCheck
  22379.  is a trademark of Apple Computer
  22380. General tools.imgK
  22381. Oct 93M
  22382. MacPlus or aboveN    MacCheck
  22383. O>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:
  22384. safely
  22385. safety
  22386. sakes
  22387. sales
  22388. sample
  22389. Wckage contains documentation (u documentation (u
  22390. 2096X
  22391. whether
  22392. summary
  22393. system
  22394. standard
  22395. window
  22396. definition
  22397. procedure@
  22398. summary
  22399. application
  22400. summary
  22401. communications
  22402. toolbox
  22403. contains@
  22404. summary
  22405. issue
  22406. apple
  22407. directions
  22408. developer
  22409. summary
  22410. thread
  22411. manager
  22412. system
  22413. extension
  22414. which
  22415. summary
  22416. these
  22417. applications
  22418. demonstrate
  22419. write
  22420. backgr@
  22421. summary
  22422. application
  22423. exercises
  22424. copybits
  22425. copymask
  22426. summary
  22427. document
  22428. contains
  22429. helpful
  22430. converti@
  22431. summary
  22432. document
  22433. discusses
  22434. apple's
  22435. creating@
  22436. summary
  22437. folder
  22438. contains
  22439. complete
  22440. information
  22441. develop@
  22442. summary
  22443. folder
  22444. contains
  22445. net-install
  22446. apple's
  22447. Building SprocketInvaders
  22448. Resources
  22449. Source
  22450. Sprites
  22451. SprocketInavders_PPC
  22452. SprocketInvaders.CW2.prj
  22453. SprocketInvaders.CW5.prj
  22454. SprocketInvaders_PPCK
  22455. Feb 00M]PowerPC, System 8.1+, Sprockets, and either Universal Interfaces 3.3 or the GameSprockets SDKNxSprockets, DrawSprocket, NetSprocket, InputSprocket, SoundSprocket, DSp, NSp, ISp, SSp, Sprite, CD Audio, Redbook audio
  22456. O@Dev.CD Feb 00 TC:What's New?:Sample Code:Games:SprocketInvaders:PKDev.CD Feb 00 TC
  22457.  - What's New?
  22458.  - Sample Code
  22459.  - Games
  22460.  - SprocketInvadersV
  22461. 6542X
  22462. Feb 00^
  22463. --set theItem to choose file -- uncomment to test in an AS editor
  22464.     tell application "Finder"
  22465.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Games:SprocketInvaders:"
  22466.         activate
  22467.     end tell
  22468. on error errMsg number errNum
  22469.     --enter statements to perform when no records are found such as...
  22470.     display dialog "Sorry, the item you selected could not be found."
  22471.     return
  22472. end try
  22473. New Package
  22474. debugger
  22475. 5884X
  22476. Dec 99^    RL Disk 1
  22477. --set theItem to choose file -- uncomment to test in an AS editor
  22478.     tell application "Finder"
  22479.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 21:"
  22480.         activate
  22481.     end tell
  22482. on error errMsg number errNum
  22483.     --enter statements to perform when no records are found such as...
  22484.     display dialog "Sorry, the item you selected could not be found."
  22485.     return
  22486. end try
  22487. e    No Changeq
  22488. Dev.CD Dec 99 RL Disk 1
  22489. All Packages
  22490. develop Issue 22
  22491. 5885X
  22492. All Packages
  22493. 7.1OEDev.CD Apr 94
  22494. Dev.CD Jan 94
  22495. Dev.CD Oct 93
  22496. Dev.CD Jul 93
  22497. Dev.CD Apr 93PDDev.CD Apr 94
  22498. Dev.CD Jan 94
  22499. Dev.CD Oct 93
  22500. Dev.CD Jul 93
  22501. Dev.CD Apr 9V
  22502. 5268X
  22503. Apr 94
  22504. --set theItem to choose file -- uncomment to test in an AS editor
  22505.     tell application "Finder"
  22506.         open item "Dev.CD Apr 94
  22507. Dev.CD Jan 94
  22508. Dev.CD Oct 93
  22509. Dev.CD Jul 93
  22510. Dev.CD Apr 93"
  22511.         activate
  22512.     end tell
  22513. on error errMsg number errNum
  22514.     --enter statements to perform when no records are found such as...
  22515.     display dialog "Sorry, the item you selected could not be found."
  22516.     return
  22517. end try
  22518. All Packages
  22519. 7.1OEDev.CD Apr 94
  22520. Dev.CD Jan 94
  22521. Dev.CD Oct 93
  22522. Dev.CD Jul 93
  22523. Dev.CD Apr 93PDDev.CD Apr 94
  22524. Dev.CD Jan 94
  22525. Dev.CD Oct 93
  22526. Dev.CD Jul 93
  22527. Dev.CD Apr 9V
  22528. 5269X
  22529. Apr 94
  22530. contains
  22531. transport
  22532. software
  22533. development
  22534. Dev.CD Apr 96 SSV
  22535. 5479X
  22536. Apr 96
  22537. f--set theItem to choose file -- uncomment to test in an AS editor
  22538.     tell application "Finder"
  22539.         open item "Dev.CD Apr 96 SSW"
  22540.         activate
  22541.     end tell
  22542. on error errMsg number errNum
  22543.     --enter statements to perform when no records are found such as...
  22544.     display dialog "Sorry, the item you selected could not be found."
  22545.     return
  22546. end try
  22547. All Packages
  22548. 7.5.2 (7500/8500)O
  22549. Dev.CD Apr 96 SSWP
  22550. Dev.CD Apr 96 SSV
  22551. 5480X
  22552. Apr 96
  22553. f--set theItem to choose file -- uncomment to test in an AS editor
  22554.     tell application "Finder"
  22555.         open item "Dev.CD Apr 96 SSW"
  22556.         activate
  22557.     end tell
  22558. on error errMsg number errNum
  22559.     --enter statements to perform when no records are found such as...
  22560.     display dialog "Sorry, the item you selected could not be found."
  22561.     return
  22562. end try
  22563. All Packages
  22564. 7.5.2 (7500/8500)O
  22565. Dev.CD Apr 96 SSWP
  22566. Dev.CD Apr 96 SSV
  22567. 5481X
  22568. Apr 96
  22569. All Packages
  22570. 7.1O7Dev.CD Apr 94
  22571. Dev.CD Jan 94
  22572. Dev.CD Oct 93
  22573. Dev.CD Jul 93P6Dev.CD Apr 94
  22574. Dev.CD Jan 94
  22575. Dev.CD Oct 93
  22576. Dev.CD Jul 9V
  22577. 5262X
  22578. Apr 94
  22579. --set theItem to choose file -- uncomment to test in an AS editor
  22580.     tell application "Finder"
  22581.         open item "Dev.CD Apr 94
  22582. Dev.CD Jan 94
  22583. Dev.CD Oct 93
  22584. Dev.CD Jul 93"
  22585.         activate
  22586.     end tell
  22587. on error errMsg number errNum
  22588.     --enter statements to perform when no records are found such as...
  22589.     display dialog "Sorry, the item you selected could not be found."
  22590.     return
  22591. end try
  22592. All Packages
  22593. 7.1OEDev.CD Apr 94
  22594. Dev.CD Jan 94
  22595. Dev.CD Oct 93
  22596. Dev.CD Jul 93
  22597. Dev.CD Apr 93PDDev.CD Apr 94
  22598. Dev.CD Jan 94
  22599. Dev.CD Oct 93
  22600. Dev.CD Jul 93
  22601. Dev.CD Apr 9V
  22602. 5263X
  22603. Apr 94
  22604. compatibles
  22605. compilation
  22606. compile
  22607. compiled
  22608. compiler
  22609. compiler-constructio
  22610. compilers
  22611. events
  22612. exchange
  22613. exchange
  22614. expansion
  22615. extension
  22616. external
  22617. external
  22618. system
  22619. external
  22620. extractor
  22621. faceless
  22622. faceless
  22623. background-only
  22624. family
  22625. manager
  22626. sharing
  22627. signing
  22628. system
  22629. manager
  22630. filetool
  22631. filter
  22632. content
  22633. finder
  22634. finder
  22635. appleevents
  22636. finderevents
  22637. events
  22638. finder
  22639. strings
  22640. finder
  22641. label
  22642. finderevents
  22643. firmware
  22644. folder
  22645. encoding
  22646. fonts
  22647. foreign
  22648. foreign
  22649. system
  22650. formatting
  22651. forth
  22652. foundation
  22653. framework
  22654. function
  22655. function
  22656. functions
  22657. games
  22658. games
  22659. sprockets
  22660. sprite
  22661. blitters
  22662. drawsprocket
  22663. moofwars
  22664. gamma
  22665. gateway
  22666. generator
  22667. gestalt
  22668. gestalt
  22669. manager
  22670. 6488X
  22671. Feb 00^
  22672. --set theItem to choose file -- uncomment to test in an AS editor
  22673.     tell application "Finder"
  22674.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickDraw GX:SetDefaultDTP:"
  22675.         activate
  22676.     end tell
  22677. on error errMsg number errNum
  22678.     --enter statements to perform when no records are found such as...
  22679.     display dialog "Sorry, the item you selected could not be found."
  22680.     return
  22681. end try
  22682. e    No Changef8Desk Top Printer Default SetDefaultDTP QuickDraw GX toolq
  22683. Dev.CD Feb 00 TC
  22684. D!All Packages
  22685. Tool Chest Edition
  22686. SetDeskCPatDemoI
  22687. Simple code sample which demonstrates how to call SetDeskCPat properly.  
  22688. Be careful to co-exist gracefully with Desktop Pictures in Mac OS 8.  Se the Mac OS 8 technote for details.J'Sample Code.img
  22689. Windows Sample Code.imgK
  22690. Aug 97N
  22691. setdeskcpatO
  22692. Dev.CD Feb 00 TC:Sample Code:P
  22693. Dev.CD Feb 00 TC
  22694.  - Sample CodeV
  22695. 6489X
  22696. Feb 00^
  22697. #hare Client API.
  22698. 2098X
  22699. 1e    No Change
  22700. the hierarchical lists described in Issue 18 (and other custom list types) in PowerPlant, CodeWarrior
  22701. s object-oriented framework.
  22702. Balance of Power:  Introducing PowerPC Assembly Language by Dave Evans.  You won
  22703. t often need to write it, but you
  22704. ll surely have to read it and debug it. Get the basics here.
  22705. MPW Tips and Tricks:  Launching MPW Faster Than a Speeding Turtle by Tim Maroney.  The first installment of a new column to help you get the most out of MPW. This time: speeding up MPW
  22706. s launching.
  22707. Print Hints:  Writing QuickDraw GX Drivers With Custom I/O and Buffering by Dave Hersey.  Here
  22708. s what you
  22709. ll need to know to write a QuickDraw GX driver that uses custom I/O or buffering schemes.
  22710. Somewhere in QuickTime:  Choosing the Right Codec by John Wang.  Compressor/decompressor components vary widely in their capabilities and limitations. Learn how to pick the right one.
  22711. The Art of Human Computing:  Finger-Coded Binary by Tobias Engler.  Trapped in the wilderness with
  22712. All Packages
  22713. Dev.CD Jul 99 SSWP
  22714. Dev.CD Jul 99 SSV
  22715. 5698X
  22716. Jul 99
  22717. f--set theItem to choose file -- uncomment to test in an AS editor
  22718.     tell application "Finder"
  22719.         open item "Dev.CD Jul 99 SSW"
  22720.         activate
  22721.     end tell
  22722. on error errMsg number errNum
  22723.     --enter statements to perform when no records are found such as...
  22724.     display dialog "Sorry, the item you selected could not be found."
  22725.     return
  22726. end try
  22727. All Packages
  22728. Dev.CD Jul 99 SSWP
  22729. Dev.CD Jul 99 SSV
  22730. 5699X
  22731. Jul 99
  22732. f--set theItem to choose file -- uncomment to test in an AS editor
  22733.     tell application "Finder"
  22734.         open item "Dev.CD Jul 99 SSW"
  22735.         activate
  22736.     end tell
  22737. on error errMsg number errNum
  22738.     --enter statements to perform when no records are found such as...
  22739.     display dialog "Sorry, the item you selected could not be found."
  22740.     return
  22741. end try
  22742. All Packages
  22743. Dev.CD Aug 99P
  22744. Dev.CD Aug 9V
  22745. 5700X
  22746. Aug 99
  22747. Separation:  Th
  22748. quickdraw
  22749. quickdraw
  22750. windows
  22751. 1.5.2
  22752. quickdraw
  22753. alias
  22754. appletalk
  22755. toolkit
  22756. appletalk-decnet
  22757. appletalk-decnet
  22758. applets
  22759. application
  22760. application
  22761. examples
  22762. applications
  22763. apprsrc
  22764. apprsrc
  22765. artwork
  22766. market
  22767. guide
  22768. asian
  22769. asian
  22770. print
  22771. security
  22772. protocol
  22773. registry
  22774. server
  22775. controls/events
  22776. authentication
  22777. module
  22778. askyesno
  22779. tokentalkW
  22780. tolerant
  22781. tomorrow
  22782. tones
  22783. tool's
  22784. tool/script
  22785. tracks
  22786. trade
  22787. trade-offs
  22788. traditional
  22789. training
  22790. transfer
  22791. transfers
  22792. transformations
  22793. transition
  22794. translate
  22795. translated
  22796. translates
  22797. translation
  22798. translations
  22799. translucent
  22800. transparently
  22801. transport
  22802. trapped
  22803. traps
  22804. travel
  22805. traversing
  22806. 1.2 (US)
  22807. SetFInfo 1.0 (US)
  22808. SetFolderFlag 1.0 (US)
  22809. SetMode 1.4 (US)
  22810. ShowHideFolder 1.2 (US)
  22811. SoundRecord 1.8 (US)
  22812. StripDup 1.1 (US)
  22813. StrWidth 1.0 (US)
  22814. Switch 1.3 (US)
  22815. Tabloid 1.1 (US)
  22816. Textoid 4.5 (US)
  22817. TextRes 2.3 (US)
  22818. WindName 1.1 (US)
  22819. XRef 1.3 (US)
  22820. libobject
  22821. libraries
  22822. libraries
  22823. archiving
  22824. arrangement
  22825. apple
  22826. shared
  22827. library
  22828. manager
  22829. dynamic
  22830. library
  22831. profiler
  22832. apple
  22833. system
  22834. assemblers
  22835. assembly
  22836. assistance
  22837. assistant
  22838. async
  22839. async
  22840. asynchronous
  22841. driver
  22842. table
  22843. async
  22844. device
  22845. detector
  22846. detector
  22847. contextual
  22848. apple
  22849. detectors
  22850. detectors
  22851. developer
  22852. device
  22853. documentation
  22854. documentation
  22855. manuals
  22856. style
  22857. usage
  22858. style
  22859. guide
  22860. driver
  22861. Summary: This is the electronic version of develop magazine.
  22862.  Issue 21 highlights:
  22863. Getting Started With OpenDoc Graphics  by Kurt Piersol.  OpenDoc provides very powerful document layout and imaging capabilities, but the basic graphics tasks that everyone needs to accomplish aren
  22864. t much more complex. Here are some recipes to get you started.
  22865. A First Look at Dylan: Classes, Functions, and Modules  by Steve Strassmann.  Dylan has fundamentally different notions about classes and methods 
  22866. than C++, notions that make specifying and using methods simpler and more expressive. Here
  22867. s an overview of the Dylan way of doing things.
  22868. Designing a Scripting Implementation  by Cal Simone.  The design of your application
  22869. s scripting vocabulary is as important as the design of your user interface. These guidelines will help you create a clean and consistent scripting vocabulary.
  22870. An Object-Oriented Approach to Hierarchical Lists  by Jan Bruyndonckx.  This article shows how to implement 
  22871. All Packages
  22872. System UpdateO
  22873. Dev.CD Apr 94P
  22874. Dev.CD Apr 9V
  22875. 6863X
  22876. Apr 94
  22877. b--set theItem to choose file -- uncomment to test in an AS editor
  22878.     tell application "Finder"
  22879.         open item "Dev.CD Apr 94"
  22880.         activate
  22881.     end tell
  22882. on error errMsg number errNum
  22883.     --enter statements to perform when no records are found such as...
  22884.     display dialog "Sorry, the item you selected could not be found."
  22885.     return
  22886. end try
  22887. All Packages
  22888. System UpdateO
  22889. Dev.CD Apr 94P
  22890. Dev.CD Apr 9V
  22891. 6864X
  22892. Apr 94
  22893. b--set theItem to choose file -- uncomment to test in an AS editor
  22894.     tell application "Finder"
  22895.         open item "Dev.CD Apr 94"
  22896.         activate
  22897.     end tell
  22898. on error errMsg number errNum
  22899.     --enter statements to perform when no records are found such as...
  22900.     display dialog "Sorry, the item you selected could not be found."
  22901.     return
  22902. end try
  22903. All Packages
  22904. System UpdateO
  22905. Dev.CD Apr 94P
  22906. Dev.CD Apr 9V
  22907. 6865X
  22908. Apr 94
  22909. Deletedf QuickTake
  22910. Windows
  22911. Digital cameraq
  22912. Dev.CD Apr 98 SDK2
  22913. All Packages
  22914. F    QuickTimeO
  22915. Dev.CD Jan 95
  22916. Dev.CD Oct 94P
  22917. Dev.CD Jan 95
  22918. Dev.CD Oct 9V
  22919. 6352X
  22920. Jan 95
  22921. p--set theItem to choose file -- uncomment to test in an AS editor
  22922.     tell application "Finder"
  22923.         open item "Dev.CD Jan 95
  22924. Dev.CD Oct 94"
  22925.         activate
  22926.     end tell
  22927. on error errMsg number errNum
  22928.     --enter statements to perform when no records are found such as...
  22929.     display dialog "Sorry, the item you selected could not be found."
  22930.     return
  22931. end try
  22932. All Packages
  22933. F    QuickTimeO
  22934. Dev.CD Jan 95
  22935. Dev.CD Oct 94P
  22936. Dev.CD Jan 95
  22937. Dev.CD Oct 9V
  22938. 6353X
  22939. Jan 95
  22940. packages
  22941. palette
  22942. palette
  22943. color
  22944. depth
  22945. batch
  22946. processing
  22947. optimizing
  22948. conditio
  22949. panel
  22950. passphrase
  22951. password
  22952. patch
  22953. pbclock
  22954. location
  22955. manager
  22956. eject
  22957. action
  22958. module
  22959. driver
  22960. loader
  22961. pcmcia
  22962. --set theItem to choose file -- uncomment to test in an AS editor
  22963.     tell application "Finder"
  22964.         open item "Dev.CD Apr 94
  22965. Dev.CD Jan 94
  22966. Dev.CD Oct 93
  22967. Dev.CD Jul 93
  22968. Dev.CD Apr 93"
  22969.         activate
  22970.     end tell
  22971. on error errMsg number errNum
  22972.     --enter statements to perform when no records are found such as...
  22973.     display dialog "Sorry, the item you selected could not be found."
  22974.     return
  22975. end try
  22976. windows
  22977. 4.0.1
  22978. install
  22979. windows
  22980. windows
  22981. sample
  22982. windows
  22983. system
  22984. files
  22985. windowutilities
  22986. windowutilities
  22987. windowutilities
  22988. resource
  22989. protocol
  22990. agent
  22991. manual
  22992. changes
  22993. readme
  22994. alchemist
  22995. alerts
  22996. pbwriteasync
  22997. pbxxx
  22998. pc-card
  22999. pccts
  23000. pci-based
  23001. pci-pci
  23002. pci-the
  23003. pcmcia
  23004. pdlog
  23005. peak-hold
  23006. peering
  23007. viewer
  23008. utility
  23009. which
  23010. graphically
  23011. pending
  23012. penetrate
  23013. pentium
  23014. people
  23015. g--set theItem to choose file -- uncomment to test in an AS editor
  23016.     tell application "Finder"
  23017.         open item "Developer CD (III)"
  23018.         activate
  23019.     end tell
  23020. on error errMsg number errNum
  23021.     --enter statements to perform when no records are found such as...
  23022.     display dialog "Sorry, the item you selected could not be found."
  23023.     return
  23024. end try
  23025.  the item you selected could not be found."
  23026.     return
  23027. end try
  23028. e    No Changeq
  23029. Dev.CD Feb 00 TC
  23030. D!All Packages
  23031. Tool Chest Edition
  23032. VRAM & bit-depth explainedI
  23033. Summary: This is a graphical representation of the maximum number of colors (bit-depth) that can be achieved (by monitor) under certain video memory/video card configurations.
  23034. Issues: Details only released productsJ-VRAM & bit-depth explnd
  23035.  Read Me, pleaseK
  23036. Jun 92:Tool Chest:Hardware:Display & Video Hardware:VRAM & bit-depth explained:V
  23037. 5031X
  23038. 1e    No Change
  23039. bring-up
  23040. broadcast
  23041. reporting
  23042. buginfo
  23043. e example uses THINK C's inline assembler, so MPW users will have to either inline it, or write something similar using MPW's assembler.
  23044. J'Sample Code.img
  23045. Windows Sample Code.imgK
  23046. Feb 92L
  23047. Aug 95O
  23048. Dev.CD Feb 00 TC:Sample Code:P
  23049. Dev.CD Feb 00 TC
  23050.  - Sample Codehookopenalias
  23051. shading
  23052. shadingwinds
  23053. shadow
  23054. shadows
  23055. shannon
  23056. shape
  23057. shapes
  23058. sharable
  23059. share
  23060. shared
  23061. sharedlibs
  23062. shareware
  23063. sharing
  23064. sharks
  23065. sharp
  23066. sharware
  23067. sheet
  23068. sheets
  23069. shell
  23070. shelves
  23071. sherlock
  23072. sherlock's
  23073. shift
  23074. shift-command
  23075. shimmermate
  23076. shipments
  23077. shipped
  23078. shipping
  23079. callhyper
  23080.     EO dead batteries? Don
  23081. t despair: you can still twiddle bits around the campfire.
  23082. JEdevelop Issue 21:
  23083. develop Issue 21 code:
  23084. develop Issue 21 references:K
  23085. Vol IIIL
  23086. Jun 95OIDev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 21:PQDev.CD Dec 99 RL Disk 1
  23087.  - Technical Documentation
  23088.  - Develop
  23089.  - develop Issue 21ry, the item you selected could not be found."
  23090.     return
  23091. end try
  23092. e    No Changef$MacApp
  23093. Framework
  23094. Object-oriented
  23095. Dev.CD Feb 00 TC
  23096. All Packages
  23097. F    MacBinary
  23098. 4194X
  23099. AppleSingle/AppleDouble FormatI
  23100. Summary: This document describes version 2 of the AppleSingle/AppleDouble file formats used for storing files on foreign file systems.J>AppleSingle/AppleDouble Formats
  23101. ReadMe
  23102. AppleSingle/AppleDoubleK
  23103. Vol VM
  23104. Adobe Acrobat Reader.O_Dev.CD Dec 99 RL Disk 1:Technical Documentation:Misc. Standards:AppleSingle/AppleDouble Format:V
  23105. 2101X
  23106. 1e    No Change
  23107. vectors
  23108. velocity
  23109. vendor
  23110. vendors
  23111. verbatim
  23112. verification
  23113. verified
  23114. verifier
  23115. verifies
  23116. verify
  23117. verifying
  23118. verilog
  23119. veritable
  23120. verity
  23121. versa
  23122. versatile
  23123. versions
  23124. versit
  23125. vertical
  23126. vertigo
  23127. veteran
  23128. video
  23129. viewed
  23130. viewer
  23131. viewing
  23132. views
  23133. vincent
  23134. virtual
  23135. virtually
  23136. visible
  23137. visit
  23138. visually
  23139. vocabulary
  23140. voice
  23141. volume
  23142. volumes
  23143. w/sys
  23144. walk-through
  23145. walkthrough
  23146. b--set theItem to choose file -- uncomment to test in an AS editor
  23147.     tell application "Finder"
  23148.         open item "Dev.CD Jul 95"
  23149.         activate
  23150.     end tell
  23151. on error errMsg number errNum
  23152.     --enter statements to perform when no records are found such as...
  23153.     display dialog "Sorry, the item you selected could not be found."
  23154.     return
  23155. end try
  23156. around
  23157. arrays
  23158. 6515X
  23159. Feb 00^
  23160. r--set theItem to choose file -- uncomment to test in an AS editor
  23161.     tell application "Finder"
  23162.         open item "Dev.CD Feb 00 TC:Sample Code:"
  23163.         activate
  23164.     end tell
  23165. on error errMsg number errNum
  23166.     --enter statements to perform when no records are found such as...
  23167.     display dialog "Sorry, the item you selected could not be found."
  23168.     return
  23169. end try
  23170. e    No Changeq
  23171. Dev.CD Feb 00 TC
  23172. -D!All Packages
  23173. Tool Chest Edition
  23174. Snippets - Networking
  23175. (** = new, * = revised)
  23176. ADSP Chat:  ADSP Chat is a sample application demonstrating the use of the AppleTalk Data Stream Protocol (ADSP).
  23177. AFP C++:  A C++ class that provides an interface to the Appletalk Filing Protocols (AFP) as documented in Chapter 13 of Inside AppleTalk.  Each of the classes' methods corresponds to an AFP call.
  23178. AppleTalk Libraries:  A set of AppleTalk librariesthat features Name Binding Protocol,  Zone Information Protocol,  AppleTalk Filing Protocol, and more
  23179. ATP Nov 94
  23180. f--set theItem to choose file -- uncomment to test in an AS editor
  23181.     tell application "Finder"
  23182.         open item "Dev.CD Dec 98 SSW"
  23183.         activate
  23184.     end tell
  23185. on error errMsg number errNum
  23186.     --enter statements to perform when no records are found such as...
  23187.     display dialog "Sorry, the item you selected could not be found."
  23188.     return
  23189. end try
  23190. bo Pascal
  23191.  versions, show how to hide editText fields in a dialog.
  23192. jGNEFilter:  This snippet is a sample GetNextEvent filter w
  23193. hich uses the JGNEFilter mechanism described in Tech Note #85 "GetNextEvent: Blinking Apple Menu".
  23194. kcapApp:  Demonstration keyboard drawing from KCAP resource. The DrawKeyCaps function draws the key caps, given a set of  modifiers (in the high byte of the modifier short parameter) and KCHR and KCAP resource IDs, using the current pen in  the current GrafPort .
  23195. KeyMapTest:  Shows how to interpret the results of GetKeys.
  23196. ListInDialog:  A snippet that shows how to put a List Manager list i
  23197. All Packages
  23198. System Enabler 003 (LC III)OEDev.CD Apr 94
  23199. Dev.CD Jan 94
  23200. Dev.CD Oct 93
  23201. Dev.CD Jul 93
  23202. Dev.CD Apr 93PDDev.CD Apr 94
  23203. Dev.CD Jan 94
  23204. Dev.CD Oct 93
  23205. Dev.CD Jul 93
  23206. Dev.CD Apr 9V
  23207. 6658X
  23208. Apr 94
  23209. --set theItem to choose file -- uncomment to test in an AS editor
  23210.     tell application "Finder"
  23211.         open item "Dev.CD Apr 94
  23212. Dev.CD Jan 94
  23213. Dev.CD Oct 93
  23214. Dev.CD Jul 93
  23215. Dev.CD Apr 93"
  23216.         activate
  23217.     end tell
  23218. on error errMsg number errNum
  23219.     --enter statements to perform when no records are found such as...
  23220.     display dialog "Sorry, the item you selected could not be found."
  23221.     return
  23222. end try
  23223. All Packages
  23224. System Enabler 003 (LC III)OEDev.CD Apr 94
  23225. Dev.CD Jan 94
  23226. Dev.CD Oct 93
  23227. Dev.CD Jul 93
  23228. Dev.CD Apr 93PDDev.CD Apr 94
  23229. Dev.CD Jan 94
  23230. Dev.CD Oct 93
  23231. Dev.CD Jul 93
  23232. Dev.CD Apr 9V
  23233. 6659X
  23234. Apr 94
  23235. Summary: This is the electronic version of develop magazine.
  23236.  Issue 22 highlights:
  23237. QuickDraw 3D: A New Dimension for Macintosh Graphics  by Pablo Fernicola and Nick Thompson.  Introducing QuickDraw 3D, a powerful, flexible new 3D graphics package for the Power Macintosh. This article provides an architectural overview and shows how to support 3D data in your application.
  23238. Copland: The Mac OS Moves Into the Future  by Tim Dierks.  Here
  23239. s a preview of the future of the Mac OS, detailing s
  23240. ome of the major features and components and giving some suggestions about how to get ready for it now.
  23241. Creating PCI Device Drivers  by Martin Minow.  All about the new driver model on PCI-based Macintosh computers, and advice on porting existing drivers.
  23242. Custom Color Search Procedures  by Jim Wintermyre.  Learn about this useful method of customizing Color QuickDraw
  23243. s color handling. A real-world graphics problem is investigated and then solved using a custom color search procedure and 
  23244. 5885X
  23245. Dec 99^    RL Disk 1
  23246. --set theItem to choose file -- uncomment to test in an AS editor
  23247.     tell application "Finder"
  23248.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 22:"
  23249.         activate
  23250.     end tell
  23251. on error errMsg number errNum
  23252.     --enter statements to perform when no records are found such as...
  23253.     display dialog "Sorry, the item you selected could not be found."
  23254.     return
  23255. end try
  23256. e    No Changeq
  23257. Dev.CD Dec 99 RL Disk 1
  23258. All Packages
  23259. develop Issue 23
  23260. 5886X
  23261. backgrounder
  23262. backlight
  23263. backlight
  23264. control
  23265. balloonify
  23266. balloonify
  23267. balloonify
  23268. balloony
  23269. balloony
  23270. balloony
  23271. resources
  23272. balloonyhelp
  23273. balloonyhelp
  23274. balloonyres
  23275. balloonyres
  23276. barnesandnoble
  23277. barnesandnoble
  23278. basic
  23279. basic
  23280. connectivity
  23281. 1.1.1
  23282. bbedit
  23283. bbedit
  23284. extensions
  23285. bbedit
  23286. bbedit
  23287. quickstart
  23288. before
  23289. begin
  23290. benelux
  23291. benelux
  23292. distributors/localiz
  23293. betabase
  23294. betabase
  23295. bigeasy2
  23296. management
  23297. manager
  23298. manalyzer
  23299. 2.0d3
  23300. market
  23301. maximizing
  23302. maximizing
  23303. quadra
  23304. floatingpoint
  23305. media
  23306. megamovies
  23307. megamovies
  23308. 1.6.2
  23309. typeservicesforunico
  23310. typeservicesforunico
  23311. typography
  23312. uhidtest
  23313. uhidtest
  23314. uk/eire
  23315. uk/eire
  23316. distributors/localiz
  23317. ukranian
  23318. ukranian
  23319. 1.1.3
  23320. under
  23321. unicodeutilities
  23322. unicodeutilities
  23323. universal
  23324. universal
  23325. interfaces
  23326. universalinterfaces3
  23327. universalinterfaces3
  23328. university
  23329. unmountit
  23330. unmountit
  23331. unmountit
  23332. unmountit
  23333. unmountprojector
  23334. unsupported
  23335. unsupported
  23336. libraries
  23337. untitled
  23338. untitled
  23339. 1.4mb
  23340. format
  23341. unwrapcommenttext
  23342. update
  23343. sample
  23344. library
  23345. which
  23346. provides
  23347. indispensable
  23348. work-@
  23349. debug
  23350. build
  23351. sound
  23352. manager
  23353. 3.2.1
  23354. useful
  23355. sample
  23356. compression/decompre
  23357. sound
  23358. manager
  23359. component
  23360. sample
  23361. shows
  23362. transport
  23363. about
  23364. 2.1.4
  23365. redistribution
  23366. e--set theItem to choose file -- uncomment to test in an AS editor
  23367.     tell application "Finder"
  23368.         open item "Dev.CD Dec 97 RL"
  23369.         activate
  23370.     end tell
  23371. on error errMsg number errNum
  23372.     --enter statements to perform when no records are found such as...
  23373.     display dialog "Sorry, the item you selected could not be found."
  23374.     return
  23375. end try
  23376. oduct.  You can order the SDK through the Apple Store at:
  23377. http://www.apple.com/store
  23378. To get started,  you can go to the DeveloB
  23379. pers section of the QuickTime web-site where you will find many components of the SDK  on-line at:
  23380. http://www.apple.com/quicktime/developers
  23381. JpCheck the QuickTime 3 SDK
  23382. folder for more information
  23383. integrated with QuickTime.
  23384. The Sound Manager is now fullyK
  23385. Sep 93L
  23386. Oct 98O9Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Sound Manager:PADev.CD Jan 00 SDK1
  23387.  - Development Kits
  23388.  - Mac OS
  23389.  - Sound Manager
  23390. strassmann
  23391. strategic
  23392. strategies
  23393. strategy
  23394. streamedit
  23395. IMPORTANT INFORMATION ABOUT THIS SDK
  23396. This package has been removed from the Developer CD. For the latest information on QuickTime development and products, please see the QuickTime web site at
  23397. http://www.apple.com/quicktime/.
  23398. QuickTime IC is an extension to the QuickTime system extension that abstracts applications from image capture devices such as the QuickTake 200. It is a modular architecture that provides opportunities for developers, as well as Apple, to provide additional benefit 
  23399. for users. 
  23400. For example, the QuickTake 200 comes with three components: 
  23401.  Camera Access application 
  23402.  QuickTime IC system extension 
  23403.  QuickTake 200 camera component 
  23404. Camera Access is an application that leverages the QuickTime IC system extension, as well as QuickTime and or other system services. It is what a person uses to communicate with the QuickTake 200, view images, and transfer them to the desktop. It also provides several image enhancement functions such as cropping, image li
  23405. changeQ
  23406. a hash table.
  23407. The OpenDoc User Experience  by Dave Curbow and Elizabeth Dykstra-Erickson.  This article provides an overview of OpenDoc from the user
  23408. s perspective: understanding the user experience is a prerequisite to designing good part editors.
  23409. Futures: Don
  23410. t Wait Forever  by Greg Anderson.  Futures are an invaluable abstraction for applications that handle multiple asynchronous Apple events, allowing cleaner code and eliminating the need for completion routines.
  23411. JEdevelop Issue 22:
  23412. develop Issue 22 code:
  23413. develop Issue 22 references:K
  23414. Vol IIIL
  23415. Jun 95OIDev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 22:PQDev.CD Dec 99 RL Disk 1
  23416.  - Technical Documentation
  23417.  - Develop
  23418.  - develop Issue 22ities in terms of support for specific features that we should take into consideration for future products.
  23419. I would like to ask each one of you, to please spend a couple of minutes filling the enclosed questionnaire regarding your company and the products develop
  23420. All Packages
  23421. 7.1OEDev.CD Apr 94
  23422. Dev.CD Jan 94
  23423. Dev.CD Oct 93
  23424. Dev.CD Jul 93
  23425. Dev.CD Apr 93PDDev.CD Apr 94
  23426. Dev.CD Jan 94
  23427. Dev.CD Oct 93
  23428. Dev.CD Jul 93
  23429. Dev.CD Apr 9V
  23430. 5270X
  23431. Apr 94
  23432. --set theItem to choose file -- uncomment to test in an AS editor
  23433.     tell application "Finder"
  23434.         open item "Dev.CD Apr 94
  23435. Dev.CD Jan 94
  23436. Dev.CD Oct 93
  23437. Dev.CD Jul 93
  23438. Dev.CD Apr 93"
  23439.         activate
  23440.     end tell
  23441. on error errMsg number errNum
  23442.     --enter statements to perform when no records are found such as...
  23443.     display dialog "Sorry, the item you selected could not be found."
  23444.     return
  23445. end try
  23446. All Packages
  23447. 7.1OEDev.CD Apr 94
  23448. Dev.CD Jan 94
  23449. Dev.CD Oct 93
  23450. Dev.CD Jul 93
  23451. Dev.CD Apr 93PDDev.CD Apr 94
  23452. Dev.CD Jan 94
  23453. Dev.CD Oct 93
  23454. Dev.CD Jul 93
  23455. Dev.CD Apr 9V
  23456. 5271X
  23457. Apr 94
  23458. correct
  23459. corrected
  23460. correctly
  23461. correspondence
  23462. costs
  23463. counter
  23464. countersQ
  23465. course
  23466. courses
  23467. courseware
  23468. --set theItem to choose file -- uncomment to test in an AS editor
  23469.     tell application "Finder"
  23470.         open item "Dev.CD Apr 94
  23471. Dev.CD Jan 94
  23472. Dev.CD Oct 93
  23473. Dev.CD Jul 93"
  23474.         activate
  23475.     end tell
  23476. on error errMsg number errNum
  23477.     --enter statements to perform when no records are found such as...
  23478.     display dialog "Sorry, the item you selected could not be found."
  23479.     return
  23480. end try
  23481. nifty
  23482. night
  23483. nirvana
  23484. nisus
  23485. training
  23486. required
  23487. plug-and-play
  23488. design
  23489. no-copy
  23490. no-so-subtle
  23491. noacclcurve
  23492. noble
  23493. nogrowdocproc
  23494. non-apple
  23495. non-blessed
  23496. non-disclosure
  23497. non-ethernet
  23498. non-floppy
  23499. non-functional
  23500. non-macintosh
  23501. non-native
  23502.     end tell
  23503. on error errMsg number errNum
  23504.     --enter statements to perform when no records are found such as...
  23505.     display dialog "Sorry, the item you selected could not be found."
  23506.     return
  23507. end try
  23508. e    No Changef
  23509. AppleTalk
  23510. networkingq
  23511. Dev.CD Feb 00 TC
  23512. HD!All Packages
  23513. Mac OS SDK Edition
  23514. AppleTalk Wide Area
  23515. 5720X
  23516. Feb 00^
  23517. --set theItem to choose file -- uncomment to test in an AS editor
  23518.     tell application "Finder"
  23519.         open item "Dev.CD Feb 00 TC:Tool Chest:MacApp:Ad Lib:"
  23520.         activate
  23521.     end tell
  23522. on error errMsg number errNum
  23523.     --enter statements to perform when no records are found such as...
  23524.     display dialog "Sorry, the item you selected could not be found."
  23525.     return
  23526. end try
  23527. e    No ChangefBMacApp
  23528. Framework
  23529. Object-oriented
  23530. Classes
  23531. Editor
  23532. Resourcesq
  23533. Dev.CD Feb 00 TC
  23534. ADB Analyzer 1.0D6
  23535. oSummary: This tool allows the developer to monitor the ADB Bus on a host Macintosh.  It will capture a sequence of packets and display them in both packet and trace forms.
  23536. Features: User can specify an ADB command to trigger the capture.
  23537. Issues: Special cable needs to be made to adapt the ADB bus to the host Macs modem port.  Menu item shows cable diagram.  
  23538. ADB AnalyzerK
  23539. Mar 92M%Mac SE or later machine for the host.ine for the host.
  23540. All Packages
  23541. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  23542. Dev.CD Jan 94
  23543. Dev.CD Oct 93
  23544. Dev.CD Jul 93
  23545. Dev.CD Apr 93PDDev.CD Apr 94
  23546. Dev.CD Jan 94
  23547. Dev.CD Oct 93
  23548. Dev.CD Jul 93
  23549. Dev.CD Apr 9V
  23550. 6839X
  23551. Apr 94
  23552. --set theItem to choose file -- uncomment to test in an AS editor
  23553.     tell application "Finder"
  23554.         open item "Dev.CD Apr 94
  23555. Dev.CD Jan 94
  23556. Dev.CD Oct 93
  23557. Dev.CD Jul 93
  23558. Dev.CD Apr 93"
  23559.         activate
  23560.     end tell
  23561. on error errMsg number errNum
  23562.     --enter statements to perform when no records are found such as...
  23563.     display dialog "Sorry, the item you selected could not be found."
  23564.     return
  23565. end try
  23566. All Packages
  23567. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  23568. Dev.CD Jan 94
  23569. Dev.CD Oct 93
  23570. Dev.CD Jul 93P6Dev.CD Apr 94
  23571. Dev.CD Jan 94
  23572. Dev.CD Oct 93
  23573. Dev.CD Jul 9V
  23574. 6840X
  23575. Apr 94
  23576. extension
  23577. which
  23578. enables
  23579. developers
  23580. adopt
  23581. high-leve@
  23582. and/or@
  23583. animators@
  23584. answer@
  23585. aphorisms@
  23586. apis@
  23587. apple
  23588. apple
  23589. detectors
  23590. technology
  23591. scans
  23592. searchi@
  23593. applemrj@
  23594. appletalk/ip@
  23595. application's@
  23596. applications@
  23597. approval@
  23598. area@
  23599. arrays@
  23600. as-is@
  23601. asia@
  23602. asip@
  23603. asked@
  23604. asynchronous
  23605. background
  23606. networking
  23607. macintosh
  23608. harry@
  23609. at-attachment@
  23610. audit@
  23611. autoguest
  23612. control
  23613. panel
  23614. attempts
  23615. prevent
  23616. automate@
  23617. avoids@
  23618. background-only
  23619. backlight@
  23620. bare@
  23621. basket@
  23622. beaker@
  23623. behaviour@
  23624. beyond@
  23625. black-and-white@
  23626. both@
  23627. brief@
  23628. built-in@
  23629. butcdef@
  23630. block@
  23631. call@
  23632. campfire@
  23633. can't@
  23634. capture
  23635. extension
  23636. which
  23637. enables
  23638. developers
  23639. adopt
  23640. high-leve
  23641. analog
  23642. analysis
  23643. analyze
  23644. analyzer
  23645. analyzes
  23646. analyzing
  23647. Feb 00OMDev.CD Feb 00 TC:What's New?:Development Kits:Hardware:Mac_OS_USB_DDK_v1.4b6:-----------------------------
  23648. This document provides information needed to support the new adev resource calls. (An ade
  23649. packages
  23650. support's
  23651. supported
  23652. supporting
  23653. supports
  23654. suppose
  23655. swiss
  23656. switch
  23657. switching
  23658. symantec
  23659. symbol
  23660. symbols
  23661. symptom
  23662. synchronization
  23663. synchronizeW
  23664. syncing
  23665. syntax
  23666. system
  23667. g--set theItem to choose file -- uncomment to test in an AS editor
  23668.     tell application "Finder"
  23669.         open item "Developer CD (III)"
  23670.         activate
  23671.     end tell
  23672. on error errMsg number errNum
  23673.     --enter statements to perform when no records are found such as...
  23674.     display dialog "Sorry, the item you selected could not be found."
  23675.     return
  23676. end try
  23677. d or 
  23678.     rewritten since Controls.lib v2.5
  23679.   Controls.lib Reference
  23680.     This is located in the Controls.lib folder.
  23681.   This MPW file is a reference on how to use VU libraries, how to use the tasks
  23682.     in the Controls.lib library, and how to install VUMark 1.0b1.
  23683.   Printing.lib 1.0
  23684.     This library is a collection of printing-related tasks for the LaserWriter,
  23685.     StyleWriter and Personal LW Page Setup and Printing menu items and dialogs.
  23686.   MiniLauncher 1.3b5
  23687.     This tool is required on VU targets using Controls.lib 3.0.14 
  23688.     with System 6.0.x.  This tool is not needed for VU and System 7.x.
  23689. N2ESD, AppleSearch, AppleShare, ARA, AWS, IP Gatewaythe volumes on the disk. (The code mounts the disk explicitly, but your program doesn't need to.)
  23690. J'Sample Code.img
  23691. Windows Sample Code.imgK
  23692. Feb 92L
  23693. May 97O
  23694. Dev.CD Feb 00 TC:Sample Code:P
  23695. Dev.CD Feb 00 TC
  23696.  - Sample Code
  23697. libraryQ
  23698. license
  23699. licensing
  23700. linecount
  23701. linecount
  23702. linked
  23703. linked
  23704. files
  23705. links
  23706. interface
  23707. listcomponents
  23708. listcomponents
  23709. listlogic
  23710. listlogic
  23711. listoid
  23712. listoid
  23713. listselect
  23714. listselect
  23715. install
  23716. install
  23717. locales
  23718. locales
  23719. localization
  23720. localization
  23721. japan
  23722. localization
  23723. tools
  23724. localize
  23725. localize
  23726. locator
  23727. looksmart
  23728. looksmart
  23729. lookup
  23730. lookupmenu
  23731. lurkers
  23732. lurkers
  23733. lurkers
  23734. lurkers
  23735. suite
  23736. makefile
  23737. makefilealias
  23738. makefilehelp
  23739. makeout
  23740. makethefolder
  23741. making
  23742. making
  23743. Dev.CD Apr 92
  23744. Dev.CD Mar 92P
  23745. Dev.CD Apr 92
  23746. Dev.CD Mar 9V
  23747. 6572X
  23748. Apr 92
  23749. p--set theItem to choose file -- uncomment to test in an AS editor
  23750.     tell application "Finder"
  23751.         open item "Dev.CD Apr 92
  23752. Dev.CD Mar 92"
  23753.         activate
  23754.     end tell
  23755. on error errMsg number errNum
  23756.     --enter statements to perform when no records are found such as...
  23757.     display dialog "Sorry, the item you selected could not be found."
  23758.     return
  23759. end try
  23760. All Packages
  23761. System 7 Tune-UpO
  23762. Dev.CD Apr 92P
  23763. Dev.CD Apr 9V
  23764. 6573X
  23765. Apr 92
  23766. b--set theItem to choose file -- uncomment to test in an AS editor
  23767.     tell application "Finder"
  23768.         open item "Dev.CD Apr 92"
  23769.         activate
  23770.     end tell
  23771. on error errMsg number errNum
  23772.     --enter statements to perform when no records are found such as...
  23773.     display dialog "Sorry, the item you selected could not be found."
  23774.     return
  23775. end try
  23776. All Packages
  23777. System 7 Tune-UpO
  23778. Dev.CD Apr 92
  23779. Dev.CD Mar 92V
  23780. 6574X
  23781. /system
  23782. 5886X
  23783. Dec 99^    RL Disk 1
  23784. --set theItem to choose file -- uncomment to test in an AS editor
  23785.     tell application "Finder"
  23786.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 23:"
  23787.         activate
  23788.     end tell
  23789. on error errMsg number errNum
  23790.     --enter statements to perform when no records are found such as...
  23791.     display dialog "Sorry, the item you selected could not be found."
  23792.     return
  23793. end try
  23794. e    No Changeq
  23795. Dev.CD Dec 99 RL Disk 1
  23796. All Packages
  23797. develop Issue 24
  23798. 5887X
  23799.    return
  23800. end try
  23801. Movedf\AppsToGo
  23802. AppWannabe
  23803. Wannabe
  23804. DTS.Draw
  23805. DTS.Lib
  23806. DTS.StyleChat
  23807. Kibitz
  23808. pbClock
  23809. AppsToGo Referenceq
  23810. Dev.CD Feb 00 TC
  23811. All Packages
  23812. Arabic Language KitO
  23813. Dev.CD May 96 TCP
  23814. Dev.CD May 96 TV
  23815. 2107X
  23816. May 96
  23817. previous
  23818. previously
  23819. prgeneral
  23820. prgram
  23821. price
  23822. printer
  23823. printers
  23824. printing
  23825. prior
  23826. problem
  23827. problematic
  23828. problems
  23829. procedure
  23830. procedures
  23831. proceed
  23832. process
  23833. processes
  23834. processor
  23835. processor-based
  23836. processors
  23837. produce
  23838. produces
  23839. product
  23840. production
  23841. productivity
  23842. products
  23843. professional
  23844. profile
  23845. profiler
  23846. profiles
  23847. profit
  23848. profound
  23849. programQ
  23850. Summary: This is the electronic version of develop magazine.
  23851.  Issue 23 highlights:
  23852. Music the Easy Way: The QuickTime Music Architecture by David Van Brink.  The QuickTime Music Architecture lets you easily add music to your application, without having to learn the intricacies of MIDI or sound production. Unleash the orchestra!
  23853. The Basics of QuickDraw 3D Geometries by Nick Thompson and Pablo Fernicola. Geometries are the backbone of any 3D graphics system. This article shows how the geo
  23854. metries in QuickDraw 3D fit in with the rest of the system, and how to make good use of them.
  23855. Implementing Shared Internet Preferences With Internet Config by Quinn 
  23856. The Eskimo!
  23857.   This article examines a shared preferences solution for Internet applications: how to use it in your applications, and also how it works, using the Component Manager as a robust shared library mechanism.
  23858. Multipane Dialogs by Norman Franke.  Dialog boxes with multiple panes are becoming more and more common. Thi
  23859.  manager.  All it does is play a sound with bufferCmd and then wait for the call back routine to be called.  When the routine is called the app goes back to the event loop.
  23860. Cheap Studio: This sample shows how to use the SndPlayDoubleBufferand Record to disk examples to make a program that plays and records at the same time.
  23861. ClickSound:  A simple sound producer.
  23862. Double Buffer:  This sample application shows how to play sounds using double buffering.
  23863. EasyPlayRecord:  This simple applicat
  23864. ion demonstrates the use of SnStartFileplay at the same time as doing simple recording.  The sound file is a AIFF file.  The sound will continue to play until it is done.  When the recording is stopped the recorded sound will be played over the currently playing sound.
  23865. EnableSoundThrough:  This application, written in THINK Pascal, demonstrates how to enable input sound playthrough. On a Macintosh LC, enabling playthrough kills sound output; on a Macintosh si, you can play back at the sam
  23866. <s implementation uses a scrolling list of icons to select panes.
  23867. Document Synchronization and Other Human Interface Issues by Mark H. Linton.  The Macintosh Human Interface Guidelines say that a window
  23868. s title should match the corresponding document
  23869. s name at all times. Here
  23870. s some code that will help you do that.
  23871. JEdevelop Issue 23:
  23872. develop Issue 23 code:
  23873. develop Issue 23 references:K
  23874. Sep 95L
  23875. Sep 95OIDev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 23:PQDev.CD Dec 99 RL Disk 1
  23876.  - Technical Documentation
  23877.  - Develop
  23878.  - develop Issue 23l Packages
  23879. Tool Chest Edition
  23880. F!Mac OS Runtime for Java 1.0.1b1c2
  23881. 5887X
  23882. Dec 99^    RL Disk 1
  23883. --set theItem to choose file -- uncomment to test in an AS editor
  23884.     tell application "Finder"
  23885.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 24:"
  23886.         activate
  23887.     end tell
  23888. on error errMsg number errNum
  23889.     --enter statements to perform when no records are found such as...
  23890.     display dialog "Sorry, the item you selected could not be found."
  23891.     return
  23892. end try
  23893. e    No Changeq
  23894. Dev.CD Dec 99 RL Disk 1
  23895. All Packages
  23896. develop Issue 25
  23897. 5888X
  23898. e    No Changeq
  23899. Dev.CD Feb 00 TC
  23900. All Packages
  23901. F    ARPSample
  23902. PAddress Resolution Protocol (ARP) is a protocol for mapping protocol (eg IP) addresses to hardware (eg Ethernet) addresses.  The OT ARP module provides an ARP service that is used by the OT TCP/IP stack. This sample demonstrates how you can get direct access to the ARP module to, amongst other things, add and remove ARP cache entries.
  23903. Jun 98V
  23904. 2112X
  23905. 1e    No Change
  23906. pixpat
  23907. place
  23908. placed
  23909. placement
  23910. quickdraw
  23911. graphics
  23912. library
  23913. define
  23914. quickdraw
  23915. dimension
  23916. macintosh
  23917. graphics
  23918. pablo
  23919. quickdraw
  23920. enables
  23921. computer
  23922. display
  23923. three-dimensio
  23924. quickdraw's
  23925. quickdrax
  23926. quickly
  23927. quickstart
  23928. quicktake
  23929. quicktime
  23930. develop
  23931. issue
  23932. develop
  23933. issue
  23934. references
  23935. develop
  23936. issue
  23937. develop
  23938. issue
  23939. develop
  23940. issue
  23941. references
  23942. develop
  23943. issue
  23944. develop
  23945. issue
  23946. develop
  23947. issue
  23948. references
  23949. develop
  23950. issue
  23951. develop
  23952. issue
  23953. develop
  23954. issue
  23955. references
  23956. develop
  23957. issue
  23958. develop
  23959. issue
  23960. develop
  23961. issue
  23962. references
  23963. develop
  23964. issue
  23965. develop
  23966. issue
  23967. develop
  23968. issue
  23969. develop
  23970. issue
  23971. develop
  23972. issue
  23973. references
  23974. develop
  23975. issue
  23976. develop
  23977. issue
  23978. develop
  23979. issue
  23980. develop
  23981. issue
  23982. develop
  23983. issue
  23984. develop
  23985. issue
  23986. develop
  23987. issue
  23988. develop
  23989. issue
  23990. develop
  23991. issue
  23992. develop
  23993. issue
  23994. develop
  23995. issue
  23996. develop
  23997. issue
  23998. develop
  23999. issue
  24000. develop
  24001. issue
  24002. directions
  24003. o this is how to create one.
  24004. ZoomRecter:  This snippet shows how to do "Finder" style zooming between two rectangles. The boolean flag "kZoomLarger" controls the proportional direction of the zooming.\
  24005. J'Sample Code.img
  24006. Windows Sample Code.imgK
  24007. Nov 94L
  24008. May 97O
  24009. Dev.CD Feb 00 TC:Sample Code:P
  24010. Dev.CD Feb 00 TC
  24011.  - Sample Code
  24012. received
  24013. receiver
  24014. receives
  24015. receiving
  24016. recent
  24017. recently
  24018. reception
  24019. recipes
  24020. recognition
  24021. recognize
  24022. recognizes
  24023. recognizing
  24024. recommend
  24025. recommendations
  24026. recommended
  24027. recommends
  24028. recompilation
  24029. recompile
  24030. recompiled
  24031. record
  24032. recordable
  24033. recorded
  24034. recording
  24035. debug
  24036. build
  24037. sound
  24038. manager
  24039. 3.2.1
  24040. useful
  24041. location
  24042. manager
  24043. module
  24044. shows
  24045. eject
  24046. cards
  24047. sound
  24048. input
  24049. driver
  24050. showing
  24051. sound
  24052. primer
  24053. creating
  24054. content
  24055. routine
  24056. sending
  24057. documents
  24058. apple
  24059. event
  24060. ords are found such as...
  24061.     display dialog "Sorry, the item you selected could not be found."
  24062.     return
  24063. end try
  24064. e    No Changef*AppleScript
  24065. Mac OS
  24066. Sherlock
  24067. Updates 
  24068. 8.5.1q
  24069. Dev.CD Apr 99 SSW Disk1
  24070. @D(All Packages
  24071. Reference Library Edition
  24072. Mac OS Runtime ArchitecturesI
  24073. This book describes the Mac OS runtime architecture based upon the Code Fragment Manager (CFM) as well as the original classic 68K runtime architecture.JQDisplay Device Driver Guide
  24074. Mac OS Runtime Architectures
  24075. Read Me - Other SSW DocsK
  24076. Oct 97M
  24077. Adobe AcrobatN
  24078. Mac OS Runtime ArchitectureO@Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:est Edition
  24079. Async driver tester
  24080. ReadMe - aevt dcmdK
  24081. Dec 98M
  24082. MacsBugN&MacsBug, AppleEvent, apple event, dcmdO:Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:aevt dcmd:PBDev.CD Feb 00 TC
  24083.  - Tool Chest
  24084.  - Testing & Debugging
  24085.  - aevt dcmdV
  24086. 5733X
  24087. Feb 00^
  24088. --set theItem to choose file -- uncomment to test in an AS editor
  24089.     tell application "Finder"
  24090.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:aevt dcmd:"
  24091.         activate
  24092.     end tell
  24093. on error errMsg number errNum
  24094.     --enter statements to perform when no records are found such as...
  24095.     display dialog "Sorry, the item you selected could not be found."
  24096.     return
  24097. end try
  24098. e    No Changef#MacsBug
  24099. AppleEvent
  24100. apple event
  24101. dcmdq
  24102. Dev.CD Feb 00 TC
  24103. D!All Packages
  24104. Mac OS SDK Edition
  24105.     CD Dec 99 RL Disk 1
  24106.  - What's New
  24107.  - Development Kits
  24108.  - Mac OS
  24109.  - Security SDKls
  24110. dsutils
  24111. development
  24112. primer
  24113. e-spanish
  24114. easyview
  24115. improved
  24116. improves
  24117. improving
  24118. yourself
  24119. zanzibar
  24120. zap's
  24121. zaptcp
  24122. zeroing
  24123. zimmerman
  24124. zimmerman's
  24125. zones
  24126.  channel programs will increase overall sales of Macintosh products. Apple is working with our channel partners to ensure that packages with the Mac logo are prominently displayed and effectively merchandised. The goal of this campaign is to 
  24127. build a stronger, more financially secure Mac community that will continue to thrive for many years.
  24128. Some of the planned activities to support this campaign include:
  24129.  Retail End Caps, POP, ROP and Pre-Print Exposure 
  24130.  In-Store Merchandising Programs and Promotion
  24131.  Wholesale Distribution Programs
  24132.  Magazine Advertising Campaigns
  24133.  Mail-Order Catalog Programs and Promotions
  24134.  Apple Online Store Programs and Promotions 
  24135. To be considered for inclusion in these exciting, high-v
  24136. gly, which can greatly improve printing speed. Here
  24137. s what you need to know to take advantage of this ability.
  24138. The New Device Drivers: Memory Matters by Martin Minow. Using PrepareMemoryForIO to set up memory for data transfers to or from other devices is a complex 
  24139.  but very important 
  24140.  process. This walkthrough points out traps and pitfalls along the way.
  24141. JEdevelop Issue 24:
  24142. develop Issue 24 code:
  24143. develop Issue 24 references:K
  24144. Dec 95L
  24145. Dec 95OIDev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 24:PQDev.CD Dec 99 RL Disk 1
  24146.  - Technical Documentation
  24147.  - Develop
  24148.  - develop Issue 24
  24149. can't
  24150. cancel
  24151. cancelwindowcheckout
  24152. cannot
  24153. capabilites
  24154. capabilities
  24155. capability
  24156. capable
  24157. capacity
  24158. capitalize
  24159. capped
  24160. capture
  24161. first
  24162. first
  24163. first
  24164. hypercard
  24165. obsolete&unsupported
  24166. other
  24167. please
  24168. developer
  24169. sample
  24170. 2.0b6
  24171. 2.0b6
  24172. reader
  24173. reader
  24174. installer
  24175.     C"kage is System 7.0 compatible.
  24176. JWdcmd aliases
  24177. Discipline 2.0.2
  24178. MacsBug 6.6
  24179. Macsbug Ref & Debugging Guide
  24180. Robix & sourcesK
  24181. Vol IXL
  24182. Jan 93OBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Debuggers & dcmds:PJDev.CD Feb 00 TC
  24183.  - Tool Chest
  24184.  - Testing & Debugging
  24185.  - Debuggers & dcmdsii
  24186. im-telephony
  24187. image
  24188. images
  24189. Summary: AppleGlot 2.3 is a text translation tool used by the Apple Localizers to localize Apple Software.  AppleGlot extracts the text out of a resource file and dumps it into a text file for translation. Once translated, AppleGlot then replaces the original text by its translation into the resource file. In addition to the regular translation, AppleGlot handles updates from one version to another, and copies over resizeable items.
  24190. Features:
  24191.  AppleGlot 2.3 works correctly on Power MacinB
  24192. tosh, fixing a problem with the Modern Memory manager. 
  24193.  Richer set of template field types supported
  24194.  ...and many more : see manual
  24195.  We now provide a Manual !
  24196. J?AppleGlot 2.3
  24197. AppleGlot 2.3 Users Guide
  24198. AppleGlot 2.3 Whats NewK
  24199. Jun 92L
  24200. Dec 95M
  24201. System 7 or later.NBAppleGlot Localization Internationalization Translation GlossariesO7Dev.CD Nov 99 TC:Tool Chest:Localization:AppleGlot 2.3:P?Dev.CD Nov 99 TC
  24202.  - Tool Chest
  24203.  - Localization
  24204.  - AppleGlot 2.3v.CD Dec 96 SEV
  24205. 4552X
  24206. reference
  24207. Summary: This is the electronic version of develop magazine.
  24208.  Issue 24 highlights:
  24209. Speeding Up whose Clause Resolution in Your Scriptable Application by Greg Anderson. Although the Object Support Library will resolve complex AppleScript clauses for you, if you take on some of the work yourself the performance gains can be dramatic.
  24210. Getting Started With OpenDoc Storage by Vincent Lo. OpenDoc storage is a departure from what you
  24211. re used to: it needs to support storing different kinds of 
  24212. data, written by different part editors, in the same file or container.
  24213. Sound Secrets by Kip Olson. These less obvious features of the Sound Manager will help improve your application
  24214. s use of sound.
  24215. Guidelines for Effective Alerts by Paige K. Parsons. This article elaborates and expands on the guidelines for the consistent and correct usage of alerts.
  24216. Printing Images Faster With Data Compression by David Gelphman. PostScript Level 2 printers can accept JPEG-compressed image data direct
  24217. 5888X
  24218. Dec 99^    RL Disk 1
  24219. --set theItem to choose file -- uncomment to test in an AS editor
  24220.     tell application "Finder"
  24221.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 25:"
  24222.         activate
  24223.     end tell
  24224. on error errMsg number errNum
  24225.     --enter statements to perform when no records are found such as...
  24226.     display dialog "Sorry, the item you selected could not be found."
  24227.     return
  24228. end try
  24229. e    No Changeq
  24230. Dev.CD Dec 99 RL Disk 1
  24231. All Packages
  24232. develop Issue 26
  24233. 5889X
  24234. h our worldwide channel partners, is launching an aggressive campaign to ensure customers can easily locate Mac products on retail shelves through the prominent display of the NEW Mac platform logo. We know you
  24235. ll want to capitalize on this renewed interest in the Mac platform and make your products stand out to the millions of customers who want to buy Mac products. Getting involved is simple:
  24236.   1. Obtain the NEW Mac platform NEW Mac platform 
  24237. Summary: This is the electronic version of develop magazine.
  24238.  Issue 25 highlights:
  24239. Generating QuickTime VR Movies From QuickDraw 3D by Pete Falco and Philip McBride. QuickTime VR movies don
  24240. t have to be created with a real camera; you can instead generate the necessary images with a 3D graphics system like QuickDraw 3D. Here
  24241. s how.
  24242. Flicker-Free Drawing With QuickDraw GX by Hugo M. Ayala. This article discusses the causes of flicker in graphics and animation applications and presents a 
  24243. package for doing memory-efficient, flicker-free drawing with QuickDraw GX.
  24244. NURB Curves: A Guide for the Uninitiated by Philip J. Schneider. QuickDraw 3D includes NURB curves among its geometries, but you need to understand a little about the underlying NURB model to use them effectively. This intuitive treatment of NURB curves tells you what you need to know.
  24245. Using C++ Exceptions in C by Avi Rappoport. Exceptions in C++ provide a powerful and useful way to handle errors and other unexpe
  24246. viewed
  24247. viewer
  24248. viewing
  24249. views
  24250. vincent
  24251. virtual
  24252. virtual
  24253. primary
  24254. apple
  24255. computer
  24256. virtually
  24257. viruses
  24258. visemrj
  24259. visibility
  24260. visible
  24261. visigenic
  24262. summary
  24263. manalyzer
  24264. local
  24265. network
  24266. analyzer
  24267. summary
  24268. memory
  24269. monitor
  24270. software
  24271. utility
  24272. which
  24273. provides
  24274. summary
  24275. midiconverter
  24276. application
  24277. converting
  24278. gener
  24279. summary
  24280. minilauncher
  24281. launch
  24282. applications
  24283. summary
  24284. moofwars
  24285. piece
  24286. sample
  24287. demonstrates
  24288. summary
  24289. mountalias
  24290. control
  24291. panel
  24292. device
  24293. automatica
  24294. summary
  24295. mping
  24296. network
  24297. testing
  24298. protoco
  24299. summary
  24300. objects
  24301. hypercard
  24302. allowed
  24303. variabl
  24304. All Packages
  24305. QuickDraw GXO#Dev.CD Aug 96 TC
  24306. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  24307. Dev.CD Jan 96 SDKV
  24308. 6294X
  24309. Aug 96
  24310. x--set theItem to choose file -- uncomment to test in an AS editor
  24311.     tell application "Finder"
  24312.         open item "Dev.CD Aug 96 TC
  24313. Dev.CD Jan 96 SDK1"
  24314.         activate
  24315.     end tell
  24316. on error errMsg number errNum
  24317.     --enter statements to perform when no records are found such as...
  24318.     display dialog "Sorry, the item you selected could not be found."
  24319.     return
  24320. end try
  24321. All Packages
  24322. QuickDraw GXO#Dev.CD Aug 96 TC
  24323. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  24324. Dev.CD Jan 96 SDKV
  24325. 6295X
  24326. Aug 96
  24327. System Enabler 065 (LC 575)O
  24328. Dev.CD Apr 94P
  24329. Dev.CD Apr 9V
  24330. 6702X
  24331. Apr 94
  24332. b--set theItem to choose file -- uncomment to test in an AS editor
  24333.     tell application "Finder"
  24334.         open item "Dev.CD Apr 94"
  24335.         activate
  24336.     end tell
  24337. on error errMsg number errNum
  24338.     --enter statements to perform when no records are found such as...
  24339.     display dialog "Sorry, the item you selected could not be found."
  24340.     return
  24341. end try
  24342. All Packages
  24343. System Enabler 065 (LC 575)O
  24344. Dev.CD Apr 94
  24345. Dev.CD Jan 94P
  24346. Dev.CD Apr 94
  24347. Dev.CD Jan 9V
  24348. 6703X
  24349. Apr 94
  24350. p--set theItem to choose file -- uncomment to test in an AS editor
  24351.     tell application "Finder"
  24352.         open item "Dev.CD Apr 94
  24353. Dev.CD Jan 94"
  24354.         activate
  24355.     end tell
  24356. on error errMsg number errNum
  24357.     --enter statements to perform when no records are found such as...
  24358.     display dialog "Sorry, the item you selected could not be found."
  24359.     return
  24360. end try
  24361. All Packages
  24362. 6704X
  24363. world
  24364. trees
  24365. triangles
  24366. triangular
  24367. trick
  24368. tricks
  24369. tricky
  24370. tries
  24371. trigger
  24372. tripped
  24373. trivial
  24374. truetype
  24375. truffles
  24376. truncate
  24377. truth
  24378. trying
  24379. tsmte
  24380. ttextgridview
  24381. ttextlistview
  24382. tubetest
  24383. tuneplayer
  24384. tuning
  24385. tunnel
  24386. tupledumper
  24387. tuples
  24388. turbo
  24389. turkish
  24390. two-byte
  24391. two-part
  24392. two-phase
  24393. two-way
  24394. twofold
  24395. generator
  24396. generators
  24397. generic
  24398. generically
  24399. genericness
  24400. geometric
  24401. geometries
  24402. geoport
  24403. german
  24404. germany
  24405. gestaltW
  24406. gestaltnativecputype
  24407. gestalttable
  24408. gestaltvalue
  24409. events
  24410. needs
  24411. events
  24412. get1resource
  24413. getadevtype
  24414. getdctlentry
  24415. getdraghilitecolor
  24416. getfinfo
  24417. getindstring
  24418. getinfo
  24419. graphics
  24420. grayscale
  24421. great
  24422. greater
  24423. greatly
  24424. green
  24425. group
  24426. groups
  24427. cludes a set of C interfaces too.
  24428. SillyBalls:    This is a very simple sample program that demonstrates how to use Color QuickDraw.  It is about two pages of code, and does nothing more than open a color window and draw randomly colored ovals in the window.
  24429. TESample:  TESample is an example application that demonstrates how to initialize the commonly used Toolbox managers, operate successfully under MultiFinder, handle desk accessories, and create, grow, and zoom windows.  It demonstrate
  24430. s fundamental TextEdit toolbox calls and TextEdit automatic scrolling, and it shows how to create and maintain scroll bar controls.
  24431. TEStyleSample:  TEStyleSample is an example application that demonstrates how to initialize the commonly used toolbox managers, operate successfully under MultiFinder, handle desk accessories and create, grow, and zoom windows. Both styled and fundamental TextEdit toolbox calls and TextEdit auto-scroll are demonstrated. It also shows how to create and maintai
  24432. All Packages
  24433. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  24434. Dev.CD Jan 94
  24435. Dev.CD Oct 93
  24436. Dev.CD Jul 93
  24437. Dev.CD Apr 93PDDev.CD Apr 94
  24438. Dev.CD Jan 94
  24439. Dev.CD Oct 93
  24440. Dev.CD Jul 93
  24441. Dev.CD Apr 9V
  24442. 6827X
  24443. Apr 94
  24444. --set theItem to choose file -- uncomment to test in an AS editor
  24445.     tell application "Finder"
  24446.         open item "Dev.CD Apr 94
  24447. Dev.CD Jan 94
  24448. Dev.CD Oct 93
  24449. Dev.CD Jul 93
  24450. Dev.CD Apr 93"
  24451.         activate
  24452.     end tell
  24453. on error errMsg number errNum
  24454.     --enter statements to perform when no records are found such as...
  24455.     display dialog "Sorry, the item you selected could not be found."
  24456.     return
  24457. end try
  24458. All Packages
  24459. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  24460. Dev.CD Jan 94
  24461. Dev.CD Oct 93
  24462. Dev.CD Jul 93P6Dev.CD Apr 94
  24463. Dev.CD Jan 94
  24464. Dev.CD Oct 93
  24465. Dev.CD Jul 9V
  24466. 6828X
  24467. Apr 94
  24468. oriented
  24469. oserr
  24470. debug
  24471. 1.0b1
  24472. otarpmodule
  24473. otarpmodule
  24474. other
  24475. output
  24476. Requires: 
  24477. - Sun Compliant Java Runtime Environment 1.1
  24478. - QuickTime 3 
  24479. - QTJava.zip
  24480. - Windows 95, 98, or NT:
  24481. - JRE/JDK from Sun Microsystems, Inc. recommendedN
  24482. QuickTime, Java, WindowsOXDev.CD Feb 00 TC:What's New?:Development Kits:Cross Platform:QuickTime Java Windows SDK:PcDev.CD Feb 00 TC
  24483.  - What's New?
  24484.  - Development Kits
  24485.  - Cross Platform
  24486.  - QuickTime Java Windows SDKV
  24487. 6443X
  24488. Feb 00^
  24489. --set theItem to choose file -- uncomment to test in an AS editor
  24490.     tell application "Finder"
  24491.         open item "Dev.CD Feb 00 TC:What's New?:Development Kits:Cross Platform:QuickTime Java Windows SDK:"
  24492.         activate
  24493.     end tell
  24494. on error errMsg number errNum
  24495.     --enter statements to perform when no records are found such as...
  24496.     display dialog "Sorry, the item you selected could not be found."
  24497.     return
  24498. end try
  24499. New Packagef
  24500. QuickTime
  24501. Windowso
  24502. http://developer.apple.com/sdk/q
  24503. Dev.CD Feb 00 TC
  24504. D!All Packages
  24505. Tool Chest Edition
  24506. QuickTime TMON User Area
  24507. About Rinaldi Collection 95/02
  24508. Align 2.7 (US)
  24509. ArchiveContent 1.1 (US)
  24510. ATalkZones 1.5 (US)
  24511. Calendoid 1.6 (US)
  24512. CapsLock 1.0 (US)
  24513. Chartoid 1.4 (US)
  24514. ChooseColor 1.1 (US)
  24515. Chooser 2.2 (US)
  24516. ClipInfo 1.0 (US)
  24517. ClipToPict 1.5 (US)
  24518. CompressPictFile 1.2 (US)
  24519. CopyFolder 2.5 (US)
  24520. CopyRes 2.1 (US)
  24521. CreateAlias 1.0 (US)
  24522. CreateCustomIcon 1.1 (US)
  24523. CreateFolder 1.2 (US)
  24524. CreateMenuHelp 1.0 (US)
  24525. CreateThumbnail 1.2 (US)
  24526. DataMaster 1.3 (US)
  24527. DateConverter 1.2 (US)
  24528. DocCreator 1.5 (US)
  24529. DocTypes 1.6 (US)
  24530. DoMenu 1.0 
  24531. EraseFile 1.2 (US)
  24532. ExtractItems 1.4 (US)
  24533. FileCopy 2.7 (US)
  24534. FileIsOpen 1.2 (US)
  24535. FileMaker 1.3 (US)
  24536. FileSharingMaster 1.0 (US)
  24537. FindFolder 1.1 (US)
  24538. FolderSize 1.5 (US)
  24539. FontMaster 1.3 (US)
  24540. FormatNum 1.0 (US)
  24541. FullBalloons 1.0 (US)
  24542. FullDrag 1.3 (US)
  24543. FullFind 1.5 (US)
  24544. FullHPop 1.7 (US)
  24545. FullMove 1.2 (US)
  24546. FullOffset 1.0 (US)
  24547. FullRemove 1.1 (US)
  24548. FullRename 1.4 (US)
  24549. FullReplace 1.1 (US)
  24550. FullResList 2.2 (US)
  24551. FullSFPack 1.7 (US)
  24552. FullSort 3.9 (US)
  24553. FullText 2.1 (US)
  24554. GetBootVol 1.1 (US)
  24555. GetDInfo 1.1 
  24556. pcted conditions. But C programmers can take advantage of them as well, since C is (mostly) a subset of C++.
  24557. Country Stringing: Localized Strings for the Newton by Maurice Sharp. Although version 1.5 of the Newton Toolkit provides some built-in support for localizing strings, organizing the different sets of strings is still problematic. Or rather, it was until now.
  24558. JEdevelop Issue 25:
  24559. develop Issue 25 code:
  24560. develop Issue 25 references:K
  24561. Mar 96L
  24562. Mar 96OIDev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 25:PQDev.CD Dec 99 RL Disk 1
  24563.  - Technical Documentation
  24564.  - Develop
  24565.  - develop Issue 25
  24566. medium
  24567. meeting
  24568. meets
  24569. megabyte
  24570. megamovies
  24571. member
  24572. memoryQ
  24573. memory
  24574. stress
  24575. update
  24576. previous
  24577. version
  24578. memory-efficient
  24579. memory-intensive
  24580. memory/video
  24581. mensch
  24582. mentat
  24583. mention
  24584. mentioned
  24585. mentors
  24586. menubar
  24587. menuhook/mbarhook
  24588. menumanager
  24589. 1.1.1
  24590. 1.1.3
  24591. 1.1.4
  24592. 1.1b1
  24593. 1.1b8
  24594. 1.2.1
  24595. 1.2.3
  24596. 1.3.4
  24597. 1.3b5
  24598. 1.4.2
  24599. 1.4.9
  24600. 1.4d5
  24601. All Packages
  24602. System Enabler 111 (PB 160/180)O
  24603. Dev.CD Apr 93P
  24604. Dev.CD Apr 9V
  24605. 6740X
  24606. Apr 93
  24607. b--set theItem to choose file -- uncomment to test in an AS editor
  24608.     tell application "Finder"
  24609.         open item "Dev.CD Apr 93"
  24610.         activate
  24611.     end tell
  24612. on error errMsg number errNum
  24613.     --enter statements to perform when no records are found such as...
  24614.     display dialog "Sorry, the item you selected could not be found."
  24615.     return
  24616. end try
  24617. All Packages
  24618. System Enabler 111 (PB 160/180)O
  24619. Dev.CD Apr 93P
  24620. Dev.CD Apr 9V
  24621. 6741X
  24622. Apr 93
  24623. b--set theItem to choose file -- uncomment to test in an AS editor
  24624.     tell application "Finder"
  24625.         open item "Dev.CD Apr 93"
  24626.         activate
  24627.     end tell
  24628. on error errMsg number errNum
  24629.     --enter statements to perform when no records are found such as...
  24630.     display dialog "Sorry, the item you selected could not be found."
  24631.     return
  24632. end try
  24633. All Packages
  24634. System Enabler 111 (PB 160/180)V
  24635. 6742X
  24636. --set theItem to choose file -- uncomment to test in an AS editor
  24637.     tell application "Finder"
  24638.         open item "Dev.CD July 92
  24639. Dev.CD June 92
  24640. Dev.CD May 92
  24641. Dev.CD Apr 92
  24642. Dev.CD Mar 92
  24643. Dev.CD Feb 92
  24644. Dev.CD Jan 92
  24645. Dev.CD Vol. XI"
  24646.         activate
  24647.     end tell
  24648. on error errMsg number errNum
  24649.     --enter statements to perform when no records are found such as...
  24650.     display dialog "Sorry, the item you selected could not be found."
  24651.     return
  24652. end try
  24653. System UpdateO
  24654. Dev.CD Oct 94
  24655. Dev.CD Jul 94P
  24656. Dev.CD Oct 94
  24657. Dev.CD Jul 9V
  24658. 4981X
  24659. Oct 94
  24660. p--set theItem to choose file -- uncomment to test in an AS editor
  24661.     tell application "Finder"
  24662.         open item "Dev.CD Oct 94
  24663. Dev.CD Jul 94"
  24664.         activate
  24665.     end tell
  24666. on error errMsg number errNum
  24667.     --enter statements to perform when no records are found such as...
  24668.     display dialog "Sorry, the item you selected could not be found."
  24669.     return
  24670. end try
  24671. All Packages
  24672. System UpdateV
  24673. 4982X
  24674. All Packages
  24675. System Enabler 065 (LC 575)O
  24676. Dev.CD Apr 94
  24677. Dev.CD Jan 94P
  24678. Dev.CD Apr 94
  24679. Dev.CD Jan 9V
  24680. 6718X
  24681. Apr 94
  24682. p--set theItem to choose file -- uncomment to test in an AS editor
  24683.     tell application "Finder"
  24684.         open item "Dev.CD Apr 94
  24685. Dev.CD Jan 94"
  24686.         activate
  24687.     end tell
  24688. on error errMsg number errNum
  24689.     --enter statements to perform when no records are found such as...
  24690.     display dialog "Sorry, the item you selected could not be found."
  24691.     return
  24692. end try
  24693. All Packages
  24694. System Enabler 065 (LC 575)O
  24695. Dev.CD Apr 94
  24696. Dev.CD Jan 94P
  24697. Dev.CD Apr 94
  24698. Dev.CD Jan 9V
  24699. 6719X
  24700. Apr 94
  24701. p--set theItem to choose file -- uncomment to test in an AS editor
  24702.     tell application "Finder"
  24703.         open item "Dev.CD Apr 94
  24704. Dev.CD Jan 94"
  24705.         activate
  24706.     end tell
  24707. on error errMsg number errNum
  24708.     --enter statements to perform when no records are found such as...
  24709.     display dialog "Sorry, the item you selected could not be found."
  24710.     return
  24711. end try
  24712. womack
  24713. won't
  24714. woodcock
  24715. word-processing
  24716. wordperfect
  24717. words
  24718. wordservices
  24719. work-arounds
  24720. work-flow
  24721. workable
  24722. workaround
  24723. workarounds
  24724. workbook
  24725. workers
  24726. workflows
  24727. workgroup
  24728. working
  24729. workings
  24730. works
  24731. works
  24732. under
  24733. appearance
  24734. workshop
  24735. workstation
  24736.   Debugging is a lot like being a detective.
  24737. THE VETERAN NEOPHYTE:  Manual Labor  by Jim Mensch.  Lots of activities have hidden lessons that can be applied to programming 
  24738.  for example, rebuilding a car engine.
  24739. KON & BAL
  24740. S PUZZLE PAGE:  New World Order by Cameron Esfahani and Alex Rosenberg.  Playing Marathon during work hours is not only justifiable but can actually prove fruitful.
  24741. JEdevelop Issue 26:
  24742. develop Issue 26 code:
  24743. develop Issue 26 references:K
  24744. Jun 96L
  24745. Sep 96OIDev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 26:PQDev.CD Dec 99 RL Disk 1
  24746.  - Technical Documentation
  24747.  - Develop
  24748.  - develop Issue 26
  24749. 5889X
  24750. Dec 99^    RL Disk 1
  24751. --set theItem to choose file -- uncomment to test in an AS editor
  24752.     tell application "Finder"
  24753.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 26:"
  24754.         activate
  24755.     end tell
  24756. on error errMsg number errNum
  24757.     --enter statements to perform when no records are found such as...
  24758.     display dialog "Sorry, the item you selected could not be found."
  24759.     return
  24760. end try
  24761. e    No Changeq
  24762. Dev.CD Dec 99 RL Disk 1
  24763. All Packages
  24764. develop Issue 27
  24765. 5890X
  24766. found such as...
  24767.     display dialog "Sorry, the item you selected could not be found."
  24768.     return
  24769. end try
  24770. e    No Changef%LaserWriter 8
  24771. custom hose
  24772. IrDA sampleq
  24773. Dev.CD Jul 99 SDK1
  24774. <D(All Packages
  24775. Reference Library Edition
  24776. Mac Application Environment 2.0
  24777.     ide.pdf
  24778. AutoGuest READ ME
  24779. Check AutoGuest.asK
  24780. Jan 92L
  24781. May 99N#Program Linking, AppleEvents, GuestONDev.CD Feb 00 TC:Tool Chest:Interapplication Communication:AE Tools:AutoGuest:
  24782. (** = new, * = revised)
  24783. AppsToGo:  AppsToGo is a development framework for Mac development that supports a variety of development platforms, including  MPW, THINK, and CodeWarrior.  AppsToGo sports very strong prototyping, along with robust application support.
  24784. J'Sample Code.img
  24785. Windows Sample Code.imgK
  24786. May 97L
  24787. May 97O
  24788. Dev.CD Feb 00 TC:Sample Code:P
  24789. Dev.CD Feb 00 TC
  24790.  - Sample Code
  24791. fullreplace
  24792. fullreslist
  24793. fullreslist
  24794. fullsfpack
  24795. fullsfpack
  24796. fullsort
  24797. fullsort
  24798. fulltext
  24799. fulltext
  24800. fully
  24801. functionindex
  24802. functionindex
  24803. gameheaders
  24804. games
  24805. gamesource
  24806. gateway
  24807. --set theItem to choose file -- uncomment to test in an AS editor
  24808.     tell application "Finder"
  24809.         open item "Dev.CD Vol. X
  24810. Dev.CD Vol. IX
  24811. Dev.CD Vol. VIII"
  24812.         activate
  24813.     end tell
  24814. on error errMsg number errNum
  24815.     --enter statements to perform when no records are found such as...
  24816.     display dialog "Sorry, the item you selected could not be found."
  24817.     return
  24818. end try
  24819. managing a basic font menu, activating and deactivating fonts, and notifying cli
  24820. [NEW] Multilingua
  24821. l Text Editor
  24822. Multilingual Text Editor (MLTE) supplies a programming interface for creating and editing Unicode text documents. MLTE is similar to TextEdit, however MLTE provides enhanced facilities such as document-wide tabs, 
  24823. full justification of text, support for more than 32K of text, drag and drop support, built-in scroll bar handling and printing support, support for inline input, support for advanced ATSUI font features, and support for one level of undo. This preliminary document
  24824. apple
  24825. directions
  24826. 07/97
  24827. apple
  24828. directions
  24829. 08/95
  24830. apple
  24831. directions
  24832. 08/96
  24833. apple
  24834. directions
  24835. 08/97
  24836. apple
  24837. directions
  24838. 09/95
  24839. apple
  24840. directions
  24841. 09/96
  24842. apple
  24843. directions
  24844. 09/97
  24845. and have been compiled under several C environments (MPW, Think C, MetroWerks). Some snippets require the Asynchronous SCSI Manager (SCSI Manager 4.3).
  24846. TbltDrvr:  'ADBS' resources are loaded and executed at boot time (before INIT 31), and they are made of two main parts, the installat
  24847. ion or initialization code and the the actual driver. In this example, the installation portion allocates memory in the system heap for the service routine and the 
  24848. optional data area.
  24849.  It installs the driver using the Apple Desktop Bus (ADB) Manager call _SetADBInfo.
  24850. TradDriverLoaderLib 1.0b4:  The TradDriverLoaderLib provides a bunch of routines helpful for installing traditional Mac OS device drivers (DRVRs). It mimicks the API of the PCI 
  24851. DriverLoaderLib
  24852.  as much as possible, which ma
  24853. samples of AE coercions in general.
  24854. FinderOpenSelection:  This sample sends Finder 'Open Selection' events two different ways. The first, 'Send Open Selection', opens the file you select. The second,'Open Window Containing...' will open the Finder window containing the file you select.
  24855. IPCLister:  A small example of how to use IPCListPorts. This sample collects and displays all the PPC/AppleEvent capable machines in your current zone and puts them in a nice list.
  24856. ODOC:  This sample send
  24857. s an 'odoc' event to a specified running application
  24858. OSA Preserve 68K Registers:  The purpose of these functions are to save and restore a group of emulated 68K registers around calls to a PowerPC active or send function, which in turn calls YieldToAnyThread.  Provides 68K wrapper functions, named Preserve68KRegsActiveProc and Preserve68KRegsSendProc, to be installed as an OSAActiveProc or OSASendProc, respectively.
  24859. SendFinderOpen:  This snippet shows you how to send an OpenSelection Fin
  24860.  few of which are explored in this article. 
  24861. 64-Bit Integer Math on 680x0 Machines  by Dale Semchishen.  There
  24862. s a 64-bit library built into the Toolbox on the Power Macintosh, and there
  24863. s also one built into QuickDraw GX. Finally, here
  24864. s a library that will work on any Macintosh, using built-in routines if available.
  24865. GRAPHICAL TRUFFLES:  Dynamic Display Dilemmas  by Kent Miller and Cameron Esfahani.  How your application can live copacetically with the Display Manager.
  24866. MPW TIPS AND TRI
  24867. CKS:  Scripted Text Editing  by Tim Maroney.  An overview of MPW
  24868. s powerful, scriptable text editing capabilities. 
  24869. ACCORDING TO SCRIPT:  Attaching and Embedding Scripts by Cal Simone.  Integrating scripts in your application can have a big payoff for your users.
  24870. PRINT HINTS:  The Top 10 Printing Crimes Revisited by Dave Polaschek.  Despite our best efforts, developers continue to commit printing crimes. We
  24871. re not giving up.
  24872. BALANCE OF POWER:  Sleuthing Through Your Code  by Dave Evans.
  24873. Summary: This is the electronic version of develop magazine.
  24874.  Issue 26 highlights:
  24875. Planning for Mac OS 8 Compatibility  by Steve Falkenburg.  Mac OS 8 brings changes that may affect your code. This article discusses the compatibility ramifications of Mac OS 8 and gives some sound advice for how to get your code ready now.
  24876. Connecting Users With QuickTime Conferencing  by Dean Blackketter.  QuickTime Conferencing allows users to share time-based data such as video and sound. Here are the
  24877.  basics.
  24878. OpenDoc Parts and SOM Dynamic Inheritance  by 
  24879. ric Simenel.  Although you don
  24880. t need to know much about SOM to write OpenDoc parts, with a little knowledge about this underlying technology you can do some very useful things.
  24881. Adding Custom Data to QuickDraw 3D Objects  by Nick Thompson, Pablo Fernicola, and Kent Davidson.  By defining your own attribute and element types, you can attach custom data to QuickDraw 3D objects. This flexibility opens up a world of new possibilities, a
  24882. --set theItem to choose file -- uncomment to test in an AS editor
  24883.     tell application "Finder"
  24884.         open item "Dev CD Vol. IV
  24885. Developer CD (III)
  24886. Developer CD (II)"
  24887.         activate
  24888.     end tell
  24889. on error errMsg number errNum
  24890.     --enter statements to perform when no records are found such as...
  24891.     display dialog "Sorry, the item you selected could not be found."
  24892.     return
  24893. end try
  24894. e    No ChangefFcounter
  24895. windows
  24896. introduction
  24897. document
  24898. modal dialog
  24899. printing
  24900. aboutq
  24901. Dev.CD Feb 00 TC
  24902. D!All Packages
  24903. Tool Chest Edition
  24904. WindowPicker 1.1
  24905. LSummary:  WindowPicker is a System 7 extension that provides you with a convenient/simple way to bring any open window to the front.
  24906. Features:
  24907. - WindowPicker Menu next to the Help Menu
  24908. - popup WindowPicker Menu
  24909. - arrow keys to switch between open windows and applications
  24910. - customizable modifier keys
  24911. - help for setting preferences
  24912. J Read Me
  24913. Read Me.txt
  24914. WindowPickerK
  24915. Jul 92L
  24916. Aug 93M
  24917. System 7 & Any Macintosh
  24918. (PUDev.CD Nov 99 TC
  24919.  - Programs & Marketing
  24920.  - Apple Directions
  24921.  - Apple Directions 1996V
  24922. 5743X
  24923. Nov 99^
  24924. --set theItem to choose file -- uncomment to test in an AS editor
  24925.     tell application "Finder"
  24926.         open item "Dev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1996:"
  24927.         activate
  24928.     end tell
  24929. on error errMsg number errNum
  24930.     --enter statements to perform when no records are found such as...
  24931.     display dialog "Sorry, the item you selected could not be found."
  24932.     return
  24933. end try
  24934. Deletedq
  24935. Dev.CD Nov 99 TC
  24936. )D!All Packages
  24937. Tool Chest Edition
  24938. Apple Directions 1997I:Summary:  Apple Directions, The Developer Business Report.
  24939. Apple Directions 01/97
  24940. Apple Directions 02/97
  24941. Apple Directions 03/97
  24942. Apple Directions 04/97
  24943. Apple Directions 05/97.pdf
  24944. Apple Directions 06/97.pdf
  24945. Apple Directions 07/97.pdf
  24946. Apple Directions 08/97.pdf
  24947. Apple Directions 09/97.pdf
  24948. Apple Directions 10/97.pdf
  24949. Apple Directions 11/97.pdf
  24950. Feb 97L
  24951. Sep 97
  24952. All Packages
  24953. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  24954. Dev.CD Jan 94
  24955. Dev.CD Oct 93P(Dev.CD Apr 94
  24956. Dev.CD Jan 94
  24957. Dev.CD Oct 9V
  24958. 6769X
  24959. Apr 94
  24960. ~--set theItem to choose file -- uncomment to test in an AS editor
  24961.     tell application "Finder"
  24962.         open item "Dev.CD Apr 94
  24963. Dev.CD Jan 94
  24964. Dev.CD Oct 93"
  24965.         activate
  24966.     end tell
  24967. on error errMsg number errNum
  24968.     --enter statements to perform when no records are found such as...
  24969.     display dialog "Sorry, the item you selected could not be found."
  24970.     return
  24971. end try
  24972. All Packages
  24973. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  24974. Dev.CD Jan 94
  24975. Dev.CD Oct 93
  24976. Dev.CD Jul 93P6Dev.CD Apr 94
  24977. Dev.CD Jan 94
  24978. Dev.CD Oct 93
  24979. Dev.CD Jul 9V
  24980. 6770X
  24981. Apr 94
  24982. windows
  24983. wombat
  24984. workgroup
  24985. working
  24986. workstation
  24987. world
  24988. wrapper
  24989. writeswell
  24990. yellow
  24991. zanzibar
  24992. --set theItem to choose file -- uncomment to test in an AS editor
  24993.     tell application "Finder"
  24994.         open item "Dev.CD Apr 94
  24995. Dev.CD Jan 94
  24996. Dev.CD Oct 93
  24997. Dev.CD Jul 93
  24998. Dev.CD Apr 93"
  24999.         activate
  25000.     end tell
  25001. on error errMsg number errNum
  25002.     --enter statements to perform when no records are found such as...
  25003.     display dialog "Sorry, the item you selected could not be found."
  25004.     return
  25005. end try
  25006.     display dialog "Sorry, the item you selected could not be found."
  25007.     return
  25008. end try
  25009. e    No Changef
  25010. AltiVec
  25011. emulator
  25012. Dev.CD Feb 00 TC
  25013. [D!All Packages
  25014. Tool Chest Edition
  25015. Backlight ControlI
  25016. Summary: Backlight Control is a control panel for PowerBooks which can be used to maximize the battery power by turning off the backlight while the PowerBook is inactive for certain time.J-About Backlight Control 1.0
  25017. Backlight ControlK
  25018. Oct 92M    PowerBookOPDev.CD Feb 00 TC:Tool Chest:Hardware:Display & Video Hardware:Backlight Control:ge
  25019. Mar 99L
  25020. Sep 99N$Inside Mac, Inside Macintosh, Mac OSO3Dev.CD Dec 99 RL Disk 2:Technical Publications:mac:P8Dev.CD Dec 99 RL Disk 2
  25021.  - Technical Publications
  25022.  - macV
  25023. 6879X
  25024. Dec 99^    RL Disk 2
  25025. --set theItem to choose file -- uncomment to test in an AS editor
  25026.     tell application "Finder"
  25027.         open item "Dev.CD Dec 99 RL Disk 2:Technical Publications:mac:"
  25028.         activate
  25029.     end tell
  25030. on error errMsg number errNum
  25031.     --enter statements to perform when no records are found such as...
  25032.     display dialog "Sorry, the item you selected could not be found."
  25033.     return
  25034. end try
  25035. e    No Changef"Inside Mac
  25036. Inside Macintosh
  25037. Mac OSq
  25038. Dev.CD Dec 99 RL Disk 2
  25039. All Packages
  25040. F Technical Publications: Mac OS 8
  25041. 6880X
  25042. endorsement
  25043. endpoint
  25044. endpoints
  25045. enforces
  25046. engine
  25047. engineering
  25048. engineers
  25049. engines
  25050. b--set theItem to choose file -- uncomment to test in an AS editor
  25051.     tell application "Finder"
  25052.         open item "Dev.CD Jul 95"
  25053.         activate
  25054.     end tell
  25055. on error errMsg number errNum
  25056.     --enter statements to perform when no records are found such as...
  25057.     display dialog "Sorry, the item you selected could not be found."
  25058.     return
  25059. end try
  25060. selected could not be found."
  25061.     return
  25062. end try
  25063. DeletedfQRhapsody
  25064. Yellow Box Java APIs
  25065. OPENSTEP
  25066. Rhapsody Home pages
  25067. Rhapsody Release Notesq
  25068. Dev.CD Dec 99 RL
  25069. All Packages
  25070. F"Technical Publications: WebObjects
  25071. 5006X
  25072. ble:  Usually, when an INIT patches a trap, changing the INIT requires reinstalling the INIT in the Extensions folder and rebooting. This snippet demonstrates a technique which allows new INIT code to replace most of the old code without the developer having to reboot.
  25073. ReKeyTrans:  Shows how to use the Script Manager and KCHRs to call KeyTrans.
  25074. RequiredFinderColors:  Under system 7, the finder requies certain colors for the desktop icons to be displayed in their color versions. This snip
  25075. pet shows which colors are needed in the system color table.
  25076. ROMResourceDump 1.0d1:  This little utility copies all of the resources in the Macintosh's ROM into a file called "ROM Resource Dump File".  This is useful for the insanely curious, those with a professional "need to know" (like DTS engineers), and as a trivial Resource Manager sample.
  25077. Scrap Parsing:  An example of how to parse the scrap in memory.
  25078. SetIndString:  This C function takes the same parameters as GetIndString but do
  25079. O7Dev.CD Dec 99 RL Disk 1:Utilities:Acrobat Reader 4.0.1:P<Dev.CD Dec 99 RL Disk 1
  25080.  - Utilities
  25081.  - Acrobat Reader 4.0.1App 1.0.2
  25082. Summary: SimpleApp is a general utility for handling TEXT, PICT and movie editing. Its purpose is to demonstrate the human interface features with QuickTime
  25083.  and hold the basic functions of text editing and PICT viewing. There are no new features to v1.0.2, just some bug fixes.
  25084. Features:
  25085. Viewing, editing and saving text files.
  25086. Viewing picture files.
  25087. Viewing, editing and saving movie files.
  25088. Clipboard window supports TEXT,PICT and MooV.
  25089. Preference settings.
  25090. J'Sample PICT
  25091. SimpleApp
  25092. SimpleApp Read MeK
  25093. Aug 93MYAny Macintosh, running System 7.0 on up.  QuickTime
  25094.  1.0  or 1.5 needed but not required.O6Dev.CD Feb 00 TC:Tool Chest:QuickTime:SimpleApp 1.0.2:P>Dev.CD Feb 00 TC
  25095.  - Tool Chest
  25096.  - QuickTime
  25097.  - SimpleApp 1.0.2V
  25098. 4629X
  25099. Feb 00^
  25100. manual
  25101. changes
  25102. readme
  25103. alchemist
  25104. alerts
  25105. underneath
  25106. understand
  25107. understanding
  25108. understands
  25109. understood
  25110. undocumented
  25111. unexpected
  25112. unexpectedly
  25113. unfamiliar
  25114. unfortunately
  25115. unfriendly
  25116. unicode
  25117. unified
  25118. uniform
  25119. uninitiated
  25120. unique
  25121. nlimited
  25122. unload
  25123. unloaded
  25124. unloading
  25125. unlocked
  25126. unlocking
  25127. unmangling
  25128. unmodified
  25129. unmount/mount
  25130. unmounted/mounted
  25131. unmountprojector
  25132. unobtrusive
  25133. unofficial
  25134. unsupported
  25135. until
  25136. unusual
  25137. unwrapcommenttext
  25138. All Packages
  25139. PPC EnablerO
  25140. Dev.CD Jul 95P
  25141. Dev.CD Jul 9V
  25142. 6221X
  25143. Jul 95
  25144. b--set theItem to choose file -- uncomment to test in an AS editor
  25145.     tell application "Finder"
  25146.         open item "Dev.CD Jul 95"
  25147.         activate
  25148.     end tell
  25149. on error errMsg number errNum
  25150.     --enter statements to perform when no records are found such as...
  25151.     display dialog "Sorry, the item you selected could not be found."
  25152.     return
  25153. end try
  25154. All Packages
  25155. PPC EnablerO
  25156. Dev.CD Jul 95P
  25157. Dev.CD Jul 9V
  25158. 6222X
  25159. Jul 95
  25160. b--set theItem to choose file -- uncomment to test in an AS editor
  25161.     tell application "Finder"
  25162.         open item "Dev.CD Jul 95"
  25163.         activate
  25164.     end tell
  25165. on error errMsg number errNum
  25166.     --enter statements to perform when no records are found such as...
  25167.     display dialog "Sorry, the item you selected could not be found."
  25168.     return
  25169. end try
  25170. All Packages
  25171. PPC EnablerO
  25172. Dev.CD Jul 95P
  25173. Dev.CD Jul 9V
  25174. 6223X
  25175. Jul 95
  25176. simenel
  25177. similar
  25178. similarities
  25179. similarly
  25180. simone
  25181. simple
  25182. simple
  25183. sample
  25184. which
  25185. demonstrates
  25186. setdeskcpa
  25187. simpleapp
  25188. simplechooser
  25189. simpleinit
  25190. simpler
  25191. - uncomment to test in an AS editor
  25192.     tell application "Finder"
  25193.         open item "Dev.CD Feb 00 TC:Sample Code:"
  25194.         activate
  25195.     end tell
  25196. on error errMsg number errNum
  25197.     --enter statements to perform when no records are found such as...
  25198.     display dialog "Sorry, the item you selected could not be found."
  25199.     return
  25200. end try
  25201. e    No Changeq
  25202. Dev.CD Feb 00 TC
  25203. D!All Packages
  25204. Tool Chest Edition
  25205. Sample Code - QuickDraw GX
  25206. (** = new, * = revised)
  25207. IW-Half-Dither:  IW-Half-Dither is a new ImageWriter sample driver for QuickDraw GX that shows how to implement color plane separations as well as how to change the 'rdip' resource on the fly.  Requires QuickDraw GX and an ImageWriter with a color ribbon.
  25208. J'Sample Code.img
  25209. Windows Sample Code.imgK
  25210. May 97L
  25211. May 97O
  25212. Dev.CD Feb 00 TC:Sample Code:P
  25213. Dev.CD Feb 00 TC
  25214.  - Sample CodeV
  25215. 4600X
  25216. Feb 00^
  25217. #ndae
  25218. sendae
  25219. serial
  25220. overview
  25221. owner
  25222. owner's
  25223. ownership
  25224. ozone
  25225. pablo
  25226. package
  25227. package--opendoc
  25228. packages
  25229. packagetool
  25230. packagetool
  25231. application
  25232. illustrating
  25233. create
  25234. packaging
  25235. products
  25236. programQ
  25237. editor
  25238. resedit
  25239. editor
  25240. notes
  25241. samples
  25242. codewarrior
  25243. codewarrior
  25244. coerceprgeneral
  25245. coerceprgeneral
  25246. coercion
  25247. solves
  25248. where
  25249. sophisticated
  25250. sorting
  25251. sound
  25252. soundapp
  25253. sounds
  25254. soundsprocket
  25255. soundunit
  25256. source
  25257. provide
  25258. providing
  25259. public
  25260. publications
  25261. published
  25262. publisher
  25263. publishing
  25264. publishing
  25265. second
  25266. edition
  25267. punctuation
  25268. puntuation
  25269. purchase
  25270. purged
  25271. purpose
  25272. purposes
  25273. puzzle
  25274. puzzlers
  25275. qdgraphics
  25276. qtcanvas
  25277. quadra
  25278. quadras
  25279. quadratic
  25280. qualified
  25281. quality
  25282. quandary
  25283. quantities
  25284. quarter
  25285. queries
  25286. getkeys
  25287. getlastchange
  25288. getmfsize
  25289. getnextevent
  25290. getnextfond
  25291. getopen
  25292. getownergroup
  25293. getprocessinformatio
  25294. getresource
  25295. giving
  25296. glance
  25297. global
  25298. global-aware
  25299. globals
  25300. glossaries
  25301. glossary
  25302. glyphs
  25303. going
  25304. goodies
  25305. gotchas
  25306. gough
  25307. gourdol
  25308. grabber
  25309. grammatical
  25310. graphic
  25311. graphical
  25312. graphics
  25313. grayscale
  25314. great
  25315. greater
  25316. greatly
  25317. green
  25318. greenspon
  25319. griffith
  25320. group
  25321. groups
  25322. All Packages
  25323. Dev.CD Apr 95
  25324. Dev.CD Feb 95P
  25325. Dev.CD Apr 95
  25326. Dev.CD Feb 9V
  25327. 5394X
  25328. Apr 95
  25329. p--set theItem to choose file -- uncomment to test in an AS editor
  25330.     tell application "Finder"
  25331.         open item "Dev.CD Apr 95
  25332. Dev.CD Feb 95"
  25333.         activate
  25334.     end tell
  25335. on error errMsg number errNum
  25336.     --enter statements to perform when no records are found such as...
  25337.     display dialog "Sorry, the item you selected could not be found."
  25338.     return
  25339. end try
  25340. All Packages
  25341. Dev.CD Apr 95
  25342. Dev.CD Feb 95P
  25343. Dev.CD Apr 95
  25344. Dev.CD Feb 9V
  25345. 5395X
  25346. Apr 95
  25347. p--set theItem to choose file -- uncomment to test in an AS editor
  25348.     tell application "Finder"
  25349.         open item "Dev.CD Apr 95
  25350. Dev.CD Feb 95"
  25351.         activate
  25352.     end tell
  25353. on error errMsg number errNum
  25354.     --enter statements to perform when no records are found such as...
  25355.     display dialog "Sorry, the item you selected could not be found."
  25356.     return
  25357. end try
  25358. All Packages
  25359. 5396X
  25360. Aug 96
  25361. e--set theItem to choose file -- uncomment to test in an AS editor
  25362.     tell application "Finder"
  25363.         open item "Dev.CD Aug 96 TC"
  25364.         activate
  25365.     end tell
  25366. on error errMsg number errNum
  25367.     --enter statements to perform when no records are found such as...
  25368.     display dialog "Sorry, the item you selected could not be found."
  25369.     return
  25370. end try
  25371. All Packages
  25372. QuickDraw GXO
  25373. Dev.CD Aug 96 TCP
  25374. Dev.CD Aug 96 TV
  25375. 6337X
  25376. Aug 96
  25377. e--set theItem to choose file -- uncomment to test in an AS editor
  25378.     tell application "Finder"
  25379.         open item "Dev.CD Aug 96 TC"
  25380.         activate
  25381.     end tell
  25382. on error errMsg number errNum
  25383.     --enter statements to perform when no records are found such as...
  25384.     display dialog "Sorry, the item you selected could not be found."
  25385.     return
  25386. end try
  25387. All Packages
  25388. QuickDraw GXO
  25389. Dev.CD Aug 96 TCP
  25390. Dev.CD Aug 96 TV
  25391. 6338X
  25392. Aug 96
  25393. applemodemtool
  25394. applemrj
  25395. appletalk's
  25396. Dev.CD Apr 96 SSV
  25397. 5444X
  25398. Apr 96
  25399. f--set theItem to choose file -- uncomment to test in an AS editor
  25400.     tell application "Finder"
  25401.         open item "Dev.CD Apr 96 SSW"
  25402.         activate
  25403.     end tell
  25404. on error errMsg number errNum
  25405.     --enter statements to perform when no records are found such as...
  25406.     display dialog "Sorry, the item you selected could not be found."
  25407.     return
  25408. end try
  25409. All Packages
  25410. 7.5.2 (7200/9500)O
  25411. Dev.CD Apr 96 SSWP
  25412. Dev.CD Apr 96 SSV
  25413. 5445X
  25414. Apr 96
  25415. f--set theItem to choose file -- uncomment to test in an AS editor
  25416.     tell application "Finder"
  25417.         open item "Dev.CD Apr 96 SSW"
  25418.         activate
  25419.     end tell
  25420. on error errMsg number errNum
  25421.     --enter statements to perform when no records are found such as...
  25422.     display dialog "Sorry, the item you selected could not be found."
  25423.     return
  25424. end try
  25425. All Packages
  25426. 7.5.2 (7200/9500)O
  25427. Dev.CD Apr 96 SSWP
  25428. Dev.CD Apr 96 SSV
  25429. 5446X
  25430. Apr 96
  25431. j-1.1
  25432. Dev.CD Jan 96 SDKV
  25433. 5464X
  25434. Jan 96
  25435. g--set theItem to choose file -- uncomment to test in an AS editor
  25436.     tell application "Finder"
  25437.         open item "Dev.CD Jan 96 SDK2"
  25438.         activate
  25439.     end tell
  25440. on error errMsg number errNum
  25441.     --enter statements to perform when no records are found such as...
  25442.     display dialog "Sorry, the item you selected could not be found."
  25443.     return
  25444. end try
  25445. All Packages
  25446. 7.5.2 (7500/8500)O
  25447. Dev.CD Nov 95 TCP
  25448. Dev.CD Nov 95 TV
  25449. 5465X
  25450. Nov 95
  25451. e--set theItem to choose file -- uncomment to test in an AS editor
  25452.     tell application "Finder"
  25453.         open item "Dev.CD Nov 95 TC"
  25454.         activate
  25455.     end tell
  25456. on error errMsg number errNum
  25457.     --enter statements to perform when no records are found such as...
  25458.     display dialog "Sorry, the item you selected could not be found."
  25459.     return
  25460. end try
  25461. All Packages
  25462. 7.5.2 (7500/8500)O
  25463. Dev.CD Oct 95 SSWP
  25464. Dev.CD Oct 95 SSV
  25465. 5466X
  25466. Oct 95
  25467. madness
  25468. customers
  25469. customget
  25470. customgetfile
  25471. customgetfolder
  25472. customicon
  25473. tomizing
  25474. cutting
  25475. cvtccomments
  25476. cyberdog
  25477. cycle
  25478. cycles
  25479. cyrillic
  25480. cyrillic-based
  25481. cyrillique
  25482. da/application
  25483. damage
  25484. dangerously
  25485. daniel
  25486. darkening
  25487. dastardly
  25488. database
  25489. databases
  25490. datafork
  25491. datagram
  25492. dates
  25493. wisted jungle of the Power Macintosh. Please keep your head and arms inside at all times.
  25494. GRAPHICAL TRUFFLES: A Library for Traversing Paths by Daniel I. Lipton.  Parsing QuickDraw GX geometric shapes takes a bit of code, but it
  25495. s already been written for you.
  25496. THE VETERAN NEOPHYTE:  Your Friend the Drill Sergeant  by Dave Johnson.  Learning to shoot pool isn
  25497. t anything like learning to program computers. Right?
  25498. KON & BAL
  25499. S PUZZLE PAGE   QuickTime Quandary  by Konstantin Othmer and BruceFt Leak.  More Macintosh madness from the MacsBug mentors. There
  25500. s a possibility you might actually score on this one!
  25501. JEdevelop Issue 27:
  25502. develop Issue 27 code:
  25503. develop Issue 27 references:K
  25504. Sep 96L
  25505. Nov 96OIDev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 27:PQDev.CD Dec 99 RL Disk 1
  25506.  - Technical Documentation
  25507.  - Develop
  25508.  - develop Issue 27cal Documentation
  25509.  - Misc. Standards
  25510.  - BinHex 4.0V
  25511. 2128X
  25512. Dec 99^    RL Disk 1
  25513. e    No Change
  25514. 5890X
  25515. Dec 99^    RL Disk 1
  25516. --set theItem to choose file -- uncomment to test in an AS editor
  25517.     tell application "Finder"
  25518.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 27:"
  25519.         activate
  25520.     end tell
  25521. on error errMsg number errNum
  25522.     --enter statements to perform when no records are found such as...
  25523.     display dialog "Sorry, the item you selected could not be found."
  25524.     return
  25525. end try
  25526. e    No Changeq
  25527. Dev.CD Dec 99 RL Disk 1
  25528. All Packages
  25529. develop Issue 28
  25530. 5891X
  25531. te and remain intact until you chang
  25532. Summary: This is the electronic version of develop magazine.
  25533.  Issue 27 highlights:
  25534. The Speech Recognition Manager Revealed  by Matt Pallakoff and Arlo Reeves.
  25535. Adding Speech Recognition to an Application Framework  by Tim Monroe.
  25536. With these two articles, you
  25537. ll have your application recognizing speech in no time. The first is an introduction to the long-awaited API for speech recognition, and the second is an example of adding basic speech recognition capabilities to a PowerPlant applica
  25538. tion. Listen up!
  25539. Working With OpenDoc Part Kinds  by Tantek 
  25540. elik and Dave Curbow.  Part kinds are like file types, only more so, and the choices you make about which part kinds to support will have a profound effect on users
  25541.  experiences with your part editor.
  25542. Using Apple Guide 2.1 With OpenDoc  by Peter Commons.  Apple Guide 2.1 has been extended to work well in OpenDoc
  25543. s brave new world of compound documents and processes within processes. Here
  25544. s a look at the new features and how to 
  25545. Dev.CD Jan 96 SSV
  25546. 6256X
  25547. Jan 96
  25548. f--set theItem to choose file -- uncomment to test in an AS editor
  25549.     tell application "Finder"
  25550.         open item "Dev.CD Jan 96 SSW"
  25551.         activate
  25552.     end tell
  25553. on error errMsg number errNum
  25554.     --enter statements to perform when no records are found such as...
  25555.     display dialog "Sorry, the item you selected could not be found."
  25556.     return
  25557. end try
  25558. All Packages
  25559. QuickDraw 3DO
  25560. Dev.CD Jan 96 SSWP
  25561. Dev.CD Jan 96 SSV
  25562. 6257X
  25563. Jan 96
  25564. f--set theItem to choose file -- uncomment to test in an AS editor
  25565.     tell application "Finder"
  25566.         open item "Dev.CD Jan 96 SSW"
  25567.         activate
  25568.     end tell
  25569. on error errMsg number errNum
  25570.     --enter statements to perform when no records are found such as...
  25571.     display dialog "Sorry, the item you selected could not be found."
  25572.     return
  25573. end try
  25574. All Packages
  25575. QuickDraw 3DO
  25576. Dev.CD Jan 96 SSWP
  25577. Dev.CD Jan 96 SSV
  25578. 6258X
  25579. Jan 96
  25580. management
  25581. take advantage of them.
  25582. Mac OS 8 Assistants in System 7 Applications  by Jos
  25583.  Arcellana and Arno Gourdol.  Assistants will provide interview-based help in Mac OS 8, guiding users through complex tasks. This article gives some tips on designing an assistant and shows how you can implement one now, under System 7.
  25584. Game Controls for QuickDraw 3D  by Philip McBride.  First-person 3D applications, whether games or 3D modeling systems, need to constantly move the camera to reflect the changing
  25585.  point of view of the player. You too can inflict vertigo on your users.
  25586. PRINT HINTS:  The All-New LaserWriter Driver Version 8.4  by Dave Polaschek.  The new version of the LaserWriter driver is way different. Will your application break?
  25587. THE OPENDOC ROAD: Facilitating Part Editor Unloading by Vincent Lo.  Part editors are unloaded automatically when they
  25588. re not needed, but your editor can help.
  25589. BALANCE OF POWER: Stalking the Wild Defect by Dave Evans.  A tour through the dangerously t
  25590. Dev.CD Oct 96 SSV
  25591. 5549X
  25592. Oct 96
  25593. f--set theItem to choose file -- uncomment to test in an AS editor
  25594.     tell application "Finder"
  25595.         open item "Dev.CD Oct 96 SSW"
  25596.         activate
  25597.     end tell
  25598. on error errMsg number errNum
  25599.     --enter statements to perform when no records are found such as...
  25600.     display dialog "Sorry, the item you selected could not be found."
  25601.     return
  25602. end try
  25603. All Packages
  25604. 7.5.3 (5400)O
  25605. Dev.CD Oct 96 SSWP
  25606. Dev.CD Oct 96 SSV
  25607. 5550X
  25608. Oct 96
  25609. f--set theItem to choose file -- uncomment to test in an AS editor
  25610.     tell application "Finder"
  25611.         open item "Dev.CD Oct 96 SSW"
  25612.         activate
  25613.     end tell
  25614. on error errMsg number errNum
  25615.     --enter statements to perform when no records are found such as...
  25616.     display dialog "Sorry, the item you selected could not be found."
  25617.     return
  25618. end try
  25619. All Packages
  25620. 7.5.3 (5400)O
  25621. Dev.CD Oct 96 SSWP
  25622. Dev.CD Oct 96 SSV
  25623. 5551X
  25624. Oct 96
  25625. overall
  25626. override
  25627. PVDev.CD Dec 99 RL Disk 1
  25628.  - What's New
  25629.  - Sample Code
  25630.  - Text
  25631.  - TypeServicesForUnicodeitMask traps.  It can be used as a learning tool which allows the user to experiment which various combinations of input to QuickDraw's bit manipulation routines.JbCopyBits Application
  25632. CopyBits.make
  25633. LibHeaders
  25634. LibObject
  25635. ObjectCode
  25636. Resources
  25637. Scrapbook File
  25638. SourceK
  25639. Vol VL
  25640. Vol VIIIM
  25641. 7.0O3Dev.CD Feb 00 TC:Tool Chest:QuickDraw:Bitblitz 1.0:P;Dev.CD Feb 00 TC
  25642.  - Tool Chest
  25643.  - QuickDraw
  25644.  - Bitblitz 1.0V
  25645. 2129X
  25646. Feb 00^
  25647. --set theItem to choose file -- uncomment to test in an AS editor
  25648.     tell application "Finder"
  25649.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickDraw:Bitblitz 1.0:"
  25650.         activate
  25651.     end tell
  25652. on error errMsg number errNum
  25653.     --enter statements to perform when no records are found such as...
  25654.     display dialog "Sorry, the item you selected could not be found."
  25655.     return
  25656. end try
  25657. e    No Changeq
  25658. Dev.CD Feb 00 TC
  25659. aD!All Packages
  25660. Tool Chest Edition
  25661. F    Blat dcmd
  25662. particular
  25663. particularly
  25664. parties
  25665. partition
  25666. partitions
  25667. partners
  25668. partnership
  25669. partnerships
  25670. parts
  25671. pasmatit
  25672. passed
  25673. passing
  25674. passphrases
  25675. password
  25676. passwords
  25677. paste
  25678. patch
  25679. patches
  25680. patching
  25681. patching
  25682. service
  25683. routines
  25684. pathname
  25685. pathnames
  25686. paths
  25687. patrick
  25688. pattern
  25689. patterns
  25690. payoff
  25691. pbcatsearch
  25692. pci-based
  25693. pci-the
  25694. pcmcia
  25695. peering
  25696. pending
  25697. penetrate
  25698. pentium
  25699. people
  25700. owcheckout
  25701. cannot
  25702. capabilities
  25703. capability
  25704. capable
  25705. capacity
  25706. capitalize
  25707. capped
  25708. capture
  25709. carbon
  25710. carbon-compliant
  25711. carbonlib
  25712. carbonlib1.0
  25713. agement
  25714. Deletedq
  25715. Dev.CD Jun 97 SSW
  25716. All Packages
  25717. Apple Event Registry & SuitesIySummary: This folder contains the Apple Event Registry and information about Apple Event Suites from the AppleScript SDK.J
  25718. Apple Event Registry:
  25719. Apple Event Registry Errata v3:
  25720. AppleScript Suite:
  25721. Database Suite:
  25722. Mail Suite 1.0:
  25723. Suites Under Development:
  25724. Telephony Suite:K
  25725. Feb 92L
  25726. Apr 93M
  25727. Adobe Acrobat Reader.N
  25728. AE, Apple Events, AppleEventsOcDev.CD Dec 99 RL Disk 1:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:PkDev.CD Dec 99 RL Disk 1
  25729.  - Technical Documentation
  25730.  - Apple Event Registry & Suites
  25731.  - Apple Event RegistryV
  25732. 5746X
  25733. Dec 99^    RL Disk 1
  25734. e    No Change
  25735. ttached to the Mac via ADB.
  25736. Features methods for:  building a system extension; using the ADB API; "patching" ADB service routines;  building, installing, and using a driver; and mapping physical key codes to virtual key codes.
  25737. AsyncDriverSample 1.0b4:  This sample shows how to write a fully asynchronous block device d
  25738. developed
  25739. developer
  25740. developer
  25741. documentation
  25742. developer's
  25743. developers
  25744. ionaries
  25745. dictionary
  25746. dierks
  25747. david
  25748. davidson
  25749. day-to-day
  25750. daylight
  25751. daystar
  25752. dboxproc
  25753. dcmds
  25754. de-allocated
  25755. de-blessing
  25756. deactivating
  25757. debug
  25758. debugger
  25759. debuggers
  25760. debugging
  25761. december
  25762. december
  25763. apple
  25764. directions
  25765. articles
  25766. decide
  25767. declaration
  25768. decodes
  25769. decoding
  25770. decompiling
  25771. decompress
  25772. decompression
  25773. deeds
  25774. default
  25775. defect
  25776. define
  25777. defined
  25778. defining
  25779. definition
  25780. definitions
  25781. definitive
  25782.  OTDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTtoJavaImage:PbDev.CD Feb 00 TC
  25783.  - What's New?
  25784.  - Sample Code
  25785.  - QuickTime
  25786.  - QuickTime for Java
  25787.  - QTtoJavaImageV
  25788. 6247X
  25789. Feb 00^
  25790. --set theItem to choose file -- uncomment to test in an AS editor
  25791.     tell application "Finder"
  25792.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTtoJavaImage:"
  25793.         activate
  25794.     end tell
  25795. on error errMsg number errNum
  25796.     --enter statements to perform when no records are found such as...
  25797.     display dialog "Sorry, the item you selected could not be found."
  25798.     return
  25799. end try
  25800. New Packagef
  25801. QuickTime
  25802. Dev.CD Feb 00 TC
  25803. All Packages
  25804. QuickDraw 3DO
  25805. Dev.CD Jan 96 SSWP
  25806. Dev.CD Jan 96 SSV
  25807. 6248X
  25808. Jan 96
  25809. sedit
  25810. reserved
  25811. reset
  25812. resets
  25813. reside
  25814. resident
  25815. resizable
  25816. ORDev.CD Feb 00 TC:Tool Chest:Interapplication Communication:AE Sample Applications:PZDev.CD Feb 00 TC
  25817.  - Tool Chest
  25818.  - Interapplication Communication
  25819.  - AE Sample ApplicationsV
  25820. 5728X
  25821. Feb 00^
  25822. --set theItem to choose file -- uncomment to test in an AS editor
  25823.     tell application "Finder"
  25824.         open item "Dev.CD Feb 00 TC:Tool Chest:Interapplication Communication:AE Sample Applications:"
  25825.         activate
  25826.     end tell
  25827. on error errMsg number errNum
  25828.     --enter statements to perform when no records are found such as...
  25829.     display dialog "Sorry, the item you selected could not be found."
  25830.     return
  25831. end try
  25832. e    No Changef5AppleScript
  25833. Apple events
  25834. recordable
  25835. scriptable
  25836. scriptq
  25837. Dev.CD Feb 00 TC
  25838. D!All Packages
  25839. Tool Chest Edition
  25840. AE Tools
  25841.     iables in drivers and code resources.  It uses a description file and it shows the values of your variables in a scrolling window.
  25842. Parameters.imgK
  25843. Vol IVL
  25844. Vol VIIO;Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Parameters:ge
  25845. specifiers
  25846. specifies
  25847. specify
  25848. specifying
  25849. speech
  25850. speed
  25851. speed-critical
  25852. speeding
  25853. speeds
  25854. spellcheck
  25855. spellchecking
  25856. speller
  25857. spelling
  25858. spells
  25859. spellswell
  25860. spend
  25861. sphere
  25862. splash
  25863. splasher
  25864. split
  25865. sponsored
  25866. spool
  25867. spooled
  25868. spooler
  25869. spoolers
  25870. spooling
  25871. sports
  25872. spots
  25873. spreadsheet
  25874. spreadsheets
  25875. sprite
  25876. sprites
  25877. sprocket
  25878. sprocketinvaders
  25879. sprocketinvaders
  25880. featured
  25881. specfically
  25882. built
  25883. sprockets
  25884. stack
  25885. fileinfo
  25886. filemaker
  25887. filename
  25888. filenames
  25889. files
  25890. le the scroll thumb can be used in this situation, it is less than ideal because the user cannot see the result of the scrolltion regarding the German market as well as information pertaining to sales and marketing practices in Germany. You will also find an address list and a reading list to assist you in researching your more specific questions easily.
  25891. Business Opp's - GermanyK
  25892. Aug 95OCDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:ge
  25893. ARPerations.c
  25894. ARPerations.h
  25895. ARPSample.68K
  25896. ARPSample.68K.
  25897. ARPSample.PPC
  25898. ARPSamplePPC.
  25899. ARPSampleShell.c
  25900. Metrowerks Build Script
  25901. OTARPModule.h
  25902. Read Me About ARP SampleK
  25903. Jun 98M
  25904. Open Transport 1.1.1 or higherN.Open Transport, ARP, cache, add, delete, queryOCDev.CD Jun 98 RL1:What's New:Sample Code:Networking:ARPSample1.0b1:PNDev.CD Jun 98 RL1
  25905.  - What's New
  25906.  - Sample Code
  25907.  - Networking
  25908.  - ARPSample1.0b1V
  25909. 5782X
  25910. Jun 98^
  25911. --set theItem to choose file -- uncomment to test in an AS editor
  25912.     tell application "Finder"
  25913.         open item "Dev.CD Jun 98 RL1:What's New:Sample Code:Networking:ARPSample1.0b1:"
  25914.         activate
  25915.     end tell
  25916. on error errMsg number errNum
  25917.     --enter statements to perform when no records are found such as...
  25918.     display dialog "Sorry, the item you selected could not be found."
  25919.     return
  25920. end try
  25921. e    No Changef)Open Transport
  25922. cache
  25923. delete
  25924. queryq
  25925. Dev.CD Jun 98 RL1
  25926. PD!All Packages
  25927. Tool Chest Edition
  25928. Asia Market GuideV
  25929. --set theItem to choose file -- uncomment to test in an AS editor
  25930.     tell application "Finder"
  25931.         open item "Dev.CD Apr 94
  25932. Dev.CD Jan 94
  25933. Dev.CD Oct 93
  25934. Dev.CD Jul 93"
  25935.         activate
  25936.     end tell
  25937. on error errMsg number errNum
  25938.     --enter statements to perform when no records are found such as...
  25939.     display dialog "Sorry, the item you selected could not be found."
  25940.     return
  25941. end try
  25942. nching
  25943. document-wide
  25944. document/file/applic
  25945. documentation
  25946. documentation
  25947. topics
  25948. include
  25949. docviewer
  25950. --set theItem to choose file -- uncomment to test in an AS editor
  25951.     tell application "Finder"
  25952.         open item "Dev.CD May 97 TC
  25953. Dev.CD Nov 96 TC
  25954. Dev.CD Aug 96 TC"
  25955.         activate
  25956.     end tell
  25957. on error errMsg number errNum
  25958.     --enter statements to perform when no records are found such as...
  25959.     display dialog "Sorry, the item you selected could not be found."
  25960.     return
  25961. end try
  25962. cted could not be found."
  25963.     return
  25964. end try
  25965. All Packages
  25966. QuickDraw GXO
  25967. Dev.CD Aug 96 TCP
  25968. Dev.CD Aug 96 TV
  25969. 4460X
  25970. Aug 96
  25971. e--set theItem to choose file -- uncomment to test in an AS editor
  25972.     tell application "Finder"
  25973.         open item "Dev.CD Aug 96 TC"
  25974.         activate
  25975.     end tell
  25976. on error errMsg number errNum
  25977.     --enter statements to perform when no records are found such as...
  25978.     display dialog "Sorry, the item you selected could not be found."
  25979.     return
  25980. end try
  25981. All Packages
  25982. QuickDraw GXO
  25983. Dev.CD Aug 96 TCP
  25984. Dev.CD Aug 96 TV
  25985. 4461X
  25986. All Packages
  25987. 6.0.5O
  25988. Dev.CD Vol. VII
  25989. Dev CD Vol. VP
  25990. Dev.CD Vol. VII
  25991. Dev CD Vol. V
  25992. 5146X
  25993. Vol. V
  25994. r--set theItem to choose file -- uncomment to test in an AS editor
  25995.     tell application "Finder"
  25996.         open item "Dev.CD Vol. VII
  25997. Dev CD Vol. V"
  25998.         activate
  25999.     end tell
  26000. on error errMsg number errNum
  26001.     --enter statements to perform when no records are found such as...
  26002.     display dialog "Sorry, the item you selected could not be found."
  26003.     return
  26004. end try
  26005. All Packages
  26006. 6.0.5O,Dev.CD Vol. VII
  26007. Dev CD Vol. V
  26008. Dev CD Vol. IVP+Dev.CD Vol. VII
  26009. Dev CD Vol. V
  26010. Dev CD Vol. IV
  26011. 5147X
  26012. Vol. V
  26013. cfm-68k
  26014. cfm-68k
  26015. chinese
  26016. chinese
  26017. dictation
  26018. chinese
  26019. dictation
  26020. chinese
  26021. handwriting
  26022. chinese
  26023. handwriting
  26024. chinese
  26025. language
  26026. driver
  26027. emulator
  26028. YSummary:  This package provides something of a replacement for GetKeys by maintaining a key map reflecting the state of each keyboard attached to the Mac via ADB.
  26029.  building a system extension
  26030.  using the ADB API
  26031.  "patching" ADB service routines
  26032.  building, installing, and using a driver
  26033.  mapping physical key codes to virtual key codes
  26034. J'Sample Code.img
  26035. Windows Sample Code.imgK
  26036. Nov 95L
  26037. May 97M
  26038. anything later than a Mac SEN
  26039. keyboard map adbO
  26040. Dev.CD Feb 00 TC:Sample Code:P
  26041. Dev.CD Feb 00 TC
  26042.  - Sample Codeh a serial cable if you want to see it in action.  Or just look at the code to see how things ought to be done.
  26043. Play:  With this program on your hard disk; you can double click on a track on an Audio CD and the CD SC drive will start playing the audio track and will continue until the end of the disk
  26044. ReadSector MSDOS:  This snippet shows how to read and write physical sectors on MS-DOS floppies within your application (as Apple File Exchange does), rather than wr
  26045. 6206X
  26046. Apr 95
  26047. b--set theItem to choose file -- uncomment to test in an AS editor
  26048.     tell application "Finder"
  26049.         open item "Dev.CD Apr 95"
  26050.         activate
  26051.     end tell
  26052. on error errMsg number errNum
  26053.     --enter statements to perform when no records are found such as...
  26054.     display dialog "Sorry, the item you selected could not be found."
  26055.     return
  26056. end try
  26057. All Packages
  26058. F    PowerTalkO
  26059. Dev.CD Apr 95P
  26060. Dev.CD Apr 9V
  26061. 6207X
  26062. Apr 95
  26063. b--set theItem to choose file -- uncomment to test in an AS editor
  26064.     tell application "Finder"
  26065.         open item "Dev.CD Apr 95"
  26066.         activate
  26067.     end tell
  26068. on error errMsg number errNum
  26069.     --enter statements to perform when no records are found such as...
  26070.     display dialog "Sorry, the item you selected could not be found."
  26071.     return
  26072. end try
  26073. All Packages
  26074. PowerTalk (PPC)O
  26075. Dev.CD Oct 94P
  26076. Dev.CD Oct 9V
  26077. 6208X
  26078. Oct 94
  26079. 6241X
  26080. Feb 00^
  26081. --set theItem to choose file -- uncomment to test in an AS editor
  26082.     tell application "Finder"
  26083.         open item "Dev.CD Feb 00 TC:Tool Chest:QuickDraw GX:QDGX Spooler Patch 1.0.2:"
  26084.         activate
  26085.     end tell
  26086. on error errMsg number errNum
  26087.     --enter statements to perform when no records are found such as...
  26088.     display dialog "Sorry, the item you selected could not be found."
  26089.     return
  26090. end try
  26091. e    No Changef:QuickDraw GX spooler print patch AppleShare Novell Netwareq
  26092. Dev.CD Feb 00 TC
  26093. D.All Packages
  26094. Tool Chest Edition
  26095. New & RevisedF    QTEffectsI
  26096. This demo program shows how to use QuickTime's visual effects architecture as applied to two source images. The effects are applied in realtime - controlled by the user settings in the window.J2ef.bat
  26097. PlayQTEffectApp.zip
  26098. QTEffect
  26099. README.txt
  26100. Feb 00
  26101. :Sample Code:QuickTime:QuickTime for Java:QTEffects:V
  26102. 6242X
  26103. New Package
  26104. world
  26105. wrapper
  26106. zanzibar
  26107. Jun 97
  26108. f--set theItem to choose file -- uncomment to test in an AS editor
  26109.     tell application "Finder"
  26110.         open item "Dev.CD Jun 97 SSW"
  26111.         activate
  26112.     end tell
  26113. on error errMsg number errNum
  26114.     --enter statements to perform when no records are found such as...
  26115.     display dialog "Sorry, the item you selected could not be found."
  26116.     return
  26117. end try
  26118. All Packages
  26119. F    QuickTimeO
  26120. Dev.CD Jun 97 SSWP
  26121. Dev.CD Jun 97 SSV
  26122. 6437X
  26123. Jun 97
  26124. f--set theItem to choose file -- uncomment to test in an AS editor
  26125.     tell application "Finder"
  26126.         open item "Dev.CD Jun 97 SSW"
  26127.         activate
  26128.     end tell
  26129. on error errMsg number errNum
  26130.     --enter statements to perform when no records are found such as...
  26131.     display dialog "Sorry, the item you selected could not be found."
  26132.     return
  26133. end try
  26134. All Packages
  26135. F    QuickTimeO
  26136. Dev.CD Jun 97 SSWP
  26137. Dev.CD Jun 97 SSV
  26138. 6438X
  26139. Jun 97
  26140. hand-coded
  26141. hand-tweak
  26142. handbook
  26143. handed
  26144. handle
  26145. handle's
  26146. handle-based
  26147. handler
  26148. serialshimlib
  26149. series
  26150. server
  26151. server
  26152. controls
  26153. server
  26154. developer
  26155. servers
  26156. services
  26157. setdefaultdtp
  26158. setdeskcpat
  26159. setting
  26160. setup
  26161. shared
  26162. shared
  26163. volumes
  26164. sharing
  26165. sherlock
  26166. showicon
  26167. showinit
  26168. signature
  26169. signing
  26170. simpletext
  26171. simplified
  26172. single-link
  26173. spooler
  26174. patch
  26175. gxenvironment
  26176. headers
  26177. libraries
  26178. helloworld
  26179. helloworld
  26180. helper
  26181. helplab
  26182. higuidelines
  26183. provides the function BuildGLFromWindow and DestroyGLFromWindow to handle cases where you want to setup OpenGL on a preexisting window.  Ensure you call the DestroyGLFromWindow to destroy the context.
  26184. - PauseGL and ResumeGL are provided to allow the user control over the screen.  Suppose you wish to draw a movie in the same window as OpenGL is using, just call PauseGL, play your movie and then ResumeGL when finished to start drawing your OpenGL scene again.
  26185. Descriptions of the operation 
  26186. of the major functions and the structures can be found in the SetupGL.h header file.
  26187. The include test application shows the basic use of SetupGL by building a context and letting the user control the specifications on the fly, rebuilding the context when the request changes.  This code also demonstrates the use of aglFonts, providing reusable font drawing routines.
  26188. Note: Some of the access paths will have to reset to point to the location of the OpenGL SDK on your local system.
  26189. Feb 00
  26190. All Packages
  26191. Dev.CD Jan 99 SSWP
  26192. Dev.CD Jan 99 SSV
  26193. 5677X
  26194. Jan 99
  26195. f--set theItem to choose file -- uncomment to test in an AS editor
  26196.     tell application "Finder"
  26197.         open item "Dev.CD Jan 99 SSW"
  26198.         activate
  26199.     end tell
  26200. on error errMsg number errNum
  26201.     --enter statements to perform when no records are found such as...
  26202.     display dialog "Sorry, the item you selected could not be found."
  26203.     return
  26204. end try
  26205. All Packages
  26206. 8.5.1O
  26207. Dev.CD Apr 99 SSWP
  26208. Dev.CD Apr 99 SSV
  26209. 5678X
  26210. Apr 99
  26211. f--set theItem to choose file -- uncomment to test in an AS editor
  26212.     tell application "Finder"
  26213.         open item "Dev.CD Apr 99 SSW"
  26214.         activate
  26215.     end tell
  26216. on error errMsg number errNum
  26217.     --enter statements to perform when no records are found such as...
  26218.     display dialog "Sorry, the item you selected could not be found."
  26219.     return
  26220. end try
  26221. All Packages
  26222. 8.5.1O
  26223. Dev.CD Apr 99 SSWP
  26224. Dev.CD Apr 99 SSV
  26225. 5679X
  26226. Apr 99
  26227. --set theItem to choose file -- uncomment to test in an AS editor
  26228.     tell application "Finder"
  26229.         open item "Dev.CD Apr 94
  26230. Dev.CD Jan 94
  26231. Dev.CD Oct 93
  26232. Dev.CD Jul 93"
  26233.         activate
  26234.     end tell
  26235. on error errMsg number errNum
  26236.     --enter statements to perform when no records are found such as...
  26237.     display dialog "Sorry, the item you selected could not be found."
  26238.     return
  26239. end try
  26240. 01730-0108
  26241. 01760
  26242. 1-12/96
  26243. 1-bit
  26244. 5758X
  26245. Feb 00^
  26246. --set theItem to choose file -- uncomment to test in an AS editor
  26247.     tell application "Finder"
  26248.         open item "Dev.CD Feb 00 TC:Tool Chest:Developer Utilities:Apple Sys Profiler 1.3.1:"
  26249.         activate
  26250.     end tell
  26251. on error errMsg number errNum
  26252.     --enter statements to perform when no records are found such as...
  26253.     display dialog "Sorry, the item you selected could not be found."
  26254.     return
  26255. end try
  26256. e    No Changef
  26257. Profiler
  26258. Apple Systemq
  26259. Dev.CD Feb 00 TC
  26260. 8D!All Packages
  26261. Tool Chest Edition
  26262. AppleGlot 2.3
  26263.     on "Finder"
  26264.         open item "Dev.CD Jun 97 SSW"
  26265.         activate
  26266.     end tell
  26267. on error errMsg number errNum
  26268.     --enter statements to perform when no records are found such as...
  26269.     display dialog "Sorry, the item you selected could not be found."
  26270.     return
  26271. end try
  26272. All Packages
  26273. F    QuickTimeO
  26274. Dev.CD Jun 97 SSWP
  26275. Dev.CD Jun 97 SSV
  26276. 4563X
  26277. Jun 97
  26278. headaches
  26279. header
  26280. header
  26281. files
  26282. headers
  26283. heading
  26284. heads
  26285. health
  26286. heaps
  26287. heart
  26288. heartbeat
  26289. heavily
  26290. hebreu
  26291. hebrew
  26292. hecht
  26293. hedging
  26294. height
  26295. heralds
  26296. here's
  26297. hersey
  26298. hewlett-packard
  26299. eUpdate from Mac OS Easy Open SDK to Translation Manager SDK to reflect the move from standalone product to System service. 
  26300. Contains a new example Translation Extension component which demonstrates correct packaging of 68K and PowerPC code.
  26301. Contains a copy of Mac OS Tech Note 1004 which describes proper packaging of components with 68K and PowerPC code.
  26302. JU Readme - Translation Mgr SDK
  26303. (Obsolete)
  26304. Document Converter
  26305. Documentation
  26306. Sample CodeK
  26307. Aug 98M
  26308. Code Warrior Pro 2 -or- ETO
  26309. 23N+easy open, translation manager, translationO?Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Translation Manager:PGDev.CD Jan 00 SDK1
  26310.  - Development Kits
  26311.  - Mac OS
  26312.  - Translation Managerest-v3-009
  26313. csmp-digest-v3-010
  26314. csmp-digest-v3-011
  26315. csmp-digest-v3-012
  26316. csmp-digest-v3-013
  26317. csmp-digest-v3-014
  26318. csmp-digest-v3-015
  26319. csmp-digest-v3-016
  26320. csmp-digest-v3-017
  26321. csmp-digest-v3-018
  26322. csmp-digest-v3-019
  26323. csmp-digest-v3-020
  26324. csmp-digest-v3-021
  26325. csmp-digest-v3-022
  26326. csmp-digest-v3-023
  26327. csmp-digest-v
  26328. Jun 94L
  26329. Aug 96
  26330. taking
  26331. tanaka
  26332. tantek
  26333. target
  26334. targeting
  26335. targets
  26336. tasks
  26337. tcp/ip
  26338. technical
  26339. technically
  26340. technique
  26341. techniques
  26342. technological
  26343. technologies
  26344. technology
  26345. technote
  26346. tells
  26347. template
  26348. templates
  26349. temporal
  26350. temporarily
  26351. tensor
  26352. terminal
  26353. terminology
  26354. terms
  26355. ternasky
  26356. tested
  26357. testing
  26358. text-handling
  26359. shadingwinds
  26360. shadow
  26361. shadows
  26362. shannon
  26363. shape
  26364. shapes
  26365. sharable
  26366. share
  26367. shared
  26368. sharedlibs
  26369. shareware
  26370. sharing
  26371. sharks
  26372. sharp
  26373. sharware
  26374. sheet
  26375. sheets
  26376. shell
  26377. shelves
  26378. sherlock
  26379. sherlock's
  26380. shift
  26381. shift-command
  26382. shimmermate
  26383. outstanding
  26384. ovals
  26385. overW
  26386. over-represented
  26387. overall
  26388. overcome
  26389. overhead
  26390. override
  26391. csmp-digest-v3-068
  26392. csmp-digest-v3-069
  26393. csmp-digest-v3-070
  26394. csmp-digest-v3-071
  26395. csmp-digest-v3-072
  26396. csmp-digest-v3-073
  26397. csmp-digest-v3-074
  26398. csmp-digest-v3-075
  26399. csmp-digest-v
  26400. Summary: This is the electronic version of develop magazine.
  26401.  Issue 28 highlights:
  26402. Coding Your Object Model for Advanced Scriptability by Ron Reuter.  Basic support for an Apple event object model isn
  26403. t too tough, but supporting more complex scripts takes some planning, and can trip you up in subtle ways if you
  26404. re not careful. This advice will help you out.
  26405. New QuickDraw 3D Geometries by Philip J. Schneider.  QuickDraw 3D 1.5 includes several useful new geometric primitives. This artic
  26406. le introduces the new primitives and discusses the differences among the various polyhedral primitives, both new and old.
  26407. QuickDraw GX Line Layout: Bending the Rules by Daniel I. Lipton.  The typographic capabilities of QuickDraw GX are without peer, but until now drawing that beautiful text along an arbitrary path took a concerted effort. Here
  26408. s a library that makes it easy to do.
  26409. MacApp Debugging Aids by Conrad Kopala.  Programming with a framework saves time and effort, but debugging 
  26410. 5891X
  26411. Dec 99^    RL Disk 1
  26412. --set theItem to choose file -- uncomment to test in an AS editor
  26413.     tell application "Finder"
  26414.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 28:"
  26415.         activate
  26416.     end tell
  26417. on error errMsg number errNum
  26418.     --enter statements to perform when no records are found such as...
  26419.     display dialog "Sorry, the item you selected could not be found."
  26420.     return
  26421. end try
  26422. e    No Changeq
  26423. Dev.CD Dec 99 RL Disk 1
  26424. All Packages
  26425. develop Issue 29
  26426. 5892X
  26427. All Packages
  26428. 7.5.2 (7200/9500)O
  26429. Dev.CD Oct 95 SSWP
  26430. Dev.CD Oct 95 SSV
  26431. 5432X
  26432. Oct 95
  26433. f--set theItem to choose file -- uncomment to test in an AS editor
  26434.     tell application "Finder"
  26435.         open item "Dev.CD Oct 95 SSW"
  26436.         activate
  26437.     end tell
  26438. on error errMsg number errNum
  26439.     --enter statements to perform when no records are found such as...
  26440.     display dialog "Sorry, the item you selected could not be found."
  26441.     return
  26442. end try
  26443. All Packages
  26444. 7.5.2 (7200/9500)O
  26445. Dev.CD Oct 95 SSWP
  26446. Dev.CD Oct 95 SSV
  26447. 5433X
  26448. Oct 95
  26449. f--set theItem to choose file -- uncomment to test in an AS editor
  26450.     tell application "Finder"
  26451.         open item "Dev.CD Oct 95 SSW"
  26452.         activate
  26453.     end tell
  26454. on error errMsg number errNum
  26455.     --enter statements to perform when no records are found such as...
  26456.     display dialog "Sorry, the item you selected could not be found."
  26457.     return
  26458. end try
  26459. All Packages
  26460. 7.5.2 (7200/9500)O
  26461. Dev.CD Oct 95 SSWV
  26462. 5434X
  26463. Dev.CD Jan 95
  26464. Dev.CD Jul 94P
  26465. Dev.CD Jan 95
  26466. Dev.CD Jul 9V
  26467. 5348X
  26468. Jan 95
  26469. p--set theItem to choose file -- uncomment to test in an AS editor
  26470.     tell application "Finder"
  26471.         open item "Dev.CD Jan 95
  26472. Dev.CD Jul 94"
  26473.         activate
  26474.     end tell
  26475. on error errMsg number errNum
  26476.     --enter statements to perform when no records are found such as...
  26477.     display dialog "Sorry, the item you selected could not be found."
  26478.     return
  26479. end try
  26480. All Packages
  26481. 7.1.2O
  26482. Dev.CD Jan 95
  26483. Dev.CD Jul 94P
  26484. Dev.CD Jan 95
  26485. Dev.CD Jul 9V
  26486. 5349X
  26487. Jan 95
  26488. p--set theItem to choose file -- uncomment to test in an AS editor
  26489.     tell application "Finder"
  26490.         open item "Dev.CD Jan 95
  26491. Dev.CD Jul 94"
  26492.         activate
  26493.     end tell
  26494. on error errMsg number errNum
  26495.     --enter statements to perform when no records are found such as...
  26496.     display dialog "Sorry, the item you selected could not be found."
  26497.     return
  26498. end try
  26499. All Packages
  26500. 7.1.2V
  26501. 5350X
  26502. apple
  26503. apple
  26504. detectors
  26505. apple
  26506. developer
  26507. apple
  26508. event
  26509. apple
  26510. event
  26511. folder
  26512. actions
  26513. apple
  26514. event
  26515. server
  26516. apple
  26517. events
  26518. apple
  26519. events
  26520. spell
  26521. grammar
  26522. writeswell
  26523. spellswell
  26524. working
  26525. apple
  26526. guide
  26527. apple
  26528. apple
  26529. media
  26530. conference
  26531. apple
  26532. apple
  26533. apple
  26534. servers
  26535. apple
  26536. shared
  26537. library
  26538. manager
  26539. apple
  26540. system
  26541. exchange
  26542. exchange
  26543. framework
  26544. function
  26545. function
  26546. gateway
  26547. hardware
  26548. hypercard
  26549. index
  26550. gateway
  26551. keyboard
  26552. keyboard
  26553. macapp
  26554. macintosh
  26555. macintosh
  26556. coprocessor
  26557. platform
  26558. macsbug
  26559. manager
  26560. missQ
  26561. network
  26562. network
  26563. software
  26564. object-oriented
  26565. what's
  26566. what's
  26567. bbedit
  26568. what's
  26569. 1.5.1
  26570. what's
  26571. package
  26572. what's
  26573. difference
  26574. whats
  26575. wherecds
  26576. wherecds
  26577. wherecds
  26578. white
  26579. archived
  26580. windname
  26581. windname
  26582. window
  26583. window
  26584. windowdialog
  26585. windowdialog
  26586. windowpalette
  26587. windowpalette
  26588. windowpicker
  26589. windows
  26590. windows
  26591. sample
  26592. postscript
  26593. sample
  26594. gxgraphics
  26595. gxifier
  26596. gxifier
  26597. gxoverridetool
  26598. handbook
  26599. handles
  26600. handwriting
  26601. hardware
  26602. csmp-digest-v3-099
  26603. csmp-digest-v3-100
  26604. csmp-digest-v3-101
  26605. csmp-digest-v3-102
  26606. csmp-digest-v3-103
  26607. csmp-digest-v3-104
  26608. csmp-digest-v3-105
  26609. csmp-digest-v3-106
  26610. csmp-digest-v3-107
  26611. csmp-digest-v3-108
  26612. csmp-digest-v3-109
  26613. csmp-digest-v3-110
  26614. csmp-digest-v3-111
  26615. csmp-digest-v3-112
  26616. csmp-digest-v3-113
  26617. csmp-digest-v3-114
  26618. csmp-digest-v3-115
  26619. csmp-digest-v3-116
  26620. csmp-digest-v3-117
  26621. csmp-digest-v3-118
  26622. csmp-digest-v3-119
  26623. csmp-digest-v3-120
  26624. csmp-digest-v3-121
  26625. csmp-digest-v3-122
  26626. csmp-digest-v3-123
  26627. csmp-digest-v3-125
  26628. csmp-digest-v3-126
  26629. csmp-digest-v3-127
  26630. csmp-digest-v3-128
  26631. csmp-digest-v3-129
  26632. csmp-digest-v3-130
  26633. csmp-digest-v3-131
  26634. cwpro2
  26635. database
  26636. database
  26637. suite
  26638. constraints
  26639. construct
  26640. constructing
  26641. construction
  26642. constructs
  26643. consult
  26644. consumer
  26645. consumers
  26646. contact
  26647. contacting
  26648. contacts
  26649. contain
  26650. contained
  26651. container
  26652. containing
  26653. contains
  26654. software
  26655. development
  26656. All Packages
  26657. QuickDraw GXO#Dev.CD Aug 96 TC
  26658. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  26659. Dev.CD Jan 96 SDKV
  26660. 6292X
  26661. Aug 96
  26662. x--set theItem to choose file -- uncomment to test in an AS editor
  26663.     tell application "Finder"
  26664.         open item "Dev.CD Aug 96 TC
  26665. Dev.CD Jan 96 SDK1"
  26666.         activate
  26667.     end tell
  26668. on error errMsg number errNum
  26669.     --enter statements to perform when no records are found such as...
  26670.     display dialog "Sorry, the item you selected could not be found."
  26671.     return
  26672. end try
  26673. All Packages
  26674. QuickDraw GXO#Dev.CD Aug 96 TC
  26675. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  26676. Dev.CD Jan 96 SDKV
  26677. 6293X
  26678. Aug 96
  26679. can be difficult, since there
  26680. s a lot going on beneath the surface. These techniques for detecting problems in MacApp programs can help.
  26681. Chiropractic for Your Misaligned Data by Kevin Looney and Craig Anderson.   Misaligned data accesses on PowerPC processors can be very expensive. Two tools that will help you detect misalignment problems are presented here, along with some advice on avoiding misalignment in the first place.
  26682. THE OPENDOC ROAD: OpenDoc Memory Management and the Toolbox by 
  26683. Troy Gaul and Vincent Lo.  Managing memory allocation in your OpenDoc part editor can be a little tricky.
  26684. PRINT HINTS: Safe Travel Through the Printing Jungle by Dave Polaschek.  Printing is often much more complex than it needs to be. By keeping it simple and staying on the well-trod path, you can protect yourself.
  26685. BE OUR GUEST:  Source Code Control for the Rest of Us by D. John Anderson and Alan B. Harper Source control doesn
  26686. t need to be complex, as the simple tools presented here wil
  26687. nd try
  26688. l show.
  26689. MPW TIPS AND TRICKS:  Automated Editing With StreamEdit by Tim Maroney.  The MPW tool StreamEdit provides you with powerful, flexible, scriptable text editing, at the price of just a little complexity.run us through the wringer once again.
  26690. THE VETERAN NEOPHYTE:  Confessions of a Veteran Technical Writer by Tim Monroe.  Enlightening trade secrets from someone who writes the documentation we all depend on.
  26691. J(develop Issue 28:
  26692. develop Issue 28 code:K
  26693. Dec 96OIDev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 28:PQDev.CD Dec 99 RL Disk 1
  26694.  - Technical Documentation
  26695.  - Develop
  26696.  - develop Issue 28
  26697. esn't open documents properly.
  26698. J.Horiz Count
  26699. Large Count
  26700. Readme
  26701. Vert CountK
  26702. Aug 93M=System 7.0 with 512Kbyte code. 
  26703. Color preferred not necessaryN
  26704. CAD/CAM, ASIC DesignOGDev.CD Feb 00 TC:Tool Chest:Hardware:Misc. Tools:LFSR Verilog CAD Tool:PRDev.CD Feb 00 TC
  26705.  - Tool Chest
  26706.  - Hardware
  26707.  - Misc. Tools
  26708.  - LFSR Verilog CAD ToolV
  26709. 4175X
  26710. Feb 00^
  26711. # Events, AppleEventsOMDev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:CallFinder Tool 1.0:ge
  26712. butcdef
  26713. butler
  26714. buttin
  26715. button
  26716. buttons
  26717. accuracy
  26718. accurate
  26719. accurately
  26720. accurately
  26721. print
  26722. image
  26723. scanned
  26724. accurately
  26725. print
  26726. image
  26727. viewed
  26728. monitor
  26729. acgis
  26730. achieve
  26731. achieved
  26732. achieves
  26733. acrobat
  26734. across
  26735. action
  26736. actions
  26737. activate
  26738. activating
  26739. actual
  26740. actually
  26741. graphical
  26742. editor
  26743. which
  26744. create
  26745. adapt
  26746. adaptation
  26747. adapts
  26748. adbop
  26749. adbreinit
  26750. *e    No Changeq
  26751. Dev.CD Feb 00 TC
  26752. +D!All Packages
  26753. Tool Chest Edition
  26754. F)Snippets - Interapplication Communication
  26755. (** = new, * = revised)
  26756. AE Interaction Sample:  Two small applications, Sender and Receiver, show what interaction levels mean to the Apple Event Manager.
  26757. AECDEV/AEDEAMON:  This sample is designed to answer that age-old question; "How do I send AppleEvents from a DA/CDEV/INIT/Driver?" Read the read_me to find the answer <grin>.
  26758. AECoercion:  AECoercionINIT shows how to install System level AppleEvent Coercion routines at INIT time.  You may also be interested in the coercion routines as  Packages
  26759. Tool Chest Edition
  26760. CallHyper 1.0
  26761. prices
  26762. primarily
  26763. primary
  26764. primer
  26765. primitive
  26766. primitives
  26767. principles
  26768. print
  26769. print2
  26770. printable
  26771. printdialogmagic
  26772. printed
  26773. printenv
  26774. printer
  26775. printer-specific
  26776. printers
  26777. printers/print
  26778. printing
  26779. printing-related
  26780. problematic
  26781. problems
  26782. procedure
  26783. nated Universal Time") and Macintosh local time.
  26784. [NEW] Font Management for Carbon 1.0 and Mac OS 9
  26785. This preliminary document describes the Font Management API that has been added to the Font Manager with Mac OS 9 and Carbon 1.0. Features discussed include support for enumerating fonts and font families,  accessing information about fonts and font families, accessing font data, creating and managing a basic font menu, activating and deactivating fonts, and notifying cli
  26786. [NEW] Multilingua
  26787. l Text Editor
  26788. Multilingual Text Editor (MLTE) supplies a programming interface for creating and editing Unicode text documents. MLTE is similar to TextEdit, however MLTE provides enhanced facilities such as document-wide tabs, 
  26789. full justification of text, support for more than 32K of text, drag and drop support, built-in scroll bar handling and printing support, support for inline input, support for advanced ATSUI font features, and support for one level of undo. This preliminary document
  26790. j--set theItem to choose file -- uncomment to test in an AS editor
  26791.     tell application "Finder"
  26792.         open item "Dev.CD Jul 98 SSW/SDK"
  26793.         activate
  26794.     end tell
  26795. on error errMsg number errNum
  26796.     --enter statements to perform when no records are found such as...
  26797.     display dialog "Sorry, the item you selected could not be found."
  26798.     return
  26799. end try
  26800. dSerialPorts:
  26801. Get Tool Config:K
  26802. Apr 97O3Dev.CD Apr 97 SSW:What's New?:Snippets Update 2/97:P8Dev.CD Apr 97 SSW
  26803.  - What's New?
  26804.  - Snippets Update 2/97V
  26805. 4652X
  26806. b--set theItem to choose file -- uncomment to test in an AS editor
  26807.     tell application "Finder"
  26808.         open item "Dev.CD Jul 94"
  26809.         activate
  26810.     end tell
  26811. on error errMsg number errNum
  26812.     --enter statements to perform when no records are found such as...
  26813.     display dialog "Sorry, the item you selected could not be found."
  26814.     return
  26815. end try
  26816. All Packages
  26817. 7.1.1O
  26818. Dev.CD Jul 94P
  26819. Dev.CD Jul 9V
  26820. 5324X
  26821. Jul 94
  26822. b--set theItem to choose file -- uncomment to test in an AS editor
  26823.     tell application "Finder"
  26824.         open item "Dev.CD Jul 94"
  26825.         activate
  26826.     end tell
  26827. on error errMsg number errNum
  26828.     --enter statements to perform when no records are found such as...
  26829.     display dialog "Sorry, the item you selected could not be found."
  26830.     return
  26831. end try
  26832. All Packages
  26833. 7.1.1O
  26834. Dev.CD Jul 94P
  26835. Dev.CD Jul 9V
  26836. 5325X
  26837. Jul 94
  26838. fcompressimage
  26839. feature
  26840. t the HTML files which underlie search engine web pages and if they
  26841. re proficient with tools such as BBEdit, a flexible text editor available from Bare Bones Software and ResEdit, a free utility from Apple. 
  26842. The plug-ins in this package are just a representative sample of what can be accomplished using this powerful search technology.
  26843. Information on how you can take develop plug-ins is available at our web site at http://www.apple.com/sherlock/plugindev.html
  26844. AmazonBooks.src
  26845. AmazonMusic.src
  26846. Apple.src
  26847. AppleSWUpdates-English.src
  26848. AppleSWUpdates-WW.src
  26849. BarnesAndNoble.src
  26850. CNN.src
  26851. DirectHit.src
  26852. HotBot.src
  26853. LookSmart.src
  26854. MacGuide.src
  26855. XTNow.src
  26856. Yahoo.srcK
  26857. Jan 99L
  26858. Feb 99N
  26859. engine, Internet, SherlockO/Dev.CD Feb 99 TC:What's New?:Sherlock Plug-ins:P4Dev.CD Feb 99 TC
  26860.  - What's New?
  26861.  - Sherlock Plug-ins
  26862. samples
  26863. showing
  26864. variat
  26865. there's
  26866. thereby
  26867. 5892X
  26868. Dec 99^    RL Disk 1
  26869. --set theItem to choose file -- uncomment to test in an AS editor
  26870.     tell application "Finder"
  26871.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 29:"
  26872.         activate
  26873.     end tell
  26874. on error errMsg number errNum
  26875.     --enter statements to perform when no records are found such as...
  26876.     display dialog "Sorry, the item you selected could not be found."
  26877.     return
  26878. end try
  26879. e    No Changeq
  26880. Dev.CD Dec 99 RL Disk 1
  26881. D(All Packages
  26882. Reference Library Edition
  26883. develop Issue  3
  26884.     ntains many nwe utilities and features for both the user and the developer (see below for a list)
  26885. The LaserWriter 8.5.1 release contains:
  26886. Desktop Printer Utility 1.0- allows creation of TCP/IP/LPR, virtual, and hold desktop printers
  26887. Redesigned Custom Page Size Support
  26888. PostScript Level 3 support
  26889. Expanded ColorSync 2.1.x support
  26890. Collation
  26891. Print To PDF
  26892. LaserWriter 8.5.1 GM.seaK
  26893. Jun 95L
  26894. Jan 98N"LaserWriter 8 driver printer 8.5.1
  26895. Whe Printing Manager from the perspectives of the application and the Printing Manager Resource Files.
  26896. Issues: The Disclaimer warns of the difficulties involved. This information will not work with QuickDraw GX printing.  
  26897. J/Learning to Drive
  26898. Learning to Drive Disclaimer K
  26899. Mar 93O7Dev.CD Feb 00 TC:Tool Chest:Printing:Learning to Drive:P?Dev.CD Feb 00 TC
  26900.  - Tool Chest
  26901.  - Printing
  26902.  - Learning to DriveV
  26903. 4174X
  26904. Feb 00^
  26905. #tom enabler designed to
  26906. correct the IBM OEM Ethernet PC Card.
  26907.   Tools
  26908.    *  Display Name Registry 2.0
  26909.     -  Displays the Macintosh
  26910. s Name Registry and Device Tree
  26911.    *  TupleDumper
  26912.     -  
  26913. Dumps
  26914.  the CardBus (PCMCIA) tuples of any inserted PC cards
  26915. J)Read Me
  26916.  Documentation
  26917.  Samples
  26918.  ToolsK
  26919. Jan 00M
  26920. PowerMac / CodeWarrior IDE 2.1
  26921. Summary: This is the electronic version of develop magazine.
  26922.  Issue 29 Summary
  26923. Easy 3D With the QuickDraw 3D Viewer  by Nick Thompson
  26924. s easy to integrate support for the QuickDraw 3D Viewer in your application, requiring only a few extra calls. Adding such support will allow your users to import and manipulate 3D data in your application with a standard, intuitive interface.
  26925. Gearing Up for Asia With the Text Services Manager and TSMTE  by Tague Griffith
  26926. Supporting the Text Services 
  26927. Manager (TSM) allows your application to transparently make use of the wide variety of text input methods required by 2-byte languages like Japanese, Chinese, and Korean. And TSMTE makes support of TSM a simple matter.
  26928. High-Performance ACGIs in C  by Ken Urquhart
  26929. Most simple ACGI programs are written in AppleScript, but for speed-critical applications, or for ACGIs that need to handle more than one request at a time, a high-level language like C is better suited to the task. This article 
  26930. section
  26931. sectionreport
  26932. sections
  26933. sector
  26934. sectors
  26935. secure
  26936. securely
  26937. security
  26938. sedit
  26939. seedcfill
  26940. seeing
  26941. seems
  26942. seger
  26943. segment
  26944. segmented
  26945. segmenting
  26946. segments
  26947. seldom
  26948. select
  26949. selected
  26950. selecting
  26951. selection
  26952. selections
  26953. selective
  26954. selectively
  26955. selector
  26956. cpugestalt
  26957. crcpatch
  26958. crcpatch
  26959. folder
  26960. createalias
  26961. createalias
  26962. createcopy
  26963. createcopy
  26964. createcustomicon
  26965. createcustomicon
  26966. createfolder
  26967. createfolder
  26968. createmenuhelp
  26969. createmenuhelp
  26970. createthumbnail
  26971. createthumbnail
  26972. creating
  26973. creating
  26974. creating
  26975. pippin
  26976. cdroms
  26977. creation
  26978. creator
  26979. creator
  26980. registration
  26981. csmp-digest-readme
  26982. csmp-digest-readme
  26983. csmp-digest-v3-001
  26984. csmp-digest-v3-002
  26985. csmp-digest-v3-003
  26986. csmp-digest-v3-004
  26987. csmp-digest-v3-005
  26988. csmp-digest-v3-006
  26989. csmp-digest-v3-007
  26990. csmp-digest-v3-008
  26991. csmp-digest-v3-009
  26992. csmp-digest-v3-010
  26993. control
  26994. panel
  26995. controls
  26996. All Packages
  26997. F    QuickTimeO
  26998. Dev.CD Jan 94P
  26999. Dev.CD Jan 9V
  27000. 6364X
  27001. Jan 94
  27002. b--set theItem to choose file -- uncomment to test in an AS editor
  27003.     tell application "Finder"
  27004.         open item "Dev.CD Jan 94"
  27005.         activate
  27006.     end tell
  27007. on error errMsg number errNum
  27008.     --enter statements to perform when no records are found such as...
  27009.     display dialog "Sorry, the item you selected could not be found."
  27010.     return
  27011. end try
  27012. All Packages
  27013. F    QuickTimeO
  27014. Dev.CD Jan 94
  27015. Dev.CD Oct 93P
  27016. Dev.CD Jan 94
  27017. Dev.CD Oct 9V
  27018. 6365X
  27019. Jan 94
  27020. p--set theItem to choose file -- uncomment to test in an AS editor
  27021.     tell application "Finder"
  27022.         open item "Dev.CD Jan 94
  27023. Dev.CD Oct 93"
  27024.         activate
  27025.     end tell
  27026. on error errMsg number errNum
  27027.     --enter statements to perform when no records are found such as...
  27028.     display dialog "Sorry, the item you selected could not be found."
  27029.     return
  27030. end try
  27031. All Packages
  27032. F    QuickTimeV
  27033. 6366X
  27034. machine
  27035. o the madness.
  27036. MACINTOSH Q & A
  27037. Apple
  27038. s Developer Support Center answers queries about Macintosh product development.
  27039. THE VETERAN NEOPHYTE: Digital Karma by Joe Williams
  27040. An attempt to make an online society self-moderating raises some interesting questions and leads to some unexpected twists. Will people find ways to abuse digital karma? Yep.
  27041. NEWTON Q & A: ASK THE LLAMA
  27042. Answers to Newton-related development questions. Send in your own questions for a chance at a T-shirt.
  27043. KON & BAL
  27044. S PUZF
  27045. ZLE PAGE: AppendDITL Apoplexy by Martin-Gilles Lavoie & Bo3b Johnson
  27046. Two guest puzzlers take on a problem that, while innocuous on the surface, proves to be deep and dastardly. It involves dialog boxes. Need we say more?
  27047. JEdevelop Issue 29:
  27048. develop Issue 29 code:
  27049. develop Issue 29 references:K
  27050. Mar 97OIDev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 29:PQDev.CD Dec 99 RL Disk 1
  27051.  - Technical Documentation
  27052.  - Develop
  27053.  - develop Issue 29
  27054. 6877X
  27055. Dec 99^    RL Disk 2
  27056. --set theItem to choose file -- uncomment to test in an AS editor
  27057.     tell application "Finder"
  27058.         open item "Dev.CD Dec 99 RL Disk 2:Technical Publications:hardware:"
  27059.         activate
  27060.     end tell
  27061. on error errMsg number errNum
  27062.     --enter statements to perform when no records are found such as...
  27063.     display dialog "Sorry, the item you selected could not be found."
  27064.     return
  27065. end try
  27066. e    No Changef
  27067. Developer Notes
  27068. Hardware
  27069. Technical Publications
  27070. iBook
  27071. Power Macintosh
  27072. PowerBooks
  27073. Servers
  27074. Device Managers and Drivers
  27075. Updates
  27076. Printers
  27077. Desktops
  27078. Portablesq
  27079. Dev.CD Dec 99 RL Disk 2
  27080. All Packages
  27081. Technical Publications: Java
  27082. 6878X
  27083. update
  27084. runtime
  27085. architectures
  27086. runtime
  27087. 1.0.1b1c2
  27088. encodings
  27089. v1.4b6
  27090. macapp
  27091. developer
  27092. survey
  27093. macapp
  27094. r14d1
  27095. macbinary
  27096. maccalendar
  27097. maccalendar
  27098. 1.1b1
  27099. maccheck
  27100. maccheck
  27101. 1.0.4
  27102. korean
  27103. korean-language
  27104. kotoeri
  27105. kunicodetextrunheuri
  27106. kzoomlarger
  27107. label
  27108. labelmenu
  27109. labels
  27110. labels-like
  27111. labor
  27112. lands
  27113. language
  27114. language-neutral
  27115. languages
  27116. large
  27117. large
  27118. collection
  27119. tools
  27120. scripts
  27121. libraries
  27122. examples
  27123. larger
  27124. larkspur
  27125. laser
  27126. laserwriter
  27127. laserwriteriisc
  27128. laserwriters
  27129. lasso
  27130. lastly
  27131. laterapple
  27132. presents a C shell you can use to build your own high-performance ACGIs.
  27133. Using Newton Internet Enabler to Create a Web Server by Ray Rischspater
  27134. The Newton Internet Enabler (NIE) lets loose a veritable flood of possible applications by bringing the industry-standard TCP/IP protocol stack to the Newton platform. This article shows you the details of using NIE by presenting a simple Web server.
  27135. THE OPENDOC ROAD: Making the Most of Memory in OpenDoc by Troy Gaul and Vincent Lo
  27136. How to make e
  27137. fficient use of memory in the OpenDoc environment isn
  27138. t always obvious, but there are basic guidelines to help
  27139. PRINT HINTS: Sending PostScript Files to a LaserWriter by Dave Polaschek
  27140. Lots of applications send PostScript files directly to LaserWriters, but many of them do it the wrong way. Here
  27141. s the right way.
  27142. ACCORDING TO SCRIPT: User Interactions in Apple Event
  27143. Driven Applications 
  27144. How and when to interact with the user in response to Apple Events can be tricky, but there
  27145. s a method t
  27146. always
  27147. america
  27148.  application "Finder"
  27149.         open item "Dev.CD Nov 97 TC"
  27150.         activate
  27151.     end tell
  27152. on error errMsg number errNum
  27153.     --enter statements to perform when no records are found such as...
  27154.     display dialog "Sorry, the item you selected could not be found."
  27155.     return
  27156. end try
  27157. f--set theItem to choose file -- uncomment to test in an AS editor
  27158.     tell application "Finder"
  27159.         open item "Dev.CD Jan 96 SSW"
  27160.         activate
  27161.     end tell
  27162. on error errMsg number errNum
  27163.     --enter statements to perform when no records are found such as...
  27164.     display dialog "Sorry, the item you selected could not be found."
  27165.     return
  27166. end try
  27167. important
  27168. about
  27169. quicktime
  27170. important
  27171. about
  27172. sound
  27173. manager
  27174. important
  27175. information
  27176. about
  27177. imported
  27178. imported/exported
  27179. impractical
  27180. impression
  27181. improve
  27182. improved
  27183. *Summary: This folder contains tools that are useful in developing Apple event-aware applications.
  27184. Features: Tools that will test and debug Apple events; build 'aete' resources; build, send, and verify Apple event records; debug the OSL; MacsBug dcmds; FKEYS; send Apple events via XCMDS; and more.
  27185. AE Coercion INIT
  27186. AEGizmos 1.4.2
  27187. Aete Editor Stack 1.0b3
  27188. AETracker 3.0
  27189. AutoGuest
  27190. FKEYs
  27191. Macsbug Resources
  27192. OSL + Debug Hack 1.0b1
  27193. ResEdit 'aete' Editor 1.0b4
  27194. ResEdit 'scpt' Editor
  27195. SendAE MPW Tool 1.1
  27196. SendAE Test Tool 0.3
  27197. SignatureToApp 1.1
  27198. Tools
  27199. Read MeK
  27200. May 92L
  27201. May 95M.System 7.0 is required with the AEM extension.N
  27202. AE, Apple Events, AppleEventsODDev.CD Feb 00 TC:Tool Chest:Interapplication Communication:AE Tools:PLDev.CD Feb 00 TC
  27203.  - Tool Chest
  27204.  - Interapplication Communication
  27205.  - AE Tools
  27206. clipboard
  27207. clipboard
  27208. magician
  27209. clipboard
  27210. clipinfo
  27211. clipinfo
  27212. clipping
  27213. clipping
  27214. extension
  27215. clippings
  27216. cliptopict
  27217. cliptopict
  27218. applications
  27219. appstogo
  27220. arabic
  27221. arabic
  27222. language
  27223. arabic
  27224. language
  27225. v1.0.1
  27226. architectures
  27227. archive
  27228. arpsample
  27229. artwork
  27230. market
  27231. guide
  27232. assist
  27233. assistant
  27234. async
  27235. async
  27236. driver
  27237. tester
  27238. asyncdriversample1.0
  27239. ataerrordetector
  27240. atrapper
  27241. audio
  27242. audio
  27243. palette
  27244. developer
  27245. audit
  27246. audit
  27247. aug-95
  27248. autoguest
  27249. autoguest
  27250. automation
  27251. automation
  27252. essentials
  27253. 2.3.0
  27254. emulator
  27255. backlight
  27256. backlight
  27257. control
  27258. balloony
  27259. bbedit
  27260. bbedit
  27261. betabase
  27262. binhex
  27263. bit-depth
  27264. bitblitz
  27265. bitblitz
  27266. bouncingsprites
  27267. bring-up
  27268. registration
  27269. requests
  27270. callfinder
  27271. window
  27272. wishes
  27273. wishing
  27274. withQ
  27275. 5893X
  27276. Dec 99^
  27277. --set theItem to choose file -- uncomment to test in an AS editor
  27278.     tell application "Finder"
  27279.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  3:"
  27280.         activate
  27281.     end tell
  27282. on error errMsg number errNum
  27283.     --enter statements to perform when no records are found such as...
  27284.     display dialog "Sorry, the item you selected could not be found."
  27285.     return
  27286. end try
  27287. Next CDq
  27288. Dev.CD Dec 99 RL
  27289. D(All Packages
  27290. Reference Library Edition
  27291. develop Issue  4
  27292. rminal emulation package called Surfer. 
  27293. Macintosh Display Card 8
  27294. 24 GC: The Naked Truth  by Guillermo Ortiz.  How to take advantage of the new card and its software and what to do if you haven
  27295. t already invested in offscreen calls.
  27296. Meet PrGeneral, the Trap That Makes the Most of the Printing Manager  by Pete 
  27297.  Alexander.  How to use the five opcodes available in order to enhance the power of the Printing Manager and solve special problems.
  27298. J(develop Issue  3:
  27299. develop Issue  3 code:K
  27300. Vol IIIL
  27301. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  3:PJDev.CD Dec 99 RL
  27302.  - Technical Documentation
  27303.  - develop
  27304.  - develop Issue  3S editor
  27305.     tell application "Finder"
  27306.         open item "Dev.CD Nov 96 TC"
  27307.         activate
  27308.     end tell
  27309. on error errMsg number errNum
  27310.     --enter statements to perform when no records are found such as...
  27311.     display dialog "Sorry, the item you selected could not be found."
  27312.     return
  27313. end try
  27314. All Packages
  27315. beaker
  27316. beard
  27317. beast
  27318. beasts
  27319. beautiful
  27320. became
  27321. because
  27322. bechtel
  27323. become
  27324. becoming
  27325. bedford
  27326. before
  27327. begin
  27328. beginning
  27329. behalf
  27330. behave
  27331. behavior
  27332. behaviors
  27333. between
  27334. beused
  27335. beware
  27336. hat aside from the compatibility code associated with HOSTED_BY_FONT_MISCREANT, this code roughly parallels what the popup menu CDEF (ID 63) does.
  27337. PowerMacOr68K:  This snippet shows how to determine whether you are running on a Power Macintosh or on a 680x0 Macintosh.  It also provides a method for determine exactly which type of processor is running. This works around an off-by-one error with gestaltNativeCPUType.
  27338. Prefs:  This Think C application displays a sample preferences dialog con
  27339. taining edit text, radio buttons, and a file selection button, and demonstrates storage of the item settings in a preferences file.
  27340. ProgressBars 1.0:  ProgressBars is a bares bones application that demonstrates two implementations of the progress bars found in many Macintosh applications, namely the standard progress bar and the barber pole.
  27341. readLocation:  This snippet shows how to retrieve the Map control panel settings for longitude and latitude and the time offset from GMT
  27342. Reinstalla
  27343. microphone
  27344. microphones
  27345. microprocessor
  27346. microprocessorsQ
  27347. microsystems
  27348. microtrends
  27349. middle
  27350. middleware
  27351. midiconverter
  27352. might
  27353. miller
  27354. million
  27355. millions
  27356. mimicks
  27357. mimics
  27358. minilauncher
  27359. minimal
  27360. minimising
  27361. minimize
  27362. minimum
  27363. training
  27364. using
  27365. verilog
  27366. useful
  27367. --set theItem to choose file -- uncomment to test in an AS editor
  27368.     tell application "Finder"
  27369.         open item "Dev.CD Apr 94
  27370. Dev.CD Jan 94
  27371. Dev.CD Oct 93
  27372. Dev.CD Jul 93
  27373. Dev.CD Apr 93"
  27374.         activate
  27375.     end tell
  27376. on error errMsg number errNum
  27377.     --enter statements to perform when no records are found such as...
  27378.     display dialog "Sorry, the item you selected could not be found."
  27379.     return
  27380. end try
  27381. counter
  27382. counterpart
  27383. counterparts
  27384. countersQ
  27385. counting
  27386. country
  27387. counts
  27388. couple
  27389. course
  27390. courses
  27391. courseware
  27392. cover
  27393. coverage
  27394. covered
  27395. covers
  27396. cplustesample
  27397. 5725X
  27398. Dec 99^
  27399. --set theItem to choose file -- uncomment to test in an AS editor
  27400.     tell application "Finder"
  27401.         open item "Dev.CD Dec 99 RL:Utilities:AdobeAcrobat ExchangeLE 2.0.1r3:"
  27402.         activate
  27403.     end tell
  27404. on error errMsg number errNum
  27405.     --enter statements to perform when no records are found such as...
  27406.     display dialog "Sorry, the item you selected could not be found."
  27407.     return
  27408. end try
  27409. Deletedf$Acrobat
  27410. Exchange LE
  27411. Adobe
  27412. Readerq
  27413. Dev.CD Dec 99 RL
  27414. All Packages
  27415. Adobe Acrobat Reader
  27416. 5726X
  27417. sample shows how to make use of MacApp 3.0 Behaviors, how to create them, how behaviors could control window information, track events, and also spawn off other behaviors.
  27418. PICTDialog:  This MacApp sample shows how easy it is to include PICT resources in modal dialogs.
  27419. RemoveVMSVersionNumbers:  This MPW script removes VMS style version number extensions from file  names.
  27420. ScreenShots from MacsBug:  It is possible to take a screen shot 
  27421. j--set theItem to choose file -- uncomment to test in an AS editor
  27422.     tell application "Finder"
  27423.         open item "Dev.CD Jul 98 SSW/SDK"
  27424.         activate
  27425.     end tell
  27426. on error errMsg number errNum
  27427.     --enter statements to perform when no records are found such as...
  27428.     display dialog "Sorry, the item you selected could not be found."
  27429.     return
  27430. end try
  27431. C:Tool Chest:Networking:SNMP:SNMP Development:"
  27432.         activate
  27433.     end tell
  27434. on error errMsg number errNum
  27435.     --enter statements to perform when no records are found such as...
  27436.     display dialog "Sorry, the item you selected could not be found."
  27437.     return
  27438. end try
  27439. e    No Changef
  27440. Network Managementq
  27441. Dev.CD Feb 00 TC
  27442. D!All Packages
  27443. Mac OS SDK Edition
  27444. SOMobjects
  27445.  for Mac OS
  27446. cation that allows you to add copywrite information to a movie or view it if it already exists.
  27447. Things!:   Things!  queries the Component Manager about what IT thinks is lying around your system, and then displays the info for you.
  27448. ComboWalker
  27449. Digitizers
  27450. DrawTextCodec Example
  27451. Dumpster
  27452. GetInfo Init
  27453. GrabGuy b15
  27454. MovieShop
  27455. QuickTime XCMDs 
  27456. Reinstaller
  27457. Set Movie Info
  27458. Things!K
  27459. Jul 92M7Color capable Mac (68020 or above), hard disk, 4 mb RAMO6Dev.CD Feb 00 TC:Tool Chest:QuickTime:QuickTime Tools:P>Dev.CD Feb 00 TC
  27460.  - Tool Chest
  27461.  - QuickTime
  27462.  - QuickTime Tools
  27463. discusses
  27464. apple's
  27465. creating@
  27466. summary
  27467. folder
  27468. contains
  27469. complete
  27470. information
  27471. develop@
  27472. Dev.CD Jul 96 SSV
  27473. 5510X
  27474. Jul 96
  27475. f--set theItem to choose file -- uncomment to test in an AS editor
  27476.     tell application "Finder"
  27477.         open item "Dev.CD Jul 96 SSW"
  27478.         activate
  27479.     end tell
  27480. on error errMsg number errNum
  27481.     --enter statements to perform when no records are found such as...
  27482.     display dialog "Sorry, the item you selected could not be found."
  27483.     return
  27484. end try
  27485. All Packages
  27486. 7.5.2 (PB 5300/2300/190)O
  27487. Dev.CD Jul 96 SSWP
  27488. Dev.CD Jul 96 SSV
  27489. 5511X
  27490. Jul 96
  27491. f--set theItem to choose file -- uncomment to test in an AS editor
  27492.     tell application "Finder"
  27493.         open item "Dev.CD Jul 96 SSW"
  27494.         activate
  27495.     end tell
  27496. on error errMsg number errNum
  27497.     --enter statements to perform when no records are found such as...
  27498.     display dialog "Sorry, the item you selected could not be found."
  27499.     return
  27500. end try
  27501. All Packages
  27502. 7.5.2 (PB 5300/2300/190)O
  27503. Dev.CD Jul 96 SSWP
  27504. Dev.CD Jul 96 SSV
  27505. 5512X
  27506. Jul 96
  27507. et theItem to choose file -- uncomment to test in an AS editor
  27508.     tell application "Finder"
  27509.         open item "Dev.CD Apr 94
  27510. Dev.CD Jan 94
  27511. Dev.CD Oct 93"
  27512.         activate
  27513.     end tell
  27514. on error errMsg number errNum
  27515.     --enter statements to perform when no records are found such as...
  27516.     display dialog "Sorry, the item you selected could not be found."
  27517.     return
  27518. end try
  27519. findchange
  27520. finder
  27521. finder's
  27522. finder-like
  27523. finderdragpro
  27524. finderevents
  27525. firstly
  27526. fixed
  27527. fixes
  27528. All Packages
  27529. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  27530. Dev.CD Jan 94
  27531. Dev.CD Oct 93P(Dev.CD Apr 94
  27532. Dev.CD Jan 94
  27533. Dev.CD Oct 9V
  27534. 6779X
  27535. Apr 94
  27536. ~--set theItem to choose file -- uncomment to test in an AS editor
  27537.     tell application "Finder"
  27538.         open item "Dev.CD Apr 94
  27539. Dev.CD Jan 94
  27540. Dev.CD Oct 93"
  27541.         activate
  27542.     end tell
  27543. on error errMsg number errNum
  27544.     --enter statements to perform when no records are found such as...
  27545.     display dialog "Sorry, the item you selected could not be found."
  27546.     return
  27547. end try
  27548. All Packages
  27549. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  27550. Dev.CD Jan 94
  27551. Dev.CD Oct 93P(Dev.CD Apr 94
  27552. Dev.CD Jan 94
  27553. Dev.CD Oct 9V
  27554. 6780X
  27555. Apr 94
  27556. pause
  27557. audit
  27558. audited
  27559. auditing
  27560. aug-95
  27561. august
  27562. aurp-speaking
  27563. authenticate
  27564. authenticated
  27565. authentication
  27566. authenticator
  27567. author
  27568. Summary: This is the electronic version of develop magazine.
  27569.  Issue 3 highlights:
  27570. CD-ROM: The Cutting Edge  by Mark B. Johnson.  How you can take best advantage of CD-ROM technology and what the trade-offs are.
  27571. The Ins and Outs of ISO 9660 and High Sierra  by Brian Bechtel.  The two standard file formats for CD-ROM discs, how they relate to the Macintosh
  27572. s native file format, and how to implement them.
  27573. How to Create a Mixed-Partition CD-ROM  by Llew Roberts.   Step-by-step instruction
  27574. s on how to mix ProDOS and HFS partitions on a hard disk for pressing as a CD-ROM, plus why you might want to do so.
  27575. Accessing CD-ROM Audio Tracks From Your Application  by Eric Mueller. The calls to use if you want to access CD-ROM audio tracks from your Apple II application, the layout of a CD-ROM audio track, and more.
  27576. s Up: Catch the Comm Toolbox Wave  by Rob Berkowitz and Alex Kazim.  An introduction to three Communications Toolbox managers, illustrated by a look at a simple te
  27577. system
  27578. summary
  27579. communications
  27580. toolbox
  27581. contains@
  27582. summary
  27583. issue
  27584. apple
  27585. directions
  27586. developer
  27587. summary
  27588. thread
  27589. manager
  27590. system
  27591. extension
  27592. which
  27593. summary
  27594. these
  27595. applications
  27596. demonstrate
  27597. write
  27598. backgr@
  27599. summary
  27600. application
  27601. exercises
  27602. copybits
  27603. copymask
  27604. summary
  27605. document
  27606. contains
  27607. helpful
  27608. converti@
  27609. summary
  27610. document
  27611. discusses
  27612. apple's
  27613. creating@
  27614. summary
  27615. folder
  27616. contains
  27617. complete
  27618. information
  27619. develop@
  27620. summary
  27621. folder
  27622. contains
  27623. net-install
  27624. apple's
  27625. typographic
  27626. typography
  27627. ucgetcharproperty
  27628. udpsample
  27629. ufailure
  27630. library
  27631. ukrainian
  27632. ultimately
  27633. un/mount
  27634. unable
  27635. unaffected
  27636. unbeknownst
  27637. unclear
  27638. uncompiled
  27639. uncompressed
  27640. unconditionally
  27641. s and puntuation marks.
  27642. Recognize
  27643. System Enabler 065 (LC 575)O
  27644. Dev.CD Apr 94
  27645. Dev.CD Jan 94P
  27646. Dev.CD Apr 94
  27647. Dev.CD Jan 9V
  27648. 6714X
  27649. Apr 94
  27650. p--set theItem to choose file -- uncomment to test in an AS editor
  27651.     tell application "Finder"
  27652.         open item "Dev.CD Apr 94
  27653. Dev.CD Jan 94"
  27654.         activate
  27655.     end tell
  27656. on error errMsg number errNum
  27657.     --enter statements to perform when no records are found such as...
  27658.     display dialog "Sorry, the item you selected could not be found."
  27659.     return
  27660. end try
  27661. All Packages
  27662. System Enabler 065 (LC 575)O
  27663. Dev.CD Apr 94
  27664. Dev.CD Jan 94P
  27665. Dev.CD Apr 94
  27666. Dev.CD Jan 9V
  27667. 6715X
  27668. Apr 94
  27669. p--set theItem to choose file -- uncomment to test in an AS editor
  27670.     tell application "Finder"
  27671.         open item "Dev.CD Apr 94
  27672. Dev.CD Jan 94"
  27673.         activate
  27674.     end tell
  27675. on error errMsg number errNum
  27676.     --enter statements to perform when no records are found such as...
  27677.     display dialog "Sorry, the item you selected could not be found."
  27678.     return
  27679. end try
  27680. nto multiple-node movies. Use the QTVR 1.0 Authoring Tools Suite available in the Apple Developer Catalog for these purposes. 
  27681. The folders Make QTVR Object 1.0b2 and Make QTVR Panorama 1.0b2 contain the source code for the QuickTime VR beta-level, unsupported tools Make QTVR Object and Make QTVR Panorama. This source code is an example of how to use the file format information described in Apple Technote 1035, QuickTime VR 1.0 Panorama Movie File Format, and Apple Technote 1036, QuickTimeD
  27682.  VR 1.0 Object Movie File Format. 
  27683. This code:
  27684.  Is beta-level and unsupported. 
  27685.  Is available as a pair of MPW Projector databases or as individual files. 
  27686. Issues:  These are beta-level tools and are unsupported. 
  27687. J'Sample Code.img
  27688. Windows Sample Code.imgK
  27689. Jun 96M
  27690. These tools run on a Macintosh and require several megabytes of free memory -- the larger the files to be created, the more memory is required.   The code requires a Macintosh and an appropriate development environment.
  27691. soliciting
  27692. solid
  27693. solution
  27694. solutions
  27695. solve
  27696. solved
  27697. solves
  27698. rting
  27699. sound
  27700. sounds
  27701. soundsprocket
  27702. source
  27703. source-code
  27704. 8.0.1
  27705. 8.1.2
  27706. 8.3.4
  27707. 8.4.1
  27708. Deletedq
  27709. Dev.CD Dec 99 RL
  27710. All Packages
  27711. System UpdateO
  27712. Dev.CD Oct 94P
  27713. Dev.CD Oct 9V
  27714. 6849X
  27715. Oct 94
  27716. b--set theItem to choose file -- uncomment to test in an AS editor
  27717.     tell application "Finder"
  27718.         open item "Dev.CD Oct 94"
  27719.         activate
  27720.     end tell
  27721. on error errMsg number errNum
  27722.     --enter statements to perform when no records are found such as...
  27723.     display dialog "Sorry, the item you selected could not be found."
  27724.     return
  27725. end try
  27726. All Packages
  27727. System UpdateO)Dev.CD Oct 94
  27728. Dev.CD Apr 94
  27729. Dev.CD Jan 94P(Dev.CD Oct 94
  27730. Dev.CD Apr 94
  27731. Dev.CD Jan 9V
  27732. 6850X
  27733. Oct 94
  27734. ~--set theItem to choose file -- uncomment to test in an AS editor
  27735.     tell application "Finder"
  27736.         open item "Dev.CD Oct 94
  27737. Dev.CD Apr 94
  27738. Dev.CD Jan 94"
  27739.         activate
  27740.     end tell
  27741. on error errMsg number errNum
  27742.     --enter statements to perform when no records are found such as...
  27743.     display dialog "Sorry, the item you selected could not be found."
  27744.     return
  27745. end try
  27746. 5894X
  27747. Dec 99^
  27748. --set theItem to choose file -- uncomment to test in an AS editor
  27749.     tell application "Finder"
  27750.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  4:"
  27751.         activate
  27752.     end tell
  27753. on error errMsg number errNum
  27754.     --enter statements to perform when no records are found such as...
  27755.     display dialog "Sorry, the item you selected could not be found."
  27756.     return
  27757. end try
  27758. Next CDq
  27759. Dev.CD Dec 99 RL
  27760. D(All Packages
  27761. Reference Library Edition
  27762. develop Issue  5
  27763. y 98 TV
  27764. 2154X
  27765. May 98
  27766. e--set theItem to choose file -- uncomment to test in an AS editor
  27767.     tell application "Finder"
  27768.         open item "Dev.CD May 98 TC"
  27769.         activate
  27770.     end tell
  27771. on error errMsg number errNum
  27772.     --enter statements to perform when no records are found such as...
  27773.     display dialog "Sorry, the item you selected could not be found."
  27774.     return
  27775. end try
  27776. All Packages
  27777. Chinese Language Kit UpdaterV
  27778. 2155X
  27779. alexander
  27780. algorithm
  27781. algorithms
  27782. alias
  27783. aliases
  27784. aliens
  27785. aligned
  27786. alignment
  27787. alive
  27788. metrowerks
  27789. pascal
  27790. source
  27791. included
  27792. r  by Matt Deatherage.   An explanation of the mysteries of the printer driver:  what it does, how it does  it, and how to write one.  A sample printer driver is provided.
  27793. J(develop Issue  4:
  27794. develop Issue  4 code:K
  27795. Vol IIIL
  27796. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  4:PJDev.CD Dec 99 RL
  27797.  - Technical Documentation
  27798.  - develop
  27799.  - develop Issue  495"
  27800.         activate
  27801.     end tell
  27802. on error errMsg number errNum
  27803.     --enter statements to perform when no records are found such as...
  27804.     display dialog "Sorry, the item you selected could not be found."
  27805.     return
  27806. end try
  27807. All Packages
  27808. ChineseTalk 6.0.3O
  27809. Dev CD Vol. V
  27810. Dev CD Vol. IVP
  27811. Dev CD Vol. V
  27812. Dev CD Vol. IV
  27813. 2156X
  27814. Vol. V
  27815. r--set theItem to choose file -- uncomment to test in an AS editor
  27816.     tell application "Finder"
  27817.         open item "Dev.CD Vol. VII
  27818. Dev CD Vol. V"
  27819.         activate
  27820.     end tell
  27821. on error errMsg number errNum
  27822.     --enter statements to perform when no records are found such as...
  27823.     display dialog "Sorry, the item you selected could not be found."
  27824.     return
  27825. end try
  27826. es: Virtual User (FAT application, Sys 9.0 compatible);  Agent VU (enabling system extension); documents; examples.
  27827. Host machines:  Mac IIfx or later, 16 MB memory or greater. System 7.0 or later (System 7.5 or later preferred).
  27828. Target machines:  Mac SE or later, 4 MB memory or greater.  System 6.5 or later (System 7.0 or later preferred).  VU External Tools require System 7.0 or later.
  27829. Virtual User is a host-target based testing system.  At least 2 machines (1 host, many targets) are necessary to perform any testing with Virtual User, and all machines must be connected via an AppleTalk network (TCP/
  27830. 6522X
  27831. Feb 00^
  27832. r--set theItem to choose file -- uncomment to test in an AS editor
  27833.     tell application "Finder"
  27834.         open item "Dev.CD Feb 00 TC:Sample Code:"
  27835.         activate
  27836.     end tell
  27837. on error errMsg number errNum
  27838.     --enter statements to perform when no records are found such as...
  27839.     display dialog "Sorry, the item you selected could not be found."
  27840.     return
  27841. end try
  27842. e    No Changeq
  27843. Dev.CD Feb 00 TC
  27844. 4D!All Packages
  27845. Tool Chest Edition
  27846. (** = new, * = revised)
  27847. AE/EM trapping 1.0.1:  Some MacsBug macros that allow you to break on AppleEvent and Edition Manager PACK calls.With these macros you can  type 'atb AESend' (or any other AppleEvent or Edition Manager call) and you will break when the call is made.
  27848. Audit:  Audit is a small library of functions that provide an unobtrusive event tracing capability to applications, drivers, code-resources, call-backs, and any other "flavor" of Macintosh software.
  27849. BusErrorTest:  ShowsErrorTest:  Show
  27850. 6523X
  27851. Summary: This is the electronic version of develop magazine.
  27852.  Issue 4 highlights:
  27853. Writing a Device Driver in C++ (What? In C++?)  by Tim Enwall.   How to capitalize on the advantages of a higher level language and avoid some of the pitfalls you may encounter if you write a driver in C++, including a complete example of a device driver in C++.
  27854. Polymorphic Code Resources in C++  by Patrick C. Beard.   A method of
  27855.  implementing polymorphism in stand-alone C++ code resources, illustrated b
  27856. y a window definition function that uses polymorphism.
  27857. Inside the Macintosh Coprocessor Platform and A/ROSE  by Joseph Maurer.   An  introduction to the basics of the Macintosh NuBus card and A/ROSE (the Apple Real-time Operating System Environment).
  27858. The Perils of PostScript
  27859. The Sequel  by Scott 
  27860.  Zimmerman.   A description of some gotchas that can occur when you use PostScript dictionaries in applications, and ways to work around them. 
  27861. Driving to Print:  An Apple IIGS Printer Drive
  27862. number
  27863. numbers
  27864. numerals
  27865. numeric
  27866. numerics
  27867. numerous
  27868. nvram
  27869. nvramrc
  27870. object
  27871. object-based
  27872. object-bases
  27873. object-oriented
  27874. objective
  27875. objective-c
  27876. objects
  27877. KD!All Packages
  27878. Tool Chest Edition
  27879. StopXPP dcmdI
  27880. Summary: The StopXPP dcmd attempts to close all open ASP (and thus AFP) sessions with an asyncronous closeAll call to the .XPP driver.J
  27881. Networks.img
  27882. kleiman
  27883. knife
  27884. knowing
  27885. knowledgable
  27886. knowledge
  27887. known
  27888. knows
  27889. knowspict
  27890. kodom
  27891. konstantin
  27892. J(develop Issue  5:
  27893. develop Issue  5 code:K
  27894. Vol IIIL
  27895. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  5:PJDev.CD Dec 99 RL
  27896.  - Technical Documentation
  27897.  - develop
  27898.  - develop Issue  5PowerMac 9500/200,9500/180,9500/132,8600/300,8550/132  8500/180,8500/120,8100/100AV,8100/80,7500/100,
  27899. 7300,7200/120,7200/90,6500/275,6400,6150,5300/
  27900. 100LC,4400/200,MT G3/266,DT G3/233,G3 all-in-one
  27901.   iMac
  27902.   PowerBook 5300c/100,5300ce/117,3400/200,Duo 2300, 1400,
  27903.   G3/266,20th Anniversay Mac
  27904. Keychain SDK.imgK
  27905. Oct 98M:AppleShare client 3.8, Appearance Manager 1.0.2 or later.
  27906. N0keychain, password storage, passphrase, passwordO7Dev.CD Jan 99 SDK1:Development Kits:Keychain SDK 1.0.1:P<Dev.CD Jan 99 SDK1
  27907.  - Development Kits
  27908.  - Keychain SDK 1.0.10 TC
  27909.  - Tool Chest
  27910.  - Localization
  27911.  - cihuiV
  27912. 2160X
  27913. Feb 00^
  27914. 5895X
  27915. Dec 99^
  27916. --set theItem to choose file -- uncomment to test in an AS editor
  27917.     tell application "Finder"
  27918.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  5:"
  27919.         activate
  27920.     end tell
  27921. on error errMsg number errNum
  27922.     --enter statements to perform when no records are found such as...
  27923.     display dialog "Sorry, the item you selected could not be found."
  27924.     return
  27925. end try
  27926. Next CDq
  27927. Dev.CD Dec 99 RL
  27928. D(All Packages
  27929. Reference Library Edition
  27930. develop Issue  6
  27931.     es demonstrated
  27932.    Checking in a PowerPC native application if a system feature is available from a weak linked shared library as Gestalt() doesn't always provide the correct response.
  27933.    The implementation of the Dialog manager GetStdFilterProc() and SetDialogDefaultItem() functions to provide default alert and warning dialogs with highlighting of the default button. These functions are not documented within Inside Macintosh, but have been available since
  27934. difficult
  27935. application
  27936. support
  27937. features
  27938.  filesK
  27939. Jan 98
  27940. b--set theItem to choose file -- uncomment to test in an AS editor
  27941.     tell application "Finder"
  27942.         open item "Dev.CD Jul 94"
  27943.         activate
  27944.     end tell
  27945. on error errMsg number errNum
  27946.     --enter statements to perform when no records are found such as...
  27947.     display dialog "Sorry, the item you selected could not be found."
  27948.     return
  27949. end try
  27950. not be found."
  27951.     return
  27952. end try
  27953. damentally
  27954. further
  27955. future
  27956. futures
  27957. g3-class
  27958. g3/233
  27959. g3/266
  27960. g3/26620th
  27961. gadgets
  27962. gaining
  27963. gains
  27964. games
  27965. garbage
  27966. gateway
  27967. gateways
  27968. gather
  27969. gathering
  27970. gearing
  27971. gelphman
  27972. gemma
  27973. general
  27974. generally
  27975. generate
  27976. Jul 95
  27977. b--set theItem to choose file -- uncomment to test in an AS editor
  27978.     tell application "Finder"
  27979.         open item "Dev.CD Jul 95"
  27980.         activate
  27981.     end tell
  27982. on error errMsg number errNum
  27983.     --enter statements to perform when no records are found such as...
  27984.     display dialog "Sorry, the item you selected could not be found."
  27985.     return
  27986. end try
  27987. All Packages
  27988. System 7.5 Update 1.0O
  27989. Dev.CD Jul 95P
  27990. Dev.CD Jul 9V
  27991. 6602X
  27992. Jul 95
  27993. b--set theItem to choose file -- uncomment to test in an AS editor
  27994.     tell application "Finder"
  27995.         open item "Dev.CD Jul 95"
  27996.         activate
  27997.     end tell
  27998. on error errMsg number errNum
  27999.     --enter statements to perform when no records are found such as...
  28000.     display dialog "Sorry, the item you selected could not be found."
  28001.     return
  28002. end try
  28003. All Packages
  28004. System 7.5 Update 1.0O
  28005. Dev.CD Jul 95P
  28006. Dev.CD Jul 9V
  28007. 6603X
  28008. Jul 95
  28009. code-like
  28010. viable
  28011. video
  28012. videotape
  28013. viewed
  28014. viewer
  28015. viewing
  28016. views
  28017. vincent
  28018. virtual
  28019. virtual
  28020. primary
  28021. apple
  28022. computer
  28023. virtually
  28024. viruses
  28025. visemrj
  28026. visibility
  28027. visible
  28028. visigenic
  28029. we're
  28030. we've
  28031. weather
  28032. chinese
  28033. chiropractic
  28034. chock
  28035. choice
  28036. choices
  28037. choose
  28038. chooser
  28039. chooses
  28040. choosing
  28041. christine
  28042. chromakey
  28043. chromakeying
  28044. chromakeymovie
  28045. chromakeymovie
  28046. chromakey
  28047. movie
  28048. simple
  28049. application
  28050. which
  28051. chunks
  28052. cicn's
  28053. cincludes
  28054. circumstances
  28055. clauses
  28056. clean
  28057. cleaner
  28058. clear
  28059. clearly
  28060. click
  28061. click-dragging
  28062. clicking
  28063. clicks
  28064. client
  28065. client-server
  28066. client/server
  28067. clipboard
  28068. clipper
  28069. clipping
  28070. clock
  28071. clocksW
  28072. close
  28073. closed
  28074. clouseau
  28075. clues
  28076. clusters
  28077. cmd-opt-o-f
  28078. Summary: This is the electronic version of develop magazine.
  28079.  Issue 5 highlights:
  28080. Asynchronous Background Networking on the Macintosh by Harry Chesley.   A MacApp class for handling asynchronous network activities, used in an application that propagates messages among machines on the AppleTalk network.
  28081. Scanning from ProDOS  by Matt Gulick.   Including support for the Apple Scanner in your Apple II applications: it
  28082. s easier than you think. 
  28083. Print Hints with Luke & Zz   Tips and tricks 
  28084. from the print masters. This time: a cautionary fable, and a little known constant.
  28085. Palette Manager Animation  by Rich Collyer.   Techniques for color table animation are presented, along with some of the newer features of the Palette Manager and the reasons you should use it. 
  28086. The Power of Macintosh Common Lisp  by Ruben Kleiman.   An introduction to the Macintosh Common Lisp development environment, highlighting its key features and strengths.
  28087. Vol IIIL
  28088. Jun 95
  28089. target
  28090. tcp/ip
  28091. administration
  28092. image
  28093. tcp/ip
  28094. connection
  28095. image
  28096. tcp/ip
  28097. mib-ii
  28098. alias
  28099. technical
  28100. technique
  28101. techniques
  28102. technotes
  28103. techpubsfeedback
  28104. techpubsfeedback
  28105. techpubsfind
  28106. techpubsfind
  28107. techqa
  28108. techqa
  28109. shtml
  28110. telecom
  28111. telephone
  28112. telephone
  28113. manager
  28114. telephony
  28115. telephony
  28116. suite
  28117. template
  28118. template
  28119. terminology
  28120. terminology
  28121. script
  28122. target
  28123. test3dsound
  28124. testbanks
  28125. testbanks
  28126. testcpp
  28127. testhooks
  28128. testhooks
  28129. testhooks
  28130. testhooks
  28131. testhooks
  28132. makeout
  28133. testing
  28134. testmagic
  28135. testmagic
  28136. tests
  28137. testvrmedia
  28138. testvrmedia
  28139. encoding
  28140. converter
  28141. issue
  28142. highlights
  28143. issue
  28144. highlights
  28145. issue
  28146. highlights
  28147. issue
  28148. highlights
  28149. issue
  28150. highlights
  28151. issues
  28152. issues
  28153. compiles
  28154. issues
  28155. utility
  28156. compatible
  28157. system
  28158. 5729X
  28159. Feb 00^
  28160. --set theItem to choose file -- uncomment to test in an AS editor
  28161.     tell application "Finder"
  28162.         open item "Dev.CD Feb 00 TC:Tool Chest:Interapplication Communication:AE Tools:"
  28163.         activate
  28164.     end tell
  28165. on error errMsg number errNum
  28166.     --enter statements to perform when no records are found such as...
  28167.     display dialog "Sorry, the item you selected could not be found."
  28168.     return
  28169. end try
  28170. e    No Changef
  28171. Apple Events
  28172. AppleEventsq
  28173. Dev.CD Feb 00 TC
  28174. AE User Terminology 3/92I
  28175. Summary: This folder contains the Apple Event User Terminology resource.
  28176. Features: This package contains the "Terminology Dev Note 3/92" and files needed for adding the 'aeut' to your application.J
  28177. AETE ResEdit Template
  28178. AEUserTermTypes.r
  28179. aeut resource
  28180. AppleEventTypes.h
  28181. EnglishMiscellaneous.r
  28182. EnglishMiscellaneous.rsrc
  28183. EnglishTerminology.r
  28184. EnglishTerminology.rsrc
  28185. Terminology Dev Note 3/92K
  28186. May 92L
  28187. May 94M
  28188. System 7.0N
  28189. AE, Apple Events, AppleEventsents, AppleEvents
  28190. summary
  28191. stack
  28192. contains
  28193. collection
  28194. apple
  28195. event
  28196. summary
  28197. stack
  28198. allow
  28199. users
  28200. register
  28201. creator
  28202. summary
  28203. submission
  28204. contains
  28205. virtual
  28206. external
  28207. summary
  28208. application
  28209. demonstrates
  28210. debugging
  28211. performance
  28212. power
  28213. powerpc
  28214. emulator
  28215. declaration
  28216. decompress
  28217. cumentation
  28218. publications
  28219. technical
  28220. publications
  28221. developers
  28222. development
  28223. device
  28224. device
  28225. driver
  28226. block
  28227. storage
  28228. drive
  28229. gestalt
  28230. cd-rom
  28231. devnotes
  28232. dialog
  28233. dictation
  28234. interleaving
  28235. memory
  28236. configuration
  28237. disassembler
  28238. disassembly
  28239. utility
  28240. drive
  28241. setup
  28242. display
  28243. display
  28244. manager
  28245. resolution
  28246. screen
  28247. monitor
  28248. pixel
  28249. depth
  28250. display
  28251. manager
  28252. window
  28253. arrangement
  28254. display
  28255. pixel
  28256. depth
  28257. disposeresource
  28258. packages
  28259. produce
  28260. producer
  28261. produces
  28262. module
  28263. product
  28264. production
  28265. productivity
  28266. products
  28267. professional
  28268. professionals
  28269. profile
  28270. profile's
  28271. profiler
  28272. profilerenamer
  28273. profiles
  28274. profit
  28275. profound
  28276. progammer's
  28277. programQ
  28278. program
  28279. sample
  28280. demonstrate
  28281. apple
  28282. events
  28283. program's
  28284. programatically
  28285. OUDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTSimpleApplet:PcDev.CD Feb 00 TC
  28286.  - What's New?
  28287.  - Sample Code
  28288.  - QuickTime
  28289.  - QuickTime for Java
  28290.  - QTSimpleAppletV
  28291. 6244X
  28292. Feb 00^
  28293. --set theItem to choose file -- uncomment to test in an AS editor
  28294.     tell application "Finder"
  28295.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTSimpleApplet:"
  28296.         activate
  28297.     end tell
  28298. on error errMsg number errNum
  28299.     --enter statements to perform when no records are found such as...
  28300.     display dialog "Sorry, the item you selected could not be found."
  28301.     return
  28302. end try
  28303. New Packagef
  28304. QuickTime
  28305. Dev.CD Feb 00 TC
  28306. D.All Packages
  28307. Tool Chest Edition
  28308. New & RevisedF
  28309. QTStreamingAppletIWThis demo program shows how to display any QuickTime content within a java.awt.Applet.
  28310. J*AppletTag.js
  28311. classes
  28312. README.txt
  28313. sa.bat
  28314. Feb 00
  28315. :Sample Code:QuickTime:QuickTime for Java:QTStreamingApplet:V
  28316. 6245X
  28317. New Package
  28318. 7.5O)Dev.CD Jul 95
  28319. Dev.CD Apr 95
  28320. Dev.CD Jan 95P(Dev.CD Jul 95
  28321. Dev.CD Apr 95
  28322. Dev.CD Jan 9
  28323. hidemenubar
  28324. hidemenubaretc
  28325. hiding
  28326. hierarchical
  28327. hiermenus
  28328. hifi-color
  28329. high-end
  28330. high-level
  28331. high-performance
  28332. high-quality
  28333. high-visibility
  28334. higher
  28335. higher-quality
  28336. highest
  28337. highlighting
  28338. highlights
  28339. highly
  28340. highly-successful
  28341. hilighted
  28342. hilighting
  28343. hilite
  28344. hindi
  28345. however
  28346. --set theItem to choose file -- uncomment to test in an AS editor
  28347.     tell application "Finder"
  28348.         open item "Dev.CD Apr 94
  28349. Dev.CD Jan 94
  28350. Dev.CD Oct 93
  28351. Dev.CD Jul 93
  28352. Dev.CD Apr 93"
  28353.         activate
  28354.     end tell
  28355. on error errMsg number errNum
  28356.     --enter statements to perform when no records are found such as...
  28357.     display dialog "Sorry, the item you selected could not be found."
  28358.     return
  28359. end try
  28360. rds are found such as...
  28361.     display dialog "Sorry, the item you selected could not be found."
  28362.     return
  28363. end try
  28364. e    No Changeq
  28365. Dev.CD Feb 00 TC
  28366. ColorPicker 2.1.1 SDKI
  28367. Color Picker 2.1.1 contains some minor bug fixes and a new ColorPickerLib for developers to use.
  28368. Features: No new features- only bug fixesJ
  28369. Color Picker SDK.sitK
  28370. Aug 97L
  28371. Jan 98N
  28372. Color Picker 2.1.1OADev.CD Jan 00 SDK1:Development Kits:Mac OS:ColorPicker 2.1.1 SDK:PIDev.CD Jan 00 SDK1
  28373.  - Development Kits
  28374.  - Mac OS
  28375.  - ColorPicker 2.1.1 SDKV
  28376. 2164X
  28377. Jan 00^
  28378. Jan 00^
  28379. e    No Change
  28380. --set theItem to choose file -- uncomment to test in an AS editor
  28381.     tell application "Finder"
  28382.         open item "Dev.CD Apr 94
  28383. Dev.CD Jan 94
  28384. Dev.CD Oct 93
  28385. Dev.CD Jul 93
  28386. Dev.CD Apr 93"
  28387.         activate
  28388.     end tell
  28389. on error errMsg number errNum
  28390.     --enter statements to perform when no records are found such as...
  28391.     display dialog "Sorry, the item you selected could not be found."
  28392.     return
  28393. end try
  28394. p--set theItem to choose file -- uncomment to test in an AS editor
  28395.     tell application "Finder"
  28396.         open item "Dev.CD Jan 94
  28397. Dev.CD Oct 93"
  28398.         activate
  28399.     end tell
  28400. on error errMsg number errNum
  28401.     --enter statements to perform when no records are found such as...
  28402.     display dialog "Sorry, the item you selected could not be found."
  28403.     return
  28404. end try
  28405. hardware
  28406. developer
  28407. documentation
  28408. developer
  28409. notes
  28410. devnotes
  28411. heaps
  28412. hebrew
  28413. hierarchical
  28414. sub-menus
  28415. helper
  28416. menubar
  28417. corners
  28418. desktop
  28419. finder
  28420. grayrgn
  28421. hierarchical
  28422. level
  28423. toolbox
  28424. morefiles
  28425. moreisbetter
  28426. wrapper
  28427. hp-ux
  28428. htmlrenderinglib
  28429. packages
  28430. htmlrenderinglib
  28431. human
  28432. 5896X
  28433. Dec 99^
  28434. --set theItem to choose file -- uncomment to test in an AS editor
  28435.     tell application "Finder"
  28436.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  6:"
  28437.         activate
  28438.     end tell
  28439. on error errMsg number errNum
  28440.     --enter statements to perform when no records are found such as...
  28441.     display dialog "Sorry, the item you selected could not be found."
  28442.     return
  28443. end try
  28444. Next CDq
  28445. Dev.CD Dec 99 RL
  28446. D(All Packages
  28447. Reference Library Edition
  28448. develop Issue  7
  28449.         return
  28450. end try
  28451. Movedf"quicktime jpeg compress decompressq
  28452. Dev.CD Feb 00 TC
  28453. #D!All Packages
  28454. Tool Chest Edition
  28455. JSaverI
  28456. JSaver is a Screen Saver module for Berkeley Systems After Dark package that uses the JManager API to run Java applets as screen saver modules.  
  28457. JManager APIs
  28458. Fat CFM code resources
  28459. JavaJ'Sample Code.img
  28460. Windows Sample Code.imgK
  28461. Aug 97:Sample Code:V
  28462. 4159X
  28463. 1e    No Change
  28464. --set theItem to choose file -- uncomment to test in an AS editor
  28465.     tell application "Finder"
  28466.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:"
  28467.         activate
  28468.     end tell
  28469. on error errMsg number errNum
  28470.     --enter statements to perform when no records are found such as...
  28471.     display dialog "Sorry, the item you selected could not be found."
  28472.     return
  28473. end try
  28474.     C9ome solutions. Also sharks, surfboards, and surfer dudes.
  28475. J(develop Issue  6:
  28476. develop Issue  6 code:K
  28477. Vol IIIL
  28478. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  6:PJDev.CD Dec 99 RL
  28479.  - Technical Documentation
  28480.  - develop
  28481.  - develop Issue  6 form of global event filtering service. Carefully isolate your use of this code and you may be able to make the move to Copland without too much pain.
  28482. JejGNE Helper.68K.cw7.
  28483. jGNE Helper.68K.tpm7.
  28484. jGNE Helper.c
  28485. MW jGNE Helper
  28486. native jGNE
  28487. TPM jGNE HelperK
  28488. Mar 96MNAny Macintosh; Metrowerks CodeWarrior CW7 or Symantec THINK Project Manager 7.N6GetNextEvent WaitNextEvent filter jGNE INIT 68K helperO5Dev.CD Feb 00 TC:Tool Chest:OS Utilities:jGNE Helper:P=Dev.CD Feb 00 TC
  28489.  - Tool Chest
  28490.  - OS Utilities
  28491.  - jGNE Helper
  28492. developer
  28493. developer
  28494. forms
  28495. developer
  28496. notes
  28497. update
  28498. developer's
  28499. developerdocumentati
  28500. developerdocumentati
  28501. carbon
  28502. developerdocumentati
  28503. corefoundation
  28504. developerdocumentati
  28505. hardware
  28506. developerdocumentati
  28507. developernotes
  28508. developers
  28509. development
  28510. devices
  28511. diagnostic
  28512. diagnostic
  28513. sound
  28514. sampler
  28515. dictation
  28516. digests
  28517. digital
  28518. config&interleave
  28519. directions
  28520. disinfectant
  28521. disinfectant
  28522. 3.7.1
  28523. performance
  28524. tools
  28525. diskfiller
  28526. display
  28527. display
  28528. display
  28529. manager
  28530. disposeresource
  28531. disposeresource
  28532. distribution
  28533. drive
  28534. utilities
  28535. driver
  28536. driver
  28537. installer
  28538. drivergestaltexplore
  28539. dronezone
  28540. D!All Packages
  28541. Tool Chest Edition
  28542. AE User Terminology 3/92I
  28543. Summary: This folder contains the Apple Event User Terminology resource.
  28544. Features: This package contains the "Terminology Dev Note 3/92" and files needed for adding the 'aeut' to your application.J
  28545. AETE ResEdit Template
  28546. AEUserTermTypes.r
  28547. aeut resource
  28548. AppleEventTypes.h
  28549. EnglishMiscellaneous.r
  28550. EnglishMiscellaneous.rsrc
  28551. EnglishTerminology.r
  28552. EnglishTerminology.rsrc
  28553. Terminology Dev Note 3/92K
  28554. May 92L
  28555. May 94M
  28556. System 7.0N
  28557. AE, Apple Events, AppleEventsmponent
  28558. compresspictfile
  28559. compresspictfile
  28560. concordia
  28561. concordia
  28562. conferencing
  28563. config
  28564. config&interleave
  28565. configuration
  28566. connect
  28567. connect
  28568. connection
  28569. connectivity
  28570. contacts
  28571. content
  28572. contents
  28573. contents
  28574. extensions
  28575. contents
  28576. bootvol
  28577. contextual
  28578. contextual
  28579. development
  28580. contextual
  28581. machack
  28582. goodies
  28583. 5742X
  28584. Nov 99^
  28585. --set theItem to choose file -- uncomment to test in an AS editor
  28586.     tell application "Finder"
  28587.         open item "Dev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1995:"
  28588.         activate
  28589.     end tell
  28590. on error errMsg number errNum
  28591.     --enter statements to perform when no records are found such as...
  28592.     display dialog "Sorry, the item you selected could not be found."
  28593.     return
  28594. end try
  28595. Deletedq
  28596. Dev.CD Nov 99 TC
  28597. (D!All Packages
  28598. Tool Chest Edition
  28599. Apple Directions 1996ICSummary:  Apple Directions, The Developer Business Report, 1-12/96.J
  28600. Apple Directions 01/96
  28601. Apple Directions 02/96
  28602. Apple Directions 03/96
  28603. Apple Directions 04/96
  28604. Apple Directions 05/96
  28605. Apple Directions 06/96
  28606. Apple Directions 07/96
  28607. Apple Directions 08/96
  28608. Apple Directions 09/96
  28609. Apple Directions 10/96
  28610. Apple Directions 11-12/96K
  28611. Mar 96L
  28612. Nov 96OMDev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1996:
  28613.  by a computer graphics program 
  28614. b--set theItem to choose file -- uncomment to test in an AS editor
  28615.     tell application "Finder"
  28616.         open item "Dev.CD Jan 95"
  28617.         activate
  28618.     end tell
  28619. on error errMsg number errNum
  28620.     --enter statements to perform when no records are found such as...
  28621.     display dialog "Sorry, the item you selected could not be found."
  28622.     return
  28623. end try
  28624. s are found such as...
  28625.     display dialog "Sorry, the item you selected could not be found."
  28626.     return
  28627. end try
  28628. All Packages
  28629. F    QuickTimeO
  28630. Dev.CD Jul 93
  28631. Dev.CD Apr 93P
  28632. Dev.CD Jul 93
  28633. Dev.CD Apr 9V
  28634. 4537X
  28635. Jul 93
  28636. p--set theItem to choose file -- uncomment to test in an AS editor
  28637.     tell application "Finder"
  28638.         open item "Dev.CD Jul 93
  28639. Dev.CD Apr 93"
  28640.         activate
  28641.     end tell
  28642. on error errMsg number errNum
  28643.     --enter statements to perform when no records are found such as...
  28644.     display dialog "Sorry, the item you selected could not be found."
  28645.     return
  28646. end try
  28647. All Packages
  28648. never
  28649. never-before-possibl
  28650. nevertheless
  28651. roups
  28652. newsletter
  28653. newton
  28654. newton-related
  28655. nicest
  28656. nichols
  28657. Summary: This is the electronic version of develop magazine.
  28658.  Issue 6 highlights:
  28659. Threads on the Macintosh  by Michael Gough.   Multiple concurrent 
  28660. threads of execution on the Macintosh? You bet! This article presents a complete threads package, talks about its implementation, and shows you how to use it.
  28661. QuickDraw's CopyBits Procedure: Better Than Ever in System 7.0  by Konstantin Othmer.   In System 7.0, the internal workings of this versatile routine have changed (for the better, o
  28662. f course!). Learn all about the differences, and check out some simple but useful image processing techniques.
  28663. MacTCP Cookbook: Constructing Network-Aware Applications   
  28664. by Steve Falkenburg.   Networking for the rest of us. Here's an introduction to the TCP/IP protocol suite, and a library of routines that make using MacTCP a (relative) breeze.
  28665. Print Hints from Luke & Zz: Color Printing with LaserWriter 6.0 Revisited  by Pete 
  28666.  Alexander.   A potential color printing problem, and s
  28667. datamaster
  28668. datamaster
  28669. datasheet
  28670. dateconverter
  28671. dateconverter
  28672. aliases
  28673. dcmds
  28674. debabelizer
  28675. debabelizer
  28676. camera
  28677. cameron
  28678. campaign
  28679. campaigns
  28680. campfire
  28681. can't
  28682. differs
  28683. difficult
  28684. difficulties
  28685. difficulty
  28686. digest
  28687. digit
  28688. digital
  28689. digitizer
  28690. digitizers
  28691. digitizing
  28692. dilemmas
  28693. dimension
  28694. dimensions
  28695. dimmed
  28696. dimming
  28697. dimms
  28698. diractive
  28699. direct
  28700. direct-manipulation
  28701. direction
  28702. directional
  28703. directions
  28704. directly
  28705. directories
  28706. directoryW
  28707. directs
  28708. directsetentries
  28709. direformat
  28710. dirid
  28711. iguator
  28712. disappear
  28713. disassemble
  28714. disassembly
  28715. discard
  28716. disclaimer
  28717. AJEAbout AppleShare Client API
  28718. AppleShareClientAPI.pdf
  28719. Headers
  28720. LibrariesK
  28721. Jan 00L
  28722. Jan 00MIMac OS 9 is recommended.  The minimum requirement is Mac OS 7.6 or later.N'AppleShare, Client, AFP, shared volumesOEDev.CD Jan 00 SDK1:Development Kits:Mac OS:AppleShare Client API SDK:PMDev.CD Jan 00 SDK1
  28723.  - Development Kits
  28724.  - Mac OS
  28725.  - AppleShare Client API SDKV
  28726. 5768X
  28727. Jan 00^
  28728. --set theItem to choose file -- uncomment to test in an AS editor
  28729.     tell application "Finder"
  28730.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:AppleShare Client API SDK:"
  28731.         activate
  28732.     end tell
  28733. on error errMsg number errNum
  28734.     --enter statements to perform when no records are found such as...
  28735.     display dialog "Sorry, the item you selected could not be found."
  28736.     return
  28737. end try
  28738. e    No Changef$AppleShare
  28739. Client
  28740. shared volumesoPftp://ftp.apple.com/developer/Development_Kits/AppleShare_Client_API_SDK.img.hqxq
  28741. Dev.CD Jan 00 SDK1
  28742. BD!All Packages
  28743. Mac OS SDK Edition
  28744. elines
  28745. 5897X
  28746. Dec 99^
  28747. --set theItem to choose file -- uncomment to test in an AS editor
  28748.     tell application "Finder"
  28749.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  7:"
  28750.         activate
  28751.     end tell
  28752. on error errMsg number errNum
  28753.     --enter statements to perform when no records are found such as...
  28754.     display dialog "Sorry, the item you selected could not be found."
  28755.     return
  28756. end try
  28757. Next CDq
  28758. Dev.CD Dec 99 RL
  28759. D(All Packages
  28760. Reference Library Edition
  28761. develop Issue  8
  28762. D!All Packages
  28763. Mac OS SDK Edition
  28764. Communications Toolbox
  28765. versatility
  28766. version
  28767. versionedit
  28768. visible
  28769. visit
  28770. visually
  28771. vocabulary
  28772. voice
  28773. volume
  28774. volumes
  28775. w/sys
  28776. walk-through
  28777. walkthrough
  28778. O:Dev.CD Feb 00 TC:Tool Chest:Toolbox:Ticket to Program 1.0:PBDev.CD Feb 00 TC
  28779.  - Tool Chest
  28780.  - Toolbox
  28781.  - Ticket to Program 1.0V
  28782. 6890X
  28783. Feb 00^
  28784. --set theItem to choose file -- uncomment to test in an AS editor
  28785.     tell application "Finder"
  28786.         open item "Dev.CD Feb 00 TC:Tool Chest:Toolbox:Ticket to Program 1.0:"
  28787.         activate
  28788.     end tell
  28789. on error errMsg number errNum
  28790.     --enter statements to perform when no records are found such as...
  28791.     display dialog "Sorry, the item you selected could not be found."
  28792.     return
  28793. end try
  28794. e    No Changeq
  28795. Dev.CD Feb 00 TC
  28796. D.All Packages
  28797. Tool Chest Edition
  28798. New & RevisedF
  28799. TimeCodeIIThis demo program shows how to add and remove TimeCode tracks to a movie.J+README.txt
  28800. tc.bat
  28801. TimeCode
  28802. TimeCode.zipK
  28803. Feb 00
  28804. :Sample Code:QuickTime:QuickTime for Java:TimeCode:V
  28805. 6891X
  28806. New Package
  28807. stack
  28808. standard
  28809. standard
  28810. samples
  28811. standardfileicons
  28812. standards
  28813. starter
  28814. saver
  28815. 2.1.1
  28816. stopxpp
  28817. stopxpp
  28818. stream
  28819. streamnop
  28820. strip
  28821. style
  28822. success
  28823. suite
  28824. suites
  28825. super
  28826. survey
  28827. 2.0b6
  28828. switch
  28829. switch
  28830. stack
  28831. synccatch
  28832. synchronization
  28833. synthesis
  28834. sysconfig
  28835. sysconfig
  28836. 1.5b16
  28837. systemO
  28838. D!All Packages
  28839. Tool Chest Edition
  28840. 5thColumn
  28841. Summary: 5thColumn
  28842.  allows one CPU to control or get information on another CPU remotely. This is done by executing functions over an AppleTalk network (LocalTalk, EtherTalk, TokenTalk).
  28843. Features: 5thColumn
  28844.  can synchronize clocks, shutdown, restart, take screen shots, launch applications, read memory, get gestalt information, delete files/folders, get directory IDs and drop CPU into MacsBug executing commands.
  28845. VU3.0.1d3.smiK
  28846. Vol IVL
  28847. Vol VIM[Runs on all Macintoshes and system software. As of now it needs MPW on the controlling end.OEDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Virtual User 3.0.1d3:PMDev.CD Feb 00 TC
  28848.  - Tool Chest
  28849.  - Testing & Debugging
  28850.  - Virtual User 3.0.1d3V
  28851. 5086X
  28852. Feb 00^
  28853. #nter statements to perform when no records are found such as...
  28854.     display dialog "Sorry, the item you selected could not be found."
  28855.     return
  28856. end try
  28857. D!All Packages
  28858. Tool Chest Edition
  28859. Worldwide QuickDraw GX
  28860. by Scott 
  28861.  Zimmerman.   How can you add Balloon Help to your custom Print dialog items? Zz will tell you all about it.
  28862. J(develop Issue  7:
  28863. develop Issue  7 code:K
  28864. Vol IIIL
  28865. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  7:PJDev.CD Dec 99 RL
  28866.  - Technical Documentation
  28867.  - develop
  28868.  - develop Issue  7 Halftone Dither Sample CodeO
  28869. Dev.CD Feb 00 TC:Sample Code:P
  28870. Dev.CD Feb 00 TC
  28871.  - Sample CodeV
  28872. 4152X
  28873. Feb 00^
  28874. r--set theItem to choose file -- uncomment to test in an AS editor
  28875.     tell application "Finder"
  28876.         open item "Dev.CD Feb 00 TC:Sample Code:"
  28877.         activate
  28878.     end tell
  28879. on error errMsg number errNum
  28880.     --enter statements to perform when no records are found such as...
  28881.     display dialog "Sorry, the item you selected could not be found."
  28882.     return
  28883. end try
  28884. Movedf;QuickDraw GX raster ImageWriter Halftone Dither Sample Code
  28885. developer
  28886. developer
  28887. documentation
  28888. developer
  28889. information
  28890. developer
  28891. notes
  28892. developer
  28893. university
  28894. developertutorial
  28895. developertutorial
  28896. development
  28897. devenvguide
  28898. device
  28899. devicemanagers
  28900. devices
  28901. devtools
  28902. diagrams
  28903. dialogtest
  28904. dictionary
  28905. difference
  28906. differences
  28907. disclaimer
  28908. disinfectant
  28909. 6.3.3
  28910. quick
  28911. reference
  28912. display
  28913. display
  28914. display
  28915. device
  28916. driver
  28917. guide
  28918. displaymanager
  28919. displaymanager
  28920. distributors/localiz
  28921. -the system software that comes with the iBook 
  28922. Features:
  28923. Hardware Product list covered:
  28924. Servers
  28925. Printers
  28926. Device Services
  28927. Power Macintosh
  28928. Portables
  28929. 68040 Macintosh Desktop
  28930. 68040 Macintosh Portables
  28931. 68030 and Earlier Deesktops
  28932. 68030 and Earlier Portables
  28933. JeAboutThisSite:
  28934. Developer_Notes:
  28935. DeviceManagers:
  28936. hardware.html
  28937. hardware2.html
  28938. images:
  28939. legacy:
  28940. Updates:K
  28941. Sep 98L
  28942. Dec 99N
  28943. Developer Notes, Hardware, Technical Publications, iMac, iBook, Power Macintosh, PowerBooks, Servers, Device Managers and Drivers, Updates, Printers, Desktops, PortablesO8Dev.CD Dec 99 RL Disk 2:Technical Publications:hardware:P=Dev.CD Dec 99 RL Disk 2
  28944.  - Technical Publications
  28945.  - hardware
  28946. Dev.CD Jul 98 SSW/SDV
  28947. 5662X
  28948. Jul 98
  28949. j--set theItem to choose file -- uncomment to test in an AS editor
  28950.     tell application "Finder"
  28951.         open item "Dev.CD Jul 98 SSW/SDK"
  28952.         activate
  28953.     end tell
  28954. on error errMsg number errNum
  28955.     --enter statements to perform when no records are found such as...
  28956.     display dialog "Sorry, the item you selected could not be found."
  28957.     return
  28958. end try
  28959. All Packages
  28960. Dev.CD Jul 98 SSW/SDKP
  28961. Dev.CD Jul 98 SSW/SDV
  28962. 5663X
  28963. Jul 98
  28964. j--set theItem to choose file -- uncomment to test in an AS editor
  28965.     tell application "Finder"
  28966.         open item "Dev.CD Jul 98 SSW/SDK"
  28967.         activate
  28968.     end tell
  28969. on error errMsg number errNum
  28970.     --enter statements to perform when no records are found such as...
  28971.     display dialog "Sorry, the item you selected could not be found."
  28972.     return
  28973. end try
  28974. All Packages
  28975. Dev.CD Jul 98 SSW/SDKP
  28976. Dev.CD Jul 98 SSW/SDV
  28977. 5664X
  28978. Jul 98
  28979. ts using different sizes
  28980. All Packages
  28981. QuickDraw GXO
  28982. Dev.CD Jul 95P
  28983. Dev.CD Jul 9V
  28984. 6296X
  28985. Jul 95
  28986. b--set theItem to choose file -- uncomment to test in an AS editor
  28987.     tell application "Finder"
  28988.         open item "Dev.CD Jul 95"
  28989.         activate
  28990.     end tell
  28991. on error errMsg number errNum
  28992.     --enter statements to perform when no records are found such as...
  28993.     display dialog "Sorry, the item you selected could not be found."
  28994.     return
  28995. end try
  28996. All Packages
  28997. QuickDraw GXO
  28998. Dev.CD Jul 95P
  28999. Dev.CD Jul 9V
  29000. 6297X
  29001. Jul 95
  29002. b--set theItem to choose file -- uncomment to test in an AS editor
  29003.     tell application "Finder"
  29004.         open item "Dev.CD Jul 95"
  29005.         activate
  29006.     end tell
  29007. on error errMsg number errNum
  29008.     --enter statements to perform when no records are found such as...
  29009.     display dialog "Sorry, the item you selected could not be found."
  29010.     return
  29011. end try
  29012. All Packages
  29013. QuickDraw GXO
  29014. Dev.CD Jul 95P
  29015. Dev.CD Jul 9V
  29016. 6298X
  29017. Jul 95
  29018. ODDev.CD Dec 99 RL Disk 1:Technical Documentation:ABS Technical Notes:PIDev.CD Dec 99 RL Disk 1
  29019.  - Technical Documentation
  29020.  - ABS Technical NotesV
  29021. 5719X
  29022. Dec 99^    RL Disk 1
  29023. --set theItem to choose file -- uncomment to test in an AS editor
  29024.     tell application "Finder"
  29025.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:ABS Technical Notes:"
  29026.         activate
  29027.     end tell
  29028. on error errMsg number errNum
  29029.     --enter statements to perform when no records are found such as...
  29030.     display dialog "Sorry, the item you selected could not be found."
  29031.     return
  29032. end try
  29033. Deletedf-ESD
  29034. AppleSearch
  29035. AppleShare
  29036. IP Gatewayq
  29037. Dev.CD Dec 99 RL Disk 1
  29038. D!All Packages
  29039. Tool Chest Edition
  29040. Ad Lib 3.0.1
  29041.     works with 68K or PowerPC.
  29042. J'Sample Code.img
  29043. Windows Sample Code.imgK
  29044. Feb 92L
  29045. Nov 96O
  29046. Dev.CD Feb 00 TC:Sample Code:P
  29047. Dev.CD Feb 00 TC
  29048.  - Sample CodeV
  29049. 4639X
  29050. Feb 00^
  29051. w/sys
  29052. walk-through
  29053. --set theItem to choose file -- uncomment to test in an AS editor
  29054.     tell application "Finder"
  29055.         open item "Dev.CD Apr 94
  29056. Dev.CD Jan 94
  29057. Dev.CD Oct 93
  29058. Dev.CD Jul 93"
  29059.         activate
  29060.     end tell
  29061. on error errMsg number errNum
  29062.     --enter statements to perform when no records are found such as...
  29063.     display dialog "Sorry, the item you selected could not be found."
  29064.     return
  29065. end try
  29066. at-attachment
  29067. folder
  29068. database
  29069. database
  29070. suite
  29071. databases-standalone
  29072. datamaster
  29073. datamaster
  29074. datasheet
  29075. dateconverter
  29076. dateconverter
  29077. aliases
  29078. dcmds
  29079. debabelizer
  29080. debabelizer
  29081. 5898X
  29082. Dec 99^
  29083. --set theItem to choose file -- uncomment to test in an AS editor
  29084.     tell application "Finder"
  29085.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  8:"
  29086.         activate
  29087.     end tell
  29088. on error errMsg number errNum
  29089.     --enter statements to perform when no records are found such as...
  29090.     display dialog "Sorry, the item you selected could not be found."
  29091.     return
  29092. end try
  29093. Next CDq
  29094. Dev.CD Dec 99 RL
  29095. D(All Packages
  29096. Reference Library Edition
  29097. develop Issue  9
  29098. D!All Packages
  29099. Mac OS SDK Edition
  29100. ContextualMenuManagerSDK 1.0.3
  29101. Summary: This is the electronic version of develop magazine.
  29102.  Issue 7 highlights:
  29103. QuickTime 1.0: 
  29104. You Oughta Be in Pictures
  29105.   by Guillermo A. Ortiz.
  29106. An introduction to QuickTime that shows you how to create and play back simple movies.
  29107. Scoring Points With TrueType  by Konstantin Othmer and Mike Reed.   This article demonstrates some snazzy, never-before-possible text effects.
  29108. Threaded Communications With Futures  by Michael Gough.   Futures are an addition to the Threads Package that 
  29109. can make your IPC code even cleaner.
  29110. Using C++ Objects in a World of Exceptions  by Michael C. Greenspon.   This article explores some subtle gotchas that can occur when mixing Pascal and C++ objects, and provides guidelines for avoiding them.
  29111. The Subspace Manager in System 7.0  by Harry R. Chesley.   A little-known Macintosh Manager is revealed for the first time, and the (hairy) implications for life on earth are discussed.
  29112. Print Hints From Luke & Zz: Help for Your Dialog Appendages  
  29113. QuickDraw
  29114.  3D enables your computer to display three-dimensional graphics using applications designed to take advantage of QuickDraw 3D. It also provides a common file format, called QuickDraw 3D Metafile (or 3DMF for short), for exchanging 3D documents.  QuickDraw 3D also provides acceleration services which support plug-and-play accelerator cards.   Enclosed, you will find the v.1.5.2 release of QuickDraw 3D for Windows.
  29115. QuickDraw 3D v1.5.2K
  29116. Sep 97N
  29117. QuickDraw 3D, Windows, MetafileOCDev.CD Apr 99 SDK1:Development Kits:QuickDraw 3D for Windows 1.5.2:PHDev.CD Apr 99 SDK1
  29118.  - Development Kits
  29119.  - QuickDraw 3D for Windows 1.5.2cuments
  29120. domain
  29121. double-byte
  29122. driver
  29123. table
  29124. drivers
  29125. stylechat
  29126. duplication
  29127. dynamic
  29128. dynamic
  29129. linking
  29130. dynamic
  29131. scrolling
  29132. protocol
  29133. editor
  29134. eject
  29135. objectsupportlib
  29136. obscure
  29137. obsolete
  29138. obsolete/pre-asip
  29139. obtain
  29140. occurs
  29141. october
  29142. PODev.CD Feb 00 TC
  29143.  - Tool Chest
  29144.  - Devices
  29145.  - Apple Desktop Bus
  29146.  - ADBReInit 1.0V
  29147. 5724X
  29148. Feb 00^
  29149. --set theItem to choose file -- uncomment to test in an AS editor
  29150.     tell application "Finder"
  29151.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:Apple Desktop Bus:ADBReInit 1.0:"
  29152.         activate
  29153.     end tell
  29154. on error errMsg number errNum
  29155.     --enter statements to perform when no records are found such as...
  29156.     display dialog "Sorry, the item you selected could not be found."
  29157.     return
  29158. end try
  29159. e    No Changef
  29160. Dev.CD Feb 00 TC
  29161. D(All Packages
  29162. Reference Library Edition
  29163. F!Adobe Acrobat Exchange LE 2.0.1r3
  29164.     rChkGestaltFunction provides an alternative to the CheckGestalt clause which requires that the scripter provide all possible matches to the results of the Gestalt call.  With the User Function, the script writer can simply check for the existence of a gestalt selector, without having to worry about it's return values.
  29165. Windoid:  Windoid is a MacApp 3.0 
  29166. off-by-one
  29167. off-screen
  29168. off-the-shelf
  29169. offer
  29170. offered
  29171. on-line-service
  29172. on-screen
  29173. online
  29174. opendoc
  29175. operate
  29176. operating
  29177. operation
  29178. operations
  29179. opportunity
  29180. optimizer
  29181. optimizing
  29182. Summary: This is the electronic version of develop magazine.
  29183.  Issue 8 highlights:
  29184. Curves Ahead: Working With Curves in QuickDraw  by Mike Reed and Konstantin Othmer.   All about quadratic B
  29185. zier curves on the Macintosh, including using the curves from TrueType fonts.
  29186. Validating Date and Time Entry in MacApp  by James Plamondon.   Here
  29187. s a new MacApp class that provides robust and flexible entry validation.
  29188. Macintosh Debugging: A Weird Journey Into the Belly of the Beast  by Bo3b Johns
  29189. on and Fred Huxham.   This article presents some very useful debugging techniques that every Macintosh developer needs to know about.
  29190. Macintosh Hybrid Applications for A/UX  by John Morley.   This is an introduction to writing Macintosh applications meant to run under A/UX, explaining the basics and pointing out some potential gotchas.
  29191. Print Hints From Luke & Zz: CopyMask, CopyDeepMask, and LaserWriter Driver 7.0  by Pete 
  29192.  Alexander.   How do you print graphics that use CopyMask an
  29193. d CopyDeepMask with LaserWriter driver 7.0? Read this column to find out.
  29194. Be Our Guest: GWorlds and NuBus Memory  by Forrest Tanaka and Paul Snively.   Taking advantage of NuBus memory for off-screen graphics is tricky. Here are some tips on how to do it in a friendly, compatible way.
  29195. J(develop Issue  8:
  29196. develop Issue  8 code:K
  29197. Vol IIIL
  29198. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  8:PJDev.CD Dec 99 RL
  29199.  - Technical Documentation
  29200.  - develop
  29201.  - develop Issue  8pdates to this documentation will happen within this Technical Note.
  29202. MacCalendar is a complete snippet that illustrates how to write a module for the Control Strip Manager that is available for PowerBook Macintoshes.
  29203. JMControl Strip
  29204. Control Strip Sample
  29205. Control Strip Technical Note
  29206. MacCalendar 
  29207. Apr 96N'Control Strip, PowerBook, Control PanelO9Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Control Strip:PADev.CD Jan 00 SDK1
  29208.  - Development Kits
  29209.  - Mac OS
  29210.  - Control Strip
  29211. Save Print Record:  Walks you through the style and job dialogs to create a print record ready-to-print-with, and then saves it to a resource file with resource type 'YO!!' and ID 128.  The first step towards saving print records for multiple printers.
  29212. Scalable PostScript PICT:  Shows how you can use the PostScript clip in combination with the QuickDraw clipping region to make PostScript code that scales at run-time.  Has some limitations, but a useful technique.
  29213. SetPDiMC:  This MPW toolG
  29214.  sets the 
  29215. Printer Driver Is MultiFinder Compatible
  29216.  flag (see 
  29217. Learning to Drive
  29218.  on the Developer Essentials disc).
  29219. Stylemap:  Yet another code illustration for the Q&A on "intrinsic styles of a PostScript font" in d e v e l o p, Summer 1991.
  29220. J'Sample Code.img
  29221. Windows Sample Code.imgK
  29222. Nov 94L
  29223. Nov 96O
  29224. Dev.CD Feb 00 TC:Sample Code:P
  29225. Dev.CD Feb 00 TC
  29226.  - Sample Code
  29227. routines
  29228. patching
  29229. manager
  29230. simulate
  29231. contro
  29232. Summary:  The Sample Code Board has devised a survey that we hope will provide us with information about which samples developers recognize as valuable and which obsolete,  which technology areas need more coverage and which are over-represented, which levels of expertise need more attention, etc.  Please fill this out and return to DEVSUPPORT.
  29233. The Developer Support Center is currently evaluating available code samples and defining new standards for presentation.  We are soliciting develoBjper feedback, so that we can provide you with the samples you need, or improve the samples that exist now.
  29234. Sample Code SurveyK
  29235. Jan 94M
  29236. TeachText or any word-processorN&sample code survey, developer feedbackO/Dev.CD Nov 99 TC:Sample Code:Sample Code SurveyP4Dev.CD Nov 99 TC
  29237.  - Sample Code
  29238.  - Sample Code Surve
  29239. develop
  29240. develop
  29241. issue
  29242. Dev.CD Apr 97 SSV
  29243. 5564X
  29244. Apr 97
  29245. f--set theItem to choose file -- uncomment to test in an AS editor
  29246.     tell application "Finder"
  29247.         open item "Dev.CD Apr 97 SSW"
  29248.         activate
  29249.     end tell
  29250. on error errMsg number errNum
  29251.     --enter statements to perform when no records are found such as...
  29252.     display dialog "Sorry, the item you selected could not be found."
  29253.     return
  29254. end try
  29255. All Packages
  29256. 7.5.3 (PB 1400)O
  29257. Dev.CD Apr 97 SSWP
  29258. Dev.CD Apr 97 SSV
  29259. 5565X
  29260. Apr 97
  29261. f--set theItem to choose file -- uncomment to test in an AS editor
  29262.     tell application "Finder"
  29263.         open item "Dev.CD Apr 97 SSW"
  29264.         activate
  29265.     end tell
  29266. on error errMsg number errNum
  29267.     --enter statements to perform when no records are found such as...
  29268.     display dialog "Sorry, the item you selected could not be found."
  29269.     return
  29270. end try
  29271. All Packages
  29272. 7.5.3 (PB 1400)O
  29273. Dev.CD Apr 97 SSWP
  29274. Dev.CD Apr 97 SSV
  29275. 5566X
  29276. Apr 97
  29277. pci-based
  29278. pci-pci
  29279. defined
  29280. defines
  29281. defining
  29282. definition
  29283. definitions
  29284. definitive
  29285. stration
  29286. cross-platform
  29287. cryptographic
  29288. cryptographic
  29289. authentication
  29290. appleshare
  29291. appearance
  29292. cryptography
  29293. ctabhandle
  29294. ctseed
  29295. cursors
  29296. custom
  29297. customgetfile
  29298. customgetfile
  29299. customputfile
  29300. dialog
  29301. select
  29302. folder
  29303. balloo
  29304. customputfile
  29305. cyrillic
  29306. 5899X
  29307. Dec 99^
  29308. --set theItem to choose file -- uncomment to test in an AS editor
  29309.     tell application "Finder"
  29310.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  9:"
  29311.         activate
  29312.     end tell
  29313. on error errMsg number errNum
  29314.     --enter statements to perform when no records are found such as...
  29315.     display dialog "Sorry, the item you selected could not be found."
  29316.     return
  29317. end try
  29318. Next CDq
  29319. Dev.CD Dec 99 RL
  29320. D(All Packages
  29321. Reference Library Edition
  29322. Developer Forms
  29323.     cards
  29324.  Apple Built-In Ethernet version 1.0.1, containing drivers for all built-in ethernets
  29325.  TokenTalk version 2.5.7
  29326.  Token Ring Control Panel version 1.0.1
  29327.  Token Ring driver version 2.5.2 for the TokenTalk NB Card
  29328.  Token Ring driver version 1.0.2 for the Token Ring 4/16 NB and Token Ring NB/c Card
  29329.  A/ROSE 1.2.1, for use in some token ring configurations
  29330. See the document "NSI 1.5.1 - Read Me First" for details.
  29331. Aug 92L
  29332. Jul 95
  29333. talking
  29334. talks
  29335. talktool
  29336. tampa
  29337. tanaka
  29338. tantek
  29339. tanzania
  29340. tanzania-family
  29341. target
  29342. targeted
  29343. targeting
  29344. targets
  29345. targetted
  29346. tasks
  29347. tbltdrvr
  29348. tcp/ip
  29349. tcp/ip
  29350. administration
  29351. macintosh
  29352. v2.0.4
  29353. tcp/ip
  29354. connection
  29355. macintosh
  29356. v2.0.4
  29357. technote
  29358. technotes
  29359. tells
  29360. template
  29361. templates
  29362. temporal
  29363. temporarily
  29364. temporary
  29365. tensor
  29366. terminal
  29367. --set theItem to choose file -- uncomment to test in an AS editor
  29368.     tell application "Finder"
  29369.         open item "Dev.CD Apr 94
  29370. Dev.CD Jan 94
  29371. Dev.CD Oct 93
  29372. Dev.CD Jul 93
  29373. Dev.CD Apr 93"
  29374.         activate
  29375.     end tell
  29376. on error errMsg number errNum
  29377.     --enter statements to perform when no records are found such as...
  29378.     display dialog "Sorry, the item you selected could not be found."
  29379.     return
  29380. end try
  29381. sample
  29382. demonstrating
  29383. certain
  29384. kinds
  29385. samples
  29386. satisfy
  29387. satisfying
  29388. saves
  29389. saving
  29390. savory
  29391. savvy
  29392. sawitzki
  29393. sbarcdef
  29394. scanned
  29395. scanner
  29396. scanning
  29397. scans
  29398. schedule
  29399. schedules
  29400. schemes
  29401. schneider
  29402. science
  29403. scoop
  29404. score
  29405. scoring
  29406. scott
  29407. Summary: This is the electronic version of develop magazine.
  29408.  Issue 9 highlights:
  29409. Making the Most of Color on 1-Bit Devices  by Konstantin Othmer and Daniel Lipton.  A two-part article: how to create color PICTs on black-and-white machines, and the theory and practice of dithering.
  29410. The TextBox You
  29411. ve Always Wanted  by Bryan K. (
  29412. Beaker
  29413. ) Ressler.   Here
  29414. s a replacement for TextBox, with better performance, more flexibility, and international compatibility. What more do you want?
  29415. Makin
  29416. g Your Macintosh Sound Like an Echo Box  by Rich Collyer.   Learn how to use double buffering techniques to simultaneously record and play sounds.
  29417. Simple Text Windows via the Terminal Manager  by Craig Hotchkiss.  The Terminal Manager (in the Communications Toolbox) provides handy text output capabilities in your application with virtually no effort.
  29418. Tracks: A New Tool for Debugging Drivers  by Brad Lowe.  Debugging device drivers is a pain. This tool provides an easy way to log informat
  29419. All Packages
  29420. 6.0.7.1OpDev.CD Apr 94
  29421. Dev.CD Jan 94
  29422. Dev.CD Oct 93
  29423. Dev.CD Aug 93
  29424. Dev.CD Mar 92
  29425. Dev.CD Feb 92
  29426. Dev.CD Jan 92
  29427. Dev.CD Vol. XIPoDev.CD Apr 94
  29428. Dev.CD Jan 94
  29429. Dev.CD Oct 93
  29430. Dev.CD Aug 93
  29431. Dev.CD Mar 92
  29432. Dev.CD Feb 92
  29433. Dev.CD Jan 92
  29434. Dev.CD Vol. XV
  29435. 5194X
  29436. Apr 94
  29437. --set theItem to choose file -- uncomment to test in an AS editor
  29438.     tell application "Finder"
  29439.         open item "Dev.CD Apr 94
  29440. Dev.CD Jan 94
  29441. Dev.CD Oct 93
  29442. Dev.CD Aug 93
  29443. Dev.CD Mar 92
  29444. Dev.CD Feb 92
  29445. Dev.CD Jan 92
  29446. Dev.CD Vol. XI"
  29447.         activate
  29448.     end tell
  29449. on error errMsg number errNum
  29450.     --enter statements to perform when no records are found such as...
  29451.     display dialog "Sorry, the item you selected could not be found."
  29452.     return
  29453. end try
  29454. All Packages
  29455. 6.0.7.1O8Dev.CD Mar 92
  29456. Dev.CD Feb 92
  29457. Dev.CD Jan 92
  29458. Dev.CD Vol. XIP7Dev.CD Mar 92
  29459. Dev.CD Feb 92
  29460. Dev.CD Jan 92
  29461. Dev.CD Vol. XV
  29462. 5195X
  29463. Mar 92
  29464. cket to Program.c
  29465. Ticket to Program.hK
  29466. Vol IXM
  29467. Written in Think C 4.0en in Think C 4.0W
  29468. Aug 93M*AppleTalk or TCP/IP networking connectionsN
  29469. SNMP, Network ManagementO=Dev.CD Feb 00 TC:Tool Chest:Networking:SNMP:SNMP Development:PHDev.CD Feb 00 TC
  29470.  - Tool Chest
  29471.  - Networking
  29472.  - SNMP
  29473.  - SNMP DevelopmentV
  29474. 6527X
  29475. Feb 00^
  29476. --set theItem to choose file -- uncomment to test in an AS editor
  29477.     tell application "Finder"
  29478.         open item "Dev.CD Feb 00 TC:Tool Chest:Networking:SNMP:SNMP Development:"
  29479.         activate
  29480.     end tell
  29481. on error errMsg number errNum
  29482.     --enter statements to perform when no records are found such as...
  29483.     display dialog "Sorry, the item you selected could not be found."
  29484.     return
  29485. end try
  29486. e    No Changef
  29487. Network Managementq
  29488. Dev.CD Feb 00 TC
  29489. 9D!All Packages
  29490. Mac OS SDK Edition
  29491. SOMobjects
  29492.  for Mac OS
  29493.     sborne
  29494. oserr
  29495. osl-compliant
  29496. otioctl
  29497. otlifo
  29498. otserverlimits
  29499. otstreamlogviewer
  29500. All Packages
  29501. QuickDraw GXO
  29502. Dev.CD Aug 96 TCP
  29503. Dev.CD Aug 96 TV
  29504. 6339X
  29505. Aug 96
  29506. e--set theItem to choose file -- uncomment to test in an AS editor
  29507.     tell application "Finder"
  29508.         open item "Dev.CD Aug 96 TC"
  29509.         activate
  29510.     end tell
  29511. on error errMsg number errNum
  29512.     --enter statements to perform when no records are found such as...
  29513.     display dialog "Sorry, the item you selected could not be found."
  29514.     return
  29515. end try
  29516. All Packages
  29517. QuickDraw GXO
  29518. Dev.CD Aug 96 TCP
  29519. Dev.CD Aug 96 TV
  29520. 6340X
  29521. Aug 96
  29522. e--set theItem to choose file -- uncomment to test in an AS editor
  29523.     tell application "Finder"
  29524.         open item "Dev.CD Aug 96 TC"
  29525.         activate
  29526.     end tell
  29527. on error errMsg number errNum
  29528.     --enter statements to perform when no records are found such as...
  29529.     display dialog "Sorry, the item you selected could not be found."
  29530.     return
  29531. end try
  29532. All Packages
  29533. QuickDraw GXO
  29534. Dev.CD Jun 97 SSWP
  29535. Dev.CD Jun 97 SSV
  29536. 6341X
  29537. All Packages
  29538. 7.1OsDev.CD Apr 94
  29539. Dev.CD Jan 94
  29540. Dev.CD Oct 93
  29541. Dev.CD Jul 93
  29542. Dev.CD Apr 93
  29543. Dev.CD Feb 93
  29544. Dev.CD Jan 93
  29545. Dev.CD Nov/Dec 92PrDev.CD Apr 94
  29546. Dev.CD Jan 94
  29547. Dev.CD Oct 93
  29548. Dev.CD Jul 93
  29549. Dev.CD Apr 93
  29550. Dev.CD Feb 93
  29551. Dev.CD Jan 93
  29552. Dev.CD Nov/Dec 9V
  29553. 5287X
  29554. Apr 94
  29555. --set theItem to choose file -- uncomment to test in an AS editor
  29556.     tell application "Finder"
  29557.         open item "Dev.CD Apr 94
  29558. Dev.CD Jan 94
  29559. Dev.CD Oct 93
  29560. Dev.CD Jul 93
  29561. Dev.CD Apr 93
  29562. Dev.CD Feb 93
  29563. Dev.CD Jan 93
  29564. Dev.CD Nov/Dec 92"
  29565.         activate
  29566.     end tell
  29567. on error errMsg number errNum
  29568.     --enter statements to perform when no records are found such as...
  29569.     display dialog "Sorry, the item you selected could not be found."
  29570.     return
  29571. end try
  29572. All Packages
  29573. 7.1OEDev.CD Apr 94
  29574. Dev.CD Jan 94
  29575. Dev.CD Oct 93
  29576. Dev.CD Jul 93
  29577. Dev.CD Apr 93PDDev.CD Apr 94
  29578. Dev.CD Jan 94
  29579. Dev.CD Oct 93
  29580. Dev.CD Jul 93
  29581. Dev.CD Apr 9V
  29582. 5288X
  29583. Apr 94
  29584. dictation
  29585. dictionaries
  29586. dictionary
  29587. dierks
  29588. All Packages
  29589. 7.5.3O
  29590. Dev.CD Oct 96 SSWP
  29591. Dev.CD Oct 96 SSV
  29592. 5525X
  29593. Oct 96
  29594. f--set theItem to choose file -- uncomment to test in an AS editor
  29595.     tell application "Finder"
  29596.         open item "Dev.CD Oct 96 SSW"
  29597.         activate
  29598.     end tell
  29599. on error errMsg number errNum
  29600.     --enter statements to perform when no records are found such as...
  29601.     display dialog "Sorry, the item you selected could not be found."
  29602.     return
  29603. end try
  29604. All Packages
  29605. 7.5.3O"Dev.CD Dec 96 SE
  29606. Dev.CD Oct 96 SSWP!Dev.CD Dec 96 SE
  29607. Dev.CD Oct 96 SSV
  29608. 5526X
  29609. Dec 96
  29610. w--set theItem to choose file -- uncomment to test in an AS editor
  29611.     tell application "Finder"
  29612.         open item "Dev.CD Dec 96 SE
  29613. Dev.CD Oct 96 SSW"
  29614.         activate
  29615.     end tell
  29616. on error errMsg number errNum
  29617.     --enter statements to perform when no records are found such as...
  29618.     display dialog "Sorry, the item you selected could not be found."
  29619.     return
  29620. end try
  29621. All Packages
  29622. 7.5.3V
  29623. 5527X
  29624. ~--set theItem to choose file -- uncomment to test in an AS editor
  29625.     tell application "Finder"
  29626.         open item "Dev.CD Apr 94
  29627. Dev.CD Jan 94
  29628. Dev.CD Oct 93"
  29629.         activate
  29630.     end tell
  29631. on error errMsg number errNum
  29632.     --enter statements to perform when no records are found such as...
  29633.     display dialog "Sorry, the item you selected could not be found."
  29634.     return
  29635. end try
  29636. aecoercion
  29637. aecoercioninit
  29638. aegestalt
  29639. aegizmos
  29640. aeobject-edition1.0.
  29641. aerecords
  29642. aesend
  29643. aetracker
  29644. affect
  29645. affected
  29646. affects
  29647. affordable
  29648. affordance
  29649. afloat
  29650. after
  29651. again
  29652. against
  29653. age-old
  29654. agent
  29655. agents
  29656. aggregate
  29657. aggressive
  29658. A.html
  29659. AlphaSelector.html
  29660. B.html
  29661. C.html
  29662. D.html
  29663. E.html
  29664. F.html
  29665. FunctionIndex.html
  29666. G.html
  29667. H.html
  29668. I.html
  29669. J.html
  29670. K.html
  29671. L.html
  29672. M.html
  29673. N.html
  29674. O.html
  29675. P.html
  29676. Q.html
  29677. R.html
  29678. S.html
  29679. T.html
  29680. U.html
  29681. V.html
  29682. W.html
  29683. X.html
  29684. Y.html
  29685. Z.htmlK
  29686. Mar 99L
  29687. Sep 99N%Function Index, Mac OS 8, Inside Mac.O=Dev.CD Dec 99 RL Disk 2:Technical Publications:FunctionIndex:PBDev.CD Dec 99 RL Disk 2
  29688.  - Technical Publications
  29689.  - FunctionIndexV
  29690. 6876X
  29691. Dec 99^    RL Disk 2
  29692. --set theItem to choose file -- uncomment to test in an AS editor
  29693.     tell application "Finder"
  29694.         open item "Dev.CD Dec 99 RL Disk 2:Technical Publications:FunctionIndex:"
  29695.         activate
  29696.     end tell
  29697. on error errMsg number errNum
  29698.     --enter statements to perform when no records are found such as...
  29699.     display dialog "Sorry, the item you selected could not be found."
  29700.     return
  29701. end try
  29702. e    No Changef#Function Index
  29703. Mac OS 8
  29704. Inside Mac.q
  29705. Dev.CD Dec 99 RL Disk 2
  29706. All Packages
  29707. F Technical Publications: Hardware
  29708. 6877X
  29709. MbNormal Macs, System 6.0.7 or better. Works well on system 7 but there is no Apple event awareness.O?Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Hardware tools:PGDev.CD Feb 00 TC
  29710.  - Tool Chest
  29711.  - Testing & Debugging
  29712.  - Hardware toolsV
  29713. 6901X
  29714. Feb 00^
  29715. --set theItem to choose file -- uncomment to test in an AS editor
  29716.     tell application "Finder"
  29717.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Hardware tools:"
  29718.         activate
  29719.     end tell
  29720. on error errMsg number errNum
  29721.     --enter statements to perform when no records are found such as...
  29722.     display dialog "Sorry, the item you selected could not be found."
  29723.     return
  29724. end try
  29725. e    No Changeq
  29726. Dev.CD Feb 00 TC
  29727. D.All Packages
  29728. Tool Chest Edition
  29729. New & RevisedF
  29730. TweenCameraI
  29731. This demo program shows how to apply camera actions to a 3D model (a 3D media track) in a movie using the Tween Media type of QuickTime.J1readme.txt
  29732. tc.bat
  29733. TweenCamera
  29734. TweenCamera.zipK
  29735. Feb 00
  29736. manage
  29737. management
  29738. manager
  29739. manager's
  29740. manager-related
  29741. manually
  29742. manuals
  29743. manufactured
  29744. manufacturers
  29745. terminology
  29746. terms
  29747. ternasky
  29748. tesample
  29749. test-harness
  29750. test/demo
  29751. testaccelration
  29752. testarbitraryallocat
  29753. testarbitraryallocat
  29754. tested
  29755. testgestalt
  29756. testnbp
  29757. tests
  29758. testylesample
  29759. tetextbox
  29760. extractor
  29761. plug-ins
  29762. content
  29763. extra
  29764. text-handling
  29765. text-to-speech
  29766. textbox
  29767. textedit
  29768. 1.0.0d3
  29769. 1.0.2
  29770. 1.0.3
  29771. 1.0.6
  29772. 1.0a5
  29773. 1.0b2
  29774. 1.0b4
  29775. 1.0d8
  29776. 1.1.1
  29777. 1.1.2
  29778. 1.1.3
  29779. 1.1.4
  29780. 1.1.6
  29781. 1.1b1
  29782. 1.1d2
  29783. 1.2.1
  29784. 1.2.3
  29785. 1.2d1
  29786. 1.3.5
  29787. 1.4.6
  29788. 1.4.9
  29789. 1.4b6
  29790. 1.4d16
  29791. 1.4d5
  29792. 1.5.1
  29793. 1.5.2
  29794. 1.6.1
  29795. 1.7.1
  29796. 1.7.2
  29797. 1.7.3
  29798. 1/1/70
  29799. 100lc
  29800. ion from your driver, greatly easing your debugging woes.
  29801. Graphics Hints From Forrest: Using the Palette Manager Off-Screen  by Forrest Tanaka.  Can you use the Palette Manager to manage colors in off-screen ports? Well, yes, but there are some caveats.
  29802. Be Our Guest: Background-Only Applications in System 7  by C. K. Haun.   Faceless background tasks provide a handy way out of some sticky situations. C. K. shows you the basics.
  29803. J(develop Issue  9:
  29804. develop Issue  9 code:K
  29805. Vol IIIL
  29806. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  9:PJDev.CD Dec 99 RL
  29807.  - Technical Documentation
  29808.  - develop
  29809.  - develop Issue  9I
  29810. Pre-release of 3.3 Universal Interfaces to support CarbonLib 1.0, OS 9, and QuickTime 4.0 development.
  29811. This is a special pre-release to help developers adopt OS 9.  The 3.3 UI will be FM in two weeks.J
  29812. UniversalInterfaces3.3a1.imgK
  29813. Feb 94L
  29814. Dec 99O@Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Interfaces&Libraries:ge
  29815. 5900X
  29816. Dec 99^
  29817. --set theItem to choose file -- uncomment to test in an AS editor
  29818.     tell application "Finder"
  29819.         open item "Dev.CD Dec 99 RL:Utilities:Developer Forms:"
  29820.         activate
  29821.     end tell
  29822. on error errMsg number errNum
  29823.     --enter statements to perform when no records are found such as...
  29824.     display dialog "Sorry, the item you selected could not be found."
  29825.     return
  29826. end try
  29827. Deletedq
  29828. Dev.CD Dec 99 RL
  29829. D&All Packages
  29830. System Software Edition
  29831. Developer Notes Update
  29832. cDescriptions of new hardware and software features, comparisons with existing CPUs, and expansion card design information.  This month features the following new note:
  29833. Power Macintosh 4400
  29834. This developer note describes the Power Macintosh 4400 computer, which is a new Macintosh model that uses a logic board based on the Apple Logic Board Design LPX-40.
  29835. Power Macintosh 4400K
  29836. Apr 97O5Dev.CD Apr 97 SSW:What's New?:Developer Notes Update:nd."
  29837.     return
  29838. end try
  29839. sergeant
  29840. serial
  29841. series
  29842. serve
  29843. server
  29844. server's
  29845. servers
  29846. serves
  29847. service
  29848. services
  29849. serving
  29850. session
  29851. sessions
  29852. set-top
  29853. set/access
  29854. setadbinfo
  29855. ~--set theItem to choose file -- uncomment to test in an AS editor
  29856.     tell application "Finder"
  29857.         open item "Dev.CD Apr 94
  29858. Dev.CD Jan 94
  29859. Dev.CD Oct 93"
  29860.         activate
  29861.     end tell
  29862. on error errMsg number errNum
  29863.     --enter statements to perform when no records are found such as...
  29864.     display dialog "Sorry, the item you selected could not be found."
  29865.     return
  29866. end try
  29867. Apr 93"
  29868.         activate
  29869.     end tell
  29870. on error errMsg number errNum
  29871.     --enter statements to perform when no records are found such as...
  29872.     display dialog "Sorry, the item you selected could not be found."
  29873.     return
  29874. end try
  29875. All Packages
  29876. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  29877. Dev.CD Jan 94
  29878. Dev.CD Oct 93
  29879. Dev.CD Jul 93
  29880. Dev.CD Apr 93PDDev.CD Apr 94
  29881. Dev.CD Jan 94
  29882. Dev.CD Oct 93
  29883. Dev.CD Jul 93
  29884. Dev.CD Apr 9V
  29885. 4937X
  29886. Apr 94
  29887. doesn't
  29888. doesn't
  29889. documents
  29890. properly
  29891. doesnt
  29892. dogcow
  29893. COCDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:PHDev.CD May 98 TC
  29894.  - Programs & Marketing
  29895.  - Market & Distribution GuidesV
  29896. 6538X
  29897. May 98^
  29898. --set theItem to choose file -- uncomment to test in an AS editor
  29899.     tell application "Finder"
  29900.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:"
  29901.         activate
  29902.     end tell
  29903. on error errMsg number errNum
  29904.     --enter statements to perform when no records are found such as...
  29905.     display dialog "Sorry, the item you selected could not be found."
  29906.     return
  29907. end try
  29908. e    No Changeq
  29909. Dev.CD May 98 TC
  29910. DD!All Packages
  29911. Tool Chest Edition
  29912. SPEC S&L v.1.0.1
  29913.  Summary:  set of Virtual User scripts and libraries for automated testing purposes
  29914. Features:
  29915. Electronic Documentation in Apple DocViewer form.
  29916. 27 different 3rd party application scripts.
  29917. 26 Virtual User libraries
  29918. Several V.U. external tools to aid test automation
  29919. Issues:  Not supported
  29920.     No Change
  29921. nchronous SCSI Managers, including a working SCSI device driver. All samples work under the asynchronous SCSI Manager (SCSI Manager 4.3) and, where appropriate under the original (Inside Mac IV) SCSI Manager and have been compiled under several C environments (MPW, Think C, MetroWerks). Some snippets require the Asynchronous SCSI Manager (SCSI Manager 4.3).
  29922. TbltDrvr:  'ADBS' resources are loaded and executed at boot time (before INIT 31), and they are made of two main parts, the installat
  29923. ion or initialization code and the the actual driver. In this example, the installation portion allocates memory in the system heap for the service routine and the 
  29924. optional data area.
  29925.  It installs the driver using the Apple Desktop Bus (ADB) Manager call _SetADBInfo.
  29926. TradDriverLoaderLib 1.0b4:  The TradDriverLoaderLib provides a bunch of routines helpful for installing traditional Mac OS device drivers (DRVRs). It mimicks the API of the PCI 
  29927. DriverLoaderLib
  29928.  as much as possible, which ma
  29929. Summary:  This folder contains electronic forms that allow developers to register creator & file types, Apple II file & auxiliary types, and NuBus boards, and to report bugs and name & address changes.
  29930.  Apple Bug Reporter
  29931. The Apple Bug Reporter is a HyperCard stack that allows developers to report bugs against Macintosh software and hardware. When you have completed a bug, the stack puts it in your AppleLink Out Basket. When you next log on to AppleLink, your bug is sent to APPLE.BUGS.
  29932.  AppleII File and Auxiliary Type
  29933. Before you ship your application, you must request file type and auxiliary type assignments for files you create from Apple Developer Technical Support. File type and auxiliary type combinations are used to identify files and their contents.  The limited supply of file types requires that file types be defined generically and that specific auxiliary types be assigned by Apple for application use.
  29934.  C/F Registration Requests
  29935. This stack will allow users to 
  29936. --set theItem to choose file -- uncomment to test in an AS editor
  29937.     tell application "Finder"
  29938.         open item "Dev.CD Apr 94
  29939. Dev.CD Jan 94
  29940. Dev.CD Oct 93
  29941. Dev.CD Jul 93
  29942. Dev.CD Apr 93"
  29943.         activate
  29944.     end tell
  29945. on error errMsg number errNum
  29946.     --enter statements to perform when no records are found such as...
  29947.     display dialog "Sorry, the item you selected could not be found."
  29948.     return
  29949. end try
  29950. entered
  29951. entering
  29952. enterprise
  29953. enterprise
  29954. objects
  29955. enterprise
  29956. objects
  29957. documentation
  29958. entertainment
  29959. entire
  29960. entirely
  29961. entities
  29962. entries
  29963. entry
  29964. enviroment
  29965. environement
  29966. environment
  29967. environmental
  29968. summary
  29969. definition
  29970. binhex
  29971. protocol
  29972. summary
  29973. developer
  29974. edition
  29975. quickview
  29976. devel
  29977. summary
  29978. developer's
  29979. transl
  29980. summary
  29981. electronic
  29982. version
  29983. develop
  29984. magazine
  29985. summary
  29986. prgram
  29987. guide
  29988. macintosh
  29989. power
  29990. summary
  29991. software
  29992. apple
  29993. macintosh
  29994. display
  29995. summary
  29996. latest
  29997. version
  29998. shimmermate
  29999. names
  30000. summary
  30001. package
  30002. contains
  30003. summary
  30004. package
  30005. contains
  30006. debugging
  30007. version
  30008. summary
  30009. package
  30010. contains
  30011. application
  30012. demonstrat
  30013. systemsoft
  30014. t-shirt
  30015. tab-delimited
  30016. table
  30017. 5070X
  30018. nt CD 
  30019. e--set theItem to choose file -- uncomment to test in an AS editor
  30020.     tell application "Finder"
  30021.         open item "Excellent CD (I)"
  30022.         activate
  30023.     end tell
  30024. on error errMsg number errNum
  30025.     --enter statements to perform when no records are found such as...
  30026.     display dialog "Sorry, the item you selected could not be found."
  30027.     return
  30028. end try
  30029. All Packages
  30030. 1.1OqDev.CD Vol. VII
  30031. Dev CD Vol. VI
  30032. Dev CD Vol. V
  30033. Dev CD Vol. IV Developer CD (III)
  30034. Developer CD (II)
  30035. Excellent CD (I)PpDev.CD Vol. VII
  30036. Dev CD Vol. VI
  30037. Dev CD Vol. V
  30038. Dev CD Vol. IV Developer CD (III)
  30039. Developer CD (II)
  30040. Excellent CD (IV
  30041. 5071X
  30042. Vol. V
  30043. apple
  30044. detectors
  30045. technology
  30046. scans
  30047. searchi@
  30048. appletalk/ip@
  30049. applications@
  30050. arbitrary@
  30051. arrived@
  30052. asip@
  30053. aslm@
  30054. autoguest
  30055. control
  30056. panel
  30057. attempts
  30058. prevent
  30059. bare@
  30060. beaker@
  30061. beyond@
  30062. bringing@
  30063. butcdef@
  30064. call@
  30065. All Packages
  30066. 7.5 (Slim)O
  30067. Dev.CD Apr 95P
  30068. Dev.CD Apr 9V
  30069. 5412X
  30070. Apr 95
  30071. b--set theItem to choose file -- uncomment to test in an AS editor
  30072.     tell application "Finder"
  30073.         open item "Dev.CD Apr 95"
  30074.         activate
  30075.     end tell
  30076. on error errMsg number errNum
  30077.     --enter statements to perform when no records are found such as...
  30078.     display dialog "Sorry, the item you selected could not be found."
  30079.     return
  30080. end try
  30081. All Packages
  30082. 7.5.1O
  30083. Dev.CD Jan 96 SDK2P
  30084. Dev.CD Jan 96 SDKV
  30085. 5413X
  30086. Jan 96
  30087. g--set theItem to choose file -- uncomment to test in an AS editor
  30088.     tell application "Finder"
  30089.         open item "Dev.CD Jan 96 SDK2"
  30090.         activate
  30091.     end tell
  30092. on error errMsg number errNum
  30093.     --enter statements to perform when no records are found such as...
  30094.     display dialog "Sorry, the item you selected could not be found."
  30095.     return
  30096. end try
  30097. All Packages
  30098. 7.5.1O
  30099. Dev.CD Jan 96 SDK2P
  30100. Dev.CD Jan 96 SDKV
  30101. 5414X
  30102. Jan 96
  30103. f--set theItem to choose file -- uncomment to test in an AS editor
  30104.     tell application "Finder"
  30105.         open item "Dev.CD Jun 97 SSW"
  30106.         activate
  30107.     end tell
  30108. on error errMsg number errNum
  30109.     --enter statements to perform when no records are found such as...
  30110.     display dialog "Sorry, the item you selected could not be found."
  30111.     return
  30112. end try
  30113. em you selected could not be found."
  30114.     return
  30115. end try
  30116. quickdraw
  30117. graphics
  30118. library
  30119. define
  30120. quickdraw
  30121. dimension
  30122. macintosh
  30123. graphics
  30124. pablo
  30125. quickdraw
  30126. enables
  30127. computer
  30128. display
  30129. three-dimensio
  30130. quickdraw's
  30131. quickdrax
  30132. quickly
  30133. quickstart
  30134. quicktake
  30135. quicktime
  30136. as-is
  30137. top-selling
  30138. topic
  30139. topics
  30140. topping
  30141. total
  30142. totally
  30143. totals
  30144. touch
  30145. touches
  30146. track
  30147. tracking
  30148. tracks
  30149. trade
  30150. trade-offs
  30151. trademark
  30152. traditional
  30153. traffic
  30154. trained
  30155. training
  30156. transfer
  30157. transferred
  30158. transfers
  30159. transform
  30160. transition
  30161. translate
  30162. translated
  30163. translation
  30164. translations
  30165. translucent
  30166. transmission
  30167. transmitted
  30168. transparent
  30169. transparently
  30170. transport
  30171. 6897X
  30172. Feb 00^
  30173. r--set theItem to choose file -- uncomment to test in an AS editor
  30174.     tell application "Finder"
  30175.         open item "Dev.CD Feb 00 TC:Sample Code:"
  30176.         activate
  30177.     end tell
  30178. on error errMsg number errNum
  30179.     --enter statements to perform when no records are found such as...
  30180.     display dialog "Sorry, the item you selected could not be found."
  30181.     return
  30182. end try
  30183. e    No Changeq
  30184. Dev.CD Feb 00 TC
  30185. D!All Packages
  30186. Tool Chest Edition
  30187. TransferProvider
  30188. This sample demonstrates how to use OTTransferProviderOwnership to transfer the ownership of an Open Transport provider (eg an endpoint) between Open Transport clients.  In this example, an endpoint is transferred between a shared library and an application that calls that shared library.  The code from this sample is featured in the latest release (v1.2) of the book 
  30189. Inside Macintosh: Open Transport
  30190. J'Sample Code.img
  30191. Windows Sample Code.imgK
  30192. Nov 97:Sample Code:V
  30193. 6898X
  30194. 1e    No Change
  30195. All Packages
  30196. 7.1.2O
  30197. Dev.CD Jul 94P
  30198. Dev.CD Jul 9V
  30199. 5363X
  30200. Jul 94
  30201. b--set theItem to choose file -- uncomment to test in an AS editor
  30202.     tell application "Finder"
  30203.         open item "Dev.CD Jul 94"
  30204.         activate
  30205.     end tell
  30206. on error errMsg number errNum
  30207.     --enter statements to perform when no records are found such as...
  30208.     display dialog "Sorry, the item you selected could not be found."
  30209.     return
  30210. end try
  30211. All Packages
  30212. 7.1.2O
  30213. Dev.CD Jul 94P
  30214. Dev.CD Jul 9V
  30215. 5364X
  30216. Jul 94
  30217. b--set theItem to choose file -- uncomment to test in an AS editor
  30218.     tell application "Finder"
  30219.         open item "Dev.CD Jul 94"
  30220.         activate
  30221.     end tell
  30222. on error errMsg number errNum
  30223.     --enter statements to perform when no records are found such as...
  30224.     display dialog "Sorry, the item you selected could not be found."
  30225.     return
  30226. end try
  30227. All Packages
  30228. 7.1.2O
  30229. Dev.CD Jul 94P
  30230. Dev.CD Jul 9V
  30231. 5365X
  30232. Jul 94
  30233. 4885X
  30234. Apr 93
  30235. groups
  30236. Dev.CD Feb 00 TC:Sample Code:P
  30237. Dev.CD Feb 00 TC
  30238.  - Sample Code
  30239. typography
  30240. 1.1.1
  30241. spooler
  30242. patch
  30243. 1.0.2
  30244. 1.1.2
  30245. spooler
  30246. patch
  30247. 1.0.2
  30248. 1.1.3
  30249. spooler
  30250. patch
  30251. 1.0.2
  30252. qt3-more
  30253. qt3-more
  30254. video
  30255. technical
  30256. backgrounder
  30257. qtdevdocs
  30258. quick
  30259. start
  30260. quickdraw
  30261. quickdraw
  30262. v1.5.2
  30263. quickdraw
  30264. update
  30265. quickdraw
  30266. first
  30267. quickstart
  30268. quicktake
  30269. quicktake
  30270. documentation
  30271. quicktake
  30272. marketing
  30273. items
  30274. quicktake
  30275. first
  30276. quicktake/macintosh
  30277. quicktake/macintosh
  30278. image
  30279. quicktake/windows
  30280. quicktake/windows
  30281. quicktime
  30282. quicktime
  30283. xcmds
  30284. alias
  30285. r13u4
  30286. rdocproc
  30287. rdocproc
  30288. registration
  30289. request
  30290. ng or Technical contact as well. If you have recently moved or had a contact change, please take a few minutes to fill out and send this form to ensure we have the most current and accurate information for your company.
  30291.  NuBus Board Registration
  30292. This stack contains a questionaire that allows Macintosh board developers to register their board information in order to receive board ids and functional sResource values for their boards. Because this stack creates a file, YOU MUST FIRST COPY TFkHIS STACK TO A DISK THAT IS NOT WRITE PROTECTED. Please fill out one of these questionaires for each board.
  30293. JvAppleII File and Auxiliary Type
  30294. Bug Reporting
  30295. C/F Registration Requests:
  30296. Dev Info Change Form
  30297. NuBus Board RegistrationK
  30298. Apr 94L
  30299. May 96O+Dev.CD Dec 99 RL:Utilities:Developer Forms:P0Dev.CD Dec 99 RL
  30300.  - Utilities
  30301.  - Developer Forms
  30302. register creator and file type IDs for their applications, and will alert the developer if the creator ID has already been reserved.  NOTE:  Using this stack does not guarantee that the creator requested has not been reserved after we went to press.
  30303.   The stack can check to see if the creator ID being requested has already been taken, using the most recent information from Developer Support's creator/file type database.  It also automatically creates an AppleLink to send to DEVSUPPORT.  Re
  30304. quires Hypercard 2.1.
  30305. Creator/File Types can now be registered on the Web.  Before registering, you can search the existing creator/file type database to see if the ID you want has been taken.  If not, fill out the Web registration form to claim that ID.  This service is at <http://dev.info.apple.com/cftype/>
  30306.  Dev Info Change Form
  30307. Developer Programs delivers its monthly mailings to the Certified contact at your company.  We may occasionally deliver specialized information to the Marketi
  30308. mirror
  30309. misaligned
  30310. misalignment
  30311. miscellaneous
  30312. miscreant
  30313. misdemeanors
  30314. misguided
  30315. mismatched
  30316. misrecognized
  30317. missing
  30318. mistake
  30319. mixed
  30320. mixed-mode
  30321. mixed-partition
  30322. mixer
  30323. mixing
  30324. mobile
  30325. mockup
  30326. modal
  30327. modallist
  30328. model
  30329. modeled
  30330. modeless
  30331. modeling
  30332. models
  30333. modem
  30334. moderate
  30335. moderated
  30336. moderm
  30337. modern
  30338. modes
  30339. modification
  30340. modified
  30341. modifier
  30342. modifiers
  30343. modify
  30344. summary
  30345. allows
  30346. developer
  30347. monitor
  30348. summary
  30349. makes
  30350. survey
  30351. people
  30352. electron
  30353. summary
  30354. training
  30355. stack
  30356. gives
  30357. general
  30358. overview
  30359. summary
  30360. allows
  30361. hypertalk
  30362. scripter
  30363. display
  30364. summary
  30365. supplementing
  30366. documentation
  30367. summary
  30368. validator
  30369. utility
  30370. testing
  30371. sierra/i
  30372. summary
  30373. simple
  30374. macintosh
  30375. application
  30376. supports
  30377. summary
  30378. network
  30379. software
  30380. installer
  30381. insta
  30382. sun's
  30383. sunsoft
  30384. supersedes
  30385. suport
  30386. supplement
  30387. supplementing
  30388. supplied
  30389. supply
  30390. support
  30391. project
  30392. includes
  30393. project
  30394. large
  30395. project
  30396. large
  30397. project
  30398. quick
  30399. start
  30400. guide
  30401. projectdrag
  30402. projectdrag
  30403. applets
  30404. projectdrag
  30405. manual
  30406. projectfolders
  30407. projectmenu
  30408. projects
  30409. projectxplugin68k
  30410. projectxplugin68knfp
  30411. projectxpluginppc
  30412. projlistmenu
  30413. promptoid
  30414. promptoid
  30415. protocol
  30416. protos
  30417. prototyping
  30418. prototyping
  30419. toolkit
  30420. ptags
  30421. ptags
  30422. manual
  30423. ptags
  30424. manual
  30425. pubscatalog
  30426. pubscatalog
  30427. pubsorderform
  30428. pubsorderform
  30429. Nov 97
  30430. f--set theItem to choose file -- uncomment to test in an AS editor
  30431.     tell application "Finder"
  30432.         open item "Dev.CD Nov 97 SSW"
  30433.         activate
  30434.     end tell
  30435. on error errMsg number errNum
  30436.     --enter statements to perform when no records are found such as...
  30437.     display dialog "Sorry, the item you selected could not be found."
  30438.     return
  30439. end try
  30440. All Packages
  30441. F    8.0 ImageO
  30442. Dev.CD Nov 97 SSWP
  30443. Dev.CD Nov 97 SSV
  30444. 5634X
  30445. Nov 97
  30446. f--set theItem to choose file -- uncomment to test in an AS editor
  30447.     tell application "Finder"
  30448.         open item "Dev.CD Nov 97 SSW"
  30449.         activate
  30450.     end tell
  30451. on error errMsg number errNum
  30452.     --enter statements to perform when no records are found such as...
  30453.     display dialog "Sorry, the item you selected could not be found."
  30454.     return
  30455. end try
  30456. All Packages
  30457. F    8.0 ImageO
  30458. Dev.CD Nov 97 SSWP
  30459. Dev.CD Nov 97 SSV
  30460. 5635X
  30461. Nov 97
  30462. ing:Virtual User tools:ge
  30463. shipping
  30464. Dev.CD Oct 94P
  30465. Dev.CD Oct 9V
  30466. 6853X
  30467. Oct 94
  30468. b--set theItem to choose file -- uncomment to test in an AS editor
  30469.     tell application "Finder"
  30470.         open item "Dev.CD Oct 94"
  30471.         activate
  30472.     end tell
  30473. on error errMsg number errNum
  30474.     --enter statements to perform when no records are found such as...
  30475.     display dialog "Sorry, the item you selected could not be found."
  30476.     return
  30477. end try
  30478. All Packages
  30479. System UpdateO
  30480. Dev.CD Oct 94P
  30481. Dev.CD Oct 9V
  30482. 6854X
  30483. Oct 94
  30484. b--set theItem to choose file -- uncomment to test in an AS editor
  30485.     tell application "Finder"
  30486.         open item "Dev.CD Oct 94"
  30487.         activate
  30488.     end tell
  30489. on error errMsg number errNum
  30490.     --enter statements to perform when no records are found such as...
  30491.     display dialog "Sorry, the item you selected could not be found."
  30492.     return
  30493. end try
  30494. All Packages
  30495. System UpdateO
  30496. Dev.CD Oct 94P
  30497. Dev.CD Oct 9V
  30498. 6855X
  30499. Oct 94
  30500. sourcebug
  30501. spooler
  30502. forms
  30503. formulate
  30504. forrest
  30505. forth
  30506. fortran
  30507. forward
  30508. forwarders
  30509. forwards
  30510. found
  30511. foundation
  30512. foundation
  30513. reference
  30514. fragile
  30515. fragment
  30516. fragments
  30517. frame
  30518. frames
  30519. frames/sec
  30520. framework
  30521. framework-based
  30522. frameworks
  30523. francois
  30524. franke
  30525. freed
  30526. freeing
  30527. freely
  30528. freeware
  30529. french
  30530. freqforeverchange
  30531. frequency
  30532. frequently
  30533. front
  30534. P8Dev.CD Jan 00 SDK1
  30535.  - Development Kits
  30536.  - Mac OS
  30537.  - AIAT-- uncomment to test in an AS editor
  30538.     tell application "Finder"
  30539.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):ScriptX:"
  30540.         activate
  30541.     end tell
  30542. on error errMsg number errNum
  30543.     --enter statements to perform when no records are found such as...
  30544.     display dialog "Sorry, the item you selected could not be found."
  30545.     return
  30546. end try
  30547. Deletedq
  30548. Dev.CD Apr 98 SDK2
  30549. D!All Packages
  30550. Tool Chest Edition
  30551. folder contains several
  30552.  snippets that illustrate the original and asynchronous SCSI Managers, including a working SCSI device driver.
  30553. All samples work under the asynchronous SCSI Manager (SCSI Manager 4.3) and, where appropriate under the original (Inside Mac IV) SCSI Manager and have been compiled under several C environments (MPW, Think C, MetroWerks).
  30554. Some snippets require the Asynchronous SCSI Manager (SCSI Manager 4.3).
  30555. Known bugs/incompatibilites:
  30556. These snippets 
  30557. These snippets 
  30558. Appearance
  30559. Appearance Extension
  30560. Appearance Sample Code
  30561. Appearance SDK Read Me
  30562. Appearance Versions
  30563. AppearanceCDEV
  30564. Documents
  30565. Prefs for use with System 7.x
  30566. Tools
  30567. _KeyboardK
  30568. Oct 98L
  30569. Sep 99N$Appearance, .Keyboard, function keysO@Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Appearance SDK 1.0.4:PHDev.CD Jan 00 SDK1
  30570.  - Development Kits
  30571.  - Mac OS
  30572.  - Appearance SDK 1.0.4V
  30573. 5737X
  30574. Jan 00^
  30575. --set theItem to choose file -- uncomment to test in an AS editor
  30576.     tell application "Finder"
  30577.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Appearance SDK 1.0.4:"
  30578.         activate
  30579.     end tell
  30580. on error errMsg number errNum
  30581.     --enter statements to perform when no records are found such as...
  30582.     display dialog "Sorry, the item you selected could not be found."
  30583.     return
  30584. end try
  30585. e    No Changef"Appearance
  30586. .Keyboard
  30587. function keysq
  30588. Dev.CD Jan 00 SDK1
  30589. #D(All Packages
  30590. Reference Library Edition
  30591. Apple CD-ROM Handbook
  30592.     sage
  30593. meta-content
  30594. meta-content
  30595. format
  30596. Dev.CD Vol. X
  30597. Dev.CD Vol. IX
  30598. Dev.CD Vol. VIII
  30599. Dev.CD Vol. VII
  30600. Dev CD Vol. VI
  30601. Dev CD Vol. V
  30602. Dev CD Vol. IV Developer CD (III)
  30603. Developer CD (II)
  30604. Excellent CD (I)P
  30605. Dev.CD Vol. X
  30606. Dev.CD Vol. IX
  30607. Dev.CD Vol. VIII
  30608. Dev.CD Vol. VII
  30609. Dev CD Vol. VI
  30610. Dev CD Vol. V
  30611. Dev CD Vol. IV Developer CD (III)
  30612. Developer CD (II)
  30613. Excellent CD (IV
  30614. 5088X
  30615. Vol. X
  30616. --set theItem to choose file -- uncomment to test in an AS editor
  30617.     tell application "Finder"
  30618.         open item "Dev.CD Vol. X
  30619. Dev.CD Vol. IX
  30620. Dev.CD Vol. VIII
  30621. Dev.CD Vol. VII
  30622. Dev CD Vol. VI
  30623. Dev CD Vol. V
  30624. Dev CD Vol. IV Developer CD (III)
  30625. Developer CD (II)
  30626. Excellent CD (I)"
  30627.         activate
  30628.     end tell
  30629. on error errMsg number errNum
  30630.     --enter statements to perform when no records are found such as...
  30631.     display dialog "Sorry, the item you selected could not be found."
  30632.     return
  30633. nd try
  30634. All Packages
  30635. 6.0.2O"Developer CD (II)
  30636. Excellent CD (I)P!Developer CD (II)
  30637. Excellent CD (IV
  30638. 5089X
  30639. er CD 
  30640. decompression@
  30641. beyond
  30642. bezier
  30643. bidirectional
  30644. bigscrolling
  30645. binary
  30646. binding
  30647. binhex
  30648. bit-depth
  30649. bitmap
  30650. bitmapped
  30651. bitmaps
  30652. black
  30653. black&white
  30654. board
  30655. boards
  30656. bones
  30657. bookmarks
  30658. books
  30659. boost
  30660. bottleneck
  30661. bottom
  30662. boundaries
  30663. boundary
  30664. boxes
  30665. branch
  30666. brand
  30667. brave
  30668. braving
  30669. break
  30670. breaks
  30671. breakthroughs
  30672. breeze
  30673. brian
  30674. bridge
  30675. bridges
  30676. e    No Changef
  30677. ADBOp
  30678. CFM-68Kq
  30679. Dev.CD Feb 00 TC
  30680. D.All Packages
  30681. Tool Chest Edition
  30682. New & RevisedF
  30683. SetupGL
  30684. SetupGL is a set of functions that can be used in new and exitsing applications to handle all aspects of OpenGL setup on the Macintosh under OS 9.  It is designed to handle windowed or full screen set up with good error handling and fall back cases.  The key to SetupGL is that it attempts to match your 3D context requests with the device that is able to handle them rather than pick a single device and hoping that it can handle the 3D requirements.  A version of SetupGL is used in the "Quakitles
  30685. tnetworkbuf
  30686. tnetworkiostream
  30687. tnetworkistream
  30688. tnetworkostream
  30689. Feb 00^
  30690. Revised
  30691. --set theItem to choose file -- uncomment to test in an AS editor
  30692.     tell application "Finder"
  30693.         open item "Dev.CD Feb 00 TC:What's New?:Technical Publications:Technical Documentation:Developer Documentation:"
  30694.         activate
  30695.     end tell
  30696. on error errMsg number errNum
  30697.     --enter statements to perform when no records are found such as...
  30698.     display dialog "Sorry, the item you selected could not be found."
  30699.     return
  30700. end try
  30701. Updatedf`Developer Documentation
  30702. Publications
  30703. Technical Publications
  30704. Techpubs
  30705. documentation
  30706. Hardwareo.http://developer.apple.com/techpubs/index.htmlq
  30707. Dev.CD Feb 00 TC
  30708. D!All Packages
  30709. Mac OS SDK Edition
  30710. DeveloperDocumentation: Carbon
  30711.     kDraw GX printing objects to customize printing and perform advanced printing-related tasks.
  30712. QuickDraw GX Printing Extensions and Drivers
  30713. This book shows you how to extend the printing capabilities of QuickDraw GX by creating a printing extension that can work with any appl
  30714. its to colorize a picture.  You select a foreground and background color, and copybits colorizes the picture.
  30715. Compressed PICT Info:  This snippet shows how to use the StdPix proc to intercept and display the compression type and depth of any compressed PICT within a PICT resource.
  30716. CopyBits vs. CopyMask:  This snippet drag races CopyBits (using a mask region) and CopyMask (using a mask BitMap). Which do you think is faster? The results may surprise you.
  30717. CopybitsSpeedPalette:  This progra
  30718. m demostrates ways to increase copybits speed when using palettes.
  30719. CopyDeepMask:  This program demonstrates the use of CopyDeepMask using 2 PICTS (one a photograph and the other a triangular mask).  It uses 2 offscreen gworlds to hold the source and mask pixmaps. CopyDeepMask is then used to create the masked image and display it in the application window.  The source, mask, and destination rectangles are all the same size in order to avoid altering pixel sizes.
  30720. CopyMask:  Shows how Copy
  30721. ppclist
  30722. ppclist
  30723. ppcnumerics
  30724. ppcsoftware
  30725. pre-asip
  30726. pre-release
  30727. pre-release
  30728. prebuilt
  30729. preferences
  30730. prefix
  30731. prefs
  30732. prefs
  30733. system
  30734. previous
  30735. primer
  30736. print
  30737. print
  30738. total
  30739. pages
  30740. print2
  30741. printaetypes
  30742. printaetypes
  30743. printing
  30744. printpict
  30745. printpict
  30746. printpictlist
  30747. printpictlist
  30748. privileges
  30749. privileges
  30750. process
  30751. processes
  30752. processor
  30753. product
  30754. products
  30755. profile
  30756. profiler
  30757. profilerenamer
  30758. profilerenamer
  30759. project
  30760. large
  30761. project
  30762. quick
  30763. start
  30764. guide
  30765. projectfolders
  30766. projectmenu
  30767. projects
  30768. projectxplugin68k
  30769. projectxplugin68knfp
  30770. All Packages
  30771. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  30772. Dev.CD Jan 94
  30773. Dev.CD Oct 93
  30774. Dev.CD Jul 93
  30775. Dev.CD Apr 93PDDev.CD Apr 94
  30776. Dev.CD Jan 94
  30777. Dev.CD Oct 93
  30778. Dev.CD Jul 93
  30779. Dev.CD Apr 9V
  30780. 6680X
  30781. Apr 94
  30782. --set theItem to choose file -- uncomment to test in an AS editor
  30783.     tell application "Finder"
  30784.         open item "Dev.CD Apr 94
  30785. Dev.CD Jan 94
  30786. Dev.CD Oct 93
  30787. Dev.CD Jul 93
  30788. Dev.CD Apr 93"
  30789.         activate
  30790.     end tell
  30791. on error errMsg number errNum
  30792.     --enter statements to perform when no records are found such as...
  30793.     display dialog "Sorry, the item you selected could not be found."
  30794.     return
  30795. end try
  30796. All Packages
  30797. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  30798. Dev.CD Jan 94
  30799. Dev.CD Oct 93
  30800. Dev.CD Jul 93
  30801. Dev.CD Apr 93PDDev.CD Apr 94
  30802. Dev.CD Jan 94
  30803. Dev.CD Oct 93
  30804. Dev.CD Jul 93
  30805. Dev.CD Apr 9V
  30806. 6681X
  30807. Apr 94
  30808. didn't
  30809. dierks
  30810. differ
  30811. All Packages
  30812. 7.5.3 (5400)O
  30813. Dev.CD Oct 96 SSWP
  30814. Dev.CD Oct 96 SSV
  30815. 5542X
  30816. Oct 96
  30817. f--set theItem to choose file -- uncomment to test in an AS editor
  30818.     tell application "Finder"
  30819.         open item "Dev.CD Oct 96 SSW"
  30820.         activate
  30821.     end tell
  30822. on error errMsg number errNum
  30823.     --enter statements to perform when no records are found such as...
  30824.     display dialog "Sorry, the item you selected could not be found."
  30825.     return
  30826. end try
  30827. All Packages
  30828. 7.5.3 (5400)O
  30829. Dev.CD Oct 96 SSWP
  30830. Dev.CD Oct 96 SSV
  30831. 5543X
  30832. Oct 96
  30833. f--set theItem to choose file -- uncomment to test in an AS editor
  30834.     tell application "Finder"
  30835.         open item "Dev.CD Oct 96 SSW"
  30836.         activate
  30837.     end tell
  30838. on error errMsg number errNum
  30839.     --enter statements to perform when no records are found such as...
  30840.     display dialog "Sorry, the item you selected could not be found."
  30841.     return
  30842. end try
  30843. All Packages
  30844. 7.5.3 (5400)O
  30845. Dev.CD Oct 96 SSWV
  30846. 5544X
  30847. Jul 96
  30848. All Packages
  30849. 7.1 (PB 145B)O
  30850. Dev.CD Jul 93P
  30851. Dev.CD Jul 9V
  30852. 5304X
  30853. Jul 93
  30854. b--set theItem to choose file -- uncomment to test in an AS editor
  30855.     tell application "Finder"
  30856.         open item "Dev.CD Jul 93"
  30857.         activate
  30858.     end tell
  30859. on error errMsg number errNum
  30860.     --enter statements to perform when no records are found such as...
  30861.     display dialog "Sorry, the item you selected could not be found."
  30862.     return
  30863. end try
  30864. All Packages
  30865. 7.1 (PB 145B)O
  30866. Dev.CD Jul 93P
  30867. Dev.CD Jul 9V
  30868. 5305X
  30869. Jul 93
  30870. b--set theItem to choose file -- uncomment to test in an AS editor
  30871.     tell application "Finder"
  30872.         open item "Dev.CD Jul 93"
  30873.         activate
  30874.     end tell
  30875. on error errMsg number errNum
  30876.     --enter statements to perform when no records are found such as...
  30877.     display dialog "Sorry, the item you selected could not be found."
  30878.     return
  30879. end try
  30880. All Packages
  30881. 7.1 (PB 145B)O
  30882. Dev.CD Jul 93P
  30883. Dev.CD Jul 9V
  30884. 5306X
  30885. Jul 93
  30886. technical
  30887. publications
  30888. techniques
  30889. technote
  30890. techpubs
  30891. telephone
  30892. telephone
  30893. manager
  30894. telephony
  30895. television
  30896. tendpointinfo
  30897. testing
  30898. encoding
  30899. encoding
  30900. converter
  30901. text-to-speech
  30902. textedit
  30903. textedit
  30904. replacement
  30905. utilities
  30906. update
  30907. usage
  30908. utilities
  30909. utility
  30910. variable
  30911. variables
  30912. vector
  30913. version
  30914. video
  30915. video
  30916. device
  30917. video
  30918. toolkit
  30919. viewer
  30920. virtual
  30921. virtual
  30922. virtualuser
  30923. volumes
  30924. vtwin
  30925. wannabe
  30926. browser
  30927. webobjects
  30928. window
  30929. window
  30930. arrangement
  30931. window
  30932. attributes
  30933. window
  30934. class
  30935. window
  30936. classes
  30937. window
  30938. layers
  30939. window
  30940. manager
  30941. windows
  30942. world
  30943. world
  30944. 1.3.1
  30945. 1.3.4
  30946. 1.3.6
  30947. 1.3a6
  30948. 1.4.2
  30949. 1.4.6
  30950. 1.4mb
  30951. 1.5.1
  30952. 1.5b16
  30953. 10-newton
  30954. 10/95
  30955. 10/96
  30956. 10/97
  30957. files
  30958. 11-12/96
  30959. 11-other
  30960. 11-other
  30961. topics
  30962. 11/95
  30963. 11/97
  30964. 12-training
  30965. 12-training
  30966. schedule
  30967. 12/95
  30968. 13-du
  30969. 13-du
  30970. training
  30971. sites
  30972. 2-1.1.3
  30973. 2.0.1
  30974. 2.0.2
  30975. 2.0.6
  30976. 2.0.6
  30977. files
  30978. 2.0b6
  30979. ords are found such as...
  30980.     display dialog "Sorry, the item you selected could not be found."
  30981.     return
  30982. end try
  30983. P:Dev.CD Apr 97 SSW
  30984.  - What's New?
  30985.  - Developer Notes UpdateV
  30986. 5901X
  30987. Apr 97^
  30988. --set theItem to choose file -- uncomment to test in an AS editor
  30989.     tell application "Finder"
  30990.         open item "Dev.CD Apr 97 SSW:What's New?:Developer Notes Update:"
  30991.         activate
  30992.     end tell
  30993. on error errMsg number errNum
  30994.     --enter statements to perform when no records are found such as...
  30995.     display dialog "Sorry, the item you selected could not be found."
  30996.     return
  30997. end try
  30998. Deletedq
  30999. Dev.CD Apr 97 SSW
  31000. D.All Packages
  31001. Tool Chest Edition
  31002. New & RevisedF
  31003. DeveloperDocumentation
  31004. Developer DocumentationJ
  31005. hardwareK
  31006. Jan 00L
  31007. Feb 00NfDeveloper Documentation, Publications, Technical Publications, Techpubs, documentation, docs, HardwareOdDev.CD Feb 00 TC:What's New?:Technical Publications:Technical Documentation:Developer Documentation:PoDev.CD Feb 00 TC
  31008.  - What's New?
  31009.  - Technical Publications
  31010.  - Technical Documentation
  31011.  - Developer DocumentationV
  31012. 5902X
  31013. 1le.com/techpubs/index.html
  31014. older" example that shows the files in the folder grayed out.
  31015. SettingUpStdFile:  This snippet demonstrates how to make Standard File select an initial file under both System 6 and System 7.
  31016. SFGetFolder C:  This sample uses the new System 7 CustomGetFile routine to provide a StandardGetFolder call to be used by applications when the user needs to select a folder instead of a file. C Version.
  31017. SFGetFolder Pascal:  This sample uses the new System 7 CustomGetFile routine to provide a Standar
  31018. dGetFolder call to be used by applications when the user needs to select a folder instead of a file. Pascal Version.
  31019. stdFilterHacking:  The new Standard Dialog Filter in 7.0 and later has a problem: if you dim a button and then your dialog gets an activate event,  the button will be re-enabled! Here's some code to fix the problem.
  31020. Un/mount:  This sample demonstrates how to handle disk-inserted events in a modal dialog. Along the way, it demonstrates how to field a disk-inserted event wit
  31021. ews (1 million Power Macs; Apple Licenses MacOS; QuickTime Conferencing; AppleShare and AppleSearch for Windows; MessagePad 120; Motorola Newton Wireless Device); Strategy Mosaic (Blueprint for Future: Communications and Collaboration); Editor's Note (Delays); IndustryWatch.
  31022. Technology: News (develop issue 21); CD Highlights;  Human Interface (Disambiguator, pt 1); OpenDoc HI Q&A, pt 3; QuickDraw 3D.
  31023. Business & Marketing:  Market Research Monthly (Server Software); Special Market Report 
  31024. (Newton Vertical Market); Marketing Feature (User Group Marketing).
  31025. This is final draft copy from the February Apple Directions, 
  31026.  1995, Apple Computer, Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  For permission, contact the editor on AppleLink at A.DIRECTIONS.
  31027. February 1995 Apple Directions Articles
  31028. News: Apple News (Developer Support for PCI; OpenDoc Roundup; Apple Supports Kaleida Products; GeoPort Kit; Apple Joins Versit); Strategy M
  31029. crcpatch
  31030. crcpatch
  31031. folder
  31032. createalias
  31033. createalias
  31034. createcopy
  31035. createcopy
  31036. new/updated
  31037. newccursor
  31038. newer
  31039. newfolder
  31040. newgworld
  31041. newly
  31042. newsgroup
  31043. newsgroups
  31044. newsletter
  31045. newswatcher
  31046. newton
  31047. newton-related
  31048. nicer
  31049. nicest
  31050. nichols
  31051. ~--set theItem to choose file -- uncomment to test in an AS editor
  31052.     tell application "Finder"
  31053.         open item "Dev.CD Jan 94
  31054. Dev.CD Oct 93
  31055. Dev.CD Jul 93"
  31056.         activate
  31057.     end tell
  31058. on error errMsg number errNum
  31059.     --enter statements to perform when no records are found such as...
  31060.     display dialog "Sorry, the item you selected could not be found."
  31061.     return
  31062. end try
  31063. jbindery
  31064. jdirect
  31065. jmanager
  31066. joystick
  31067. kernel
  31068. keyboard
  31069. keyboard
  31070. keychain
  31071. keychain
  31072. password
  31073. storage
  31074. passphrase
  31075. password
  31076. keychain
  31077. access
  31078. cryptography
  31079. signing
  31080. kibitz
  31081. korean
  31082. label
  31083. language
  31084. language
  31085. analysis
  31086. language
  31087. analysis
  31088. architecture
  31089. japanese
  31090. macapp
  31091. macapp
  31092. framework
  31093. object-oriented
  31094. classes
  31095. editor
  31096. resou
  31097. machine
  31098. ple outside yo
  31099. Summary:  The QuickDraw GX Print Spooler Patch fixes a problem when trying to print to AppleShare and Novell Netware print spoolers.  This patch makes changes to the QuickDraw GX extension and the LaserWriter GX printer driver.  You should work with copies of the GX extension and GX driver, and then move the modified files into your system's Extensions folder.
  31100. These spooler patches replace any previous versions. This version fixes a problem where users were unable to patch certain localizB
  31101. ed versions of GX.
  31102. JuGX Spooler Patch Read Me
  31103. QDGX 1.1.1 Spooler Patch 1.0.2
  31104. QDGX 1.1.2 Spooler Patch 1.0.2
  31105. QDGX 1.1.3 Spooler Patch 1.0.2K
  31106. Jun 96M3QuickDraw GX (minimum 1.1.1), System 7.5 (minimum).N:QuickDraw GX spooler print patch AppleShare Novell NetwareOBDev.CD Feb 00 TC:Tool Chest:QuickDraw GX:QDGX Spooler Patch 1.0.2:PJDev.CD Feb 00 TC
  31107.  - Tool Chest
  31108.  - QuickDraw GX
  31109.  - QDGX Spooler Patch 1.0.2
  31110. window
  31111. manager
  31112. windows
  31113. wombat
  31114. world
  31115. world
  31116. tionQ
  31117. --set theItem to choose file -- uncomment to test in an AS editor
  31118.     tell application "Finder"
  31119.         open item "Dev.CD Jan 92
  31120. Dev.CD Vol. XI
  31121. Dev.CD Vol. X"
  31122.         activate
  31123.     end tell
  31124. on error errMsg number errNum
  31125.     --enter statements to perform when no records are found such as...
  31126.     display dialog "Sorry, the item you selected could not be found."
  31127.     return
  31128. end try
  31129. t be found."
  31130.     return
  31131. end try
  31132. e    No Change
  31133. encoding
  31134. Unicode
  31135. script
  31136. language
  31137. conversion
  31138. games
  31139. input device
  31140. sprocket
  31141. joystick
  31142. gamepad
  31143. gaming
  31144. blanking
  31145. screen
  31146. display
  31147. buffering
  31148. games
  31149. sprocket
  31150. gaming
  31151. networking
  31152. games
  31153. multiprocessing
  31154. preemptive task
  31155. multitasking
  31156. threads
  31157. threading
  31158. Icon Services
  31159. Icon Utilities
  31160. 'icns'
  31161. icon family
  31162. icon resources
  31163. IconRef
  31164. icon plotting
  31165. Navigation Services
  31166. Standard File
  31167. file management
  31168. file navigation
  31169. opening files
  31170. saving files
  31171. Network Services Location
  31172. file preview
  31173. Apple Help
  31174. Apple Guide
  31175. user assista
  31176. 5903X
  31177. Jan 00^
  31178. --set theItem to choose file -- uncomment to test in an AS editor
  31179.     tell application "Finder"
  31180.         open item "Dev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:carbon:"
  31181.         activate
  31182.     end tell
  31183. on error errMsg number errNum
  31184.     --enter statements to perform when no records are found such as...
  31185.     display dialog "Sorry, the item you selected could not be found."
  31186.     return
  31187. end try
  31188. e    No ChangefNprinting
  31189. Carbon
  31190. Carbon printing
  31191. Carbon Printing Manager
  31192. print
  31193. imaging
  31194. graphicso.http://developer.apple.com/techpubs/index.htmlq
  31195. Dev.CD Jan 00 SDK1
  31196. D!All Packages
  31197. Mac OS SDK Edition
  31198. F&DeveloperDocumentation: Corefoundation
  31199.     tionq
  31200. Dev.CD Feb 00 TC
  31201. D(All Packages
  31202. Reference Library Edition
  31203. Inside Macintosh - QuickDraw GX
  31204. detector
  31205. detector
  31206. contextual
  31207. apple
  31208. detectors
  31209. detectors
  31210. developer
  31211. developer
  31212. documentation
  31213. publications
  31214. technical
  31215. publications
  31216. developer
  31217. notes
  31218. hardware
  31219. technical
  31220. publications
  31221. ibook
  31222. developers
  31223. development
  31224. device
  31225. device
  31226. driver
  31227. block
  31228. storage
  31229. drive
  31230. gestalt
  31231. cd-rom
  31232. devices
  31233. devnotes
  31234. dialog
  31235. dialogs
  31236. dictation
  31237. dictionary
  31238. digital
  31239. interleaving
  31240. memory
  31241. configuration
  31242. disabled
  31243. disassembler
  31244. disassembly
  31245. utility
  31246. drive
  31247. setup
  31248. drive
  31249. setup
  31250. utilities
  31251. display
  31252. display
  31253. manager
  31254. resolution
  31255. screen
  31256. monitor
  31257. pixel
  31258. depth
  31259. display
  31260. manager
  31261. window
  31262. arrangement
  31263. display
  31264. pixel
  31265. depth
  31266. disposeresource
  31267. conversion
  31268. All Packages
  31269. QuickDraw GXO
  31270. Dev.CD Aug 96 TCP
  31271. Dev.CD Aug 96 TV
  31272. 6329X
  31273. Aug 96
  31274. e--set theItem to choose file -- uncomment to test in an AS editor
  31275.     tell application "Finder"
  31276.         open item "Dev.CD Aug 96 TC"
  31277.         activate
  31278.     end tell
  31279. on error errMsg number errNum
  31280.     --enter statements to perform when no records are found such as...
  31281.     display dialog "Sorry, the item you selected could not be found."
  31282.     return
  31283. end try
  31284. All Packages
  31285. QuickDraw GXO
  31286. Dev.CD Aug 96 TCP
  31287. Dev.CD Aug 96 TV
  31288. 6330X
  31289. Aug 96
  31290. e--set theItem to choose file -- uncomment to test in an AS editor
  31291.     tell application "Finder"
  31292.         open item "Dev.CD Aug 96 TC"
  31293.         activate
  31294.     end tell
  31295. on error errMsg number errNum
  31296.     --enter statements to perform when no records are found such as...
  31297.     display dialog "Sorry, the item you selected could not be found."
  31298.     return
  31299. end try
  31300. All Packages
  31301. QuickDraw GXO
  31302. Dev.CD Aug 96 TCP
  31303. Dev.CD Aug 96 TV
  31304. 6331X
  31305. chestW
  31306. mOrDev.CD July 92
  31307. Dev.CD June 92
  31308. Dev.CD May 92
  31309. Dev.CD Apr 92
  31310. Dev.CD Mar 92
  31311. Dev.CD Feb 92
  31312. Dev.CD Jan 92
  31313. Dev.CD Vol. XIPqDev.CD July 92
  31314. Dev.CD June 92
  31315. Dev.CD May 92
  31316. Dev.CD Apr 92
  31317. Dev.CD Mar 92
  31318. Dev.CD Feb 92
  31319. Dev.CD Jan 92
  31320. Dev.CD Vol. XV
  31321. 5172X
  31322. July 9
  31323. --set theItem to choose file -- uncomment to test in an AS editor
  31324.     tell application "Finder"
  31325.         open item "Dev.CD July 92
  31326. Dev.CD June 92
  31327. Dev.CD May 92
  31328. Dev.CD Apr 92
  31329. Dev.CD Mar 92
  31330. Dev.CD Feb 92
  31331. Dev.CD Jan 92
  31332. Dev.CD Vol. XI"
  31333.         activate
  31334.     end tell
  31335. on error errMsg number errNum
  31336.     --enter statements to perform when no records are found such as...
  31337.     display dialog "Sorry, the item you selected could not be found."
  31338.     return
  31339. end try
  31340. All Packages
  31341. 6.0.7O
  31342. Dev.CD July 92
  31343. Dev.CD June 92
  31344. Dev.CD May 92
  31345. Dev.CD Apr 92
  31346. Dev.CD Mar 92
  31347. Dev.CD Feb 92
  31348. Dev.CD Jan 92
  31349. Dev.CD Vol. XI
  31350. Dev.CD Vol. X
  31351. Dev.CD Vol. IX
  31352. Dev.CD Vol. VIII
  31353. Dev.CD Vol. VIIV
  31354. 5173X
  31355. sk 1:What's New:Sample Code:Text:TypeServicesForUnicode:W
  31356. spooler
  31357. All Packages
  31358. 7.1OsDev.CD Apr 94
  31359. Dev.CD Jan 94
  31360. Dev.CD Oct 93
  31361. Dev.CD Jul 93
  31362. Dev.CD Apr 93
  31363. Dev.CD Feb 93
  31364. Dev.CD Jan 93
  31365. Dev.CD Nov/Dec 92PrDev.CD Apr 94
  31366. Dev.CD Jan 94
  31367. Dev.CD Oct 93
  31368. Dev.CD Jul 93
  31369. Dev.CD Apr 93
  31370. Dev.CD Feb 93
  31371. Dev.CD Jan 93
  31372. Dev.CD Nov/Dec 9V
  31373. 5284X
  31374. Apr 94
  31375. --set theItem to choose file -- uncomment to test in an AS editor
  31376.     tell application "Finder"
  31377.         open item "Dev.CD Apr 94
  31378. Dev.CD Jan 94
  31379. Dev.CD Oct 93
  31380. Dev.CD Jul 93
  31381. Dev.CD Apr 93
  31382. Dev.CD Feb 93
  31383. Dev.CD Jan 93
  31384. Dev.CD Nov/Dec 92"
  31385.         activate
  31386.     end tell
  31387. on error errMsg number errNum
  31388.     --enter statements to perform when no records are found such as...
  31389.     display dialog "Sorry, the item you selected could not be found."
  31390.     return
  31391. end try
  31392. All Packages
  31393. 7.1OsDev.CD Apr 94
  31394. Dev.CD Jan 94
  31395. Dev.CD Oct 93
  31396. Dev.CD Jul 93
  31397. Dev.CD Apr 93
  31398. Dev.CD Feb 93
  31399. Dev.CD Jan 93
  31400. Dev.CD Nov/Dec 92V
  31401. 5285X
  31402. index
  31403. indian
  31404. plist
  31405. information
  31406. information
  31407. property
  31408. inline
  31409. inline
  31410. input
  31411. input
  31412. input
  31413. device
  31414. inputsprocket
  31415. inside
  31416. inside
  31417. inside
  31418. macintosh
  31419. installer
  31420. instance
  31421. instance
  31422. variables
  31423. instrumentation
  31424. integrity
  31425. interactive
  31426. interactive
  31427. media
  31428. solutions
  31429. interface
  31430. interface
  31431. builder
  31432. interfaces
  31433. interleaving
  31434. localized
  31435. strings
  31436. location
  31437. lproj
  31438. macapp
  31439. macintosh
  31440. macintosh
  31441. coprocessor
  31442. platform
  31443. macsbug
  31444. bundle
  31445. management
  31446. manager
  31447. manuals
  31448. media
  31449. memory
  31450. memory
  31451. manager
  31452. memory
  31453. monitor
  31454. items
  31455. manager
  31456. menus
  31457. missQ
  31458. mixed
  31459. System Enabler 065 (LC 575)O
  31460. Dev.CD Apr 94P
  31461. Dev.CD Apr 9V
  31462. 6712X
  31463. Apr 94
  31464. b--set theItem to choose file -- uncomment to test in an AS editor
  31465.     tell application "Finder"
  31466.         open item "Dev.CD Apr 94"
  31467.         activate
  31468.     end tell
  31469. on error errMsg number errNum
  31470.     --enter statements to perform when no records are found such as...
  31471.     display dialog "Sorry, the item you selected could not be found."
  31472.     return
  31473. end try
  31474. All Packages
  31475. System Enabler 065 (LC 575)O
  31476. Dev.CD Apr 94
  31477. Dev.CD Jan 94P
  31478. Dev.CD Apr 94
  31479. Dev.CD Jan 9V
  31480. 6713X
  31481. Apr 94
  31482. p--set theItem to choose file -- uncomment to test in an AS editor
  31483.     tell application "Finder"
  31484.         open item "Dev.CD Apr 94
  31485. Dev.CD Jan 94"
  31486.         activate
  31487.     end tell
  31488. on error errMsg number errNum
  31489.     --enter statements to perform when no records are found such as...
  31490.     display dialog "Sorry, the item you selected could not be found."
  31491.     return
  31492. end try
  31493. All Packages
  31494. 6714X
  31495. folder
  31496. contains
  31497. archives
  31498. format
  31499. apple
  31500. folder
  31501. contains
  31502. latest
  31503. version
  31504. controls
  31505. folder
  31506. contains
  31507. updated
  31508. documents
  31509. outlining
  31510. strategies
  31511. folder
  31512. contains
  31513. worldwide
  31514. updates
  31515. hypercard
  31516. update
  31517. features
  31518. including
  31519. powerplant
  31520. version
  31521. inputsprocket
  31522. update
  31523. appearance
  31524. 1.0.3
  31525. manager
  31526. manager
  31527. package
  31528. consists
  31529. files
  31530. provide
  31531. information
  31532. package
  31533. contains
  31534. number
  31535. routines
  31536. helpful
  31537. package
  31538. contains
  31539. appleshare
  31540. 3.6.5
  31541. first
  31542. states
  31543. basic
  31544. implmenetation
  31545. sample
  31546. demonstrates
  31547. variety
  31548. techniques
  31549. using
  31550. sample
  31551. demonstrates
  31552. variety
  31553. transport
  31554. sample
  31555. basic
  31556. implementation
  31557. sprite
  31558. nts to 7 on an extended keyboard
  31559. s lights repeatedly until the Shift and Caps Lock keys are pressed, or until it receives a Quit Application Apple event.
  31560. ModifyMouseAccl:  ModifyMouseAccl demonstrates the use of the CursorDeviceManager to adjust the mouse acceleration setting for the standard Apple mouse.  This quick sample obtains the CDM record associated with the standard mouse, saves the acceleration settings, then replaces the settings with some custom values defined in the program. 
  31561.  There is the option to specify a tablet like setting, or one which makes the mouse extremely sensitive to movement.  Set the define NOACCLCURVE to the desired value.  A discussion of the acceleration resource is provided in the Space Aliens ADB Tech Note.
  31562. Once the new values are set, the program makes the CursorDeviceSetAcceleration call, to have the Cursor Device Manager calculate the new acceleration curves to be used by the cursor draw routine.  After waving the mouse around to see 
  31563. textoid
  31564. textoid
  31565. textres
  31566. textres
  31567. texture
  31568. texture
  31569. sample
  31570. sighyper
  31571. hytime
  31572. snarfer
  31573. snarfer
  31574. snarfer
  31575. user's
  31576. guide
  31577. sound
  31578. manager
  31579. fully
  31580. threedmetafile
  31581. threedmetafile
  31582. threedmetafile
  31583. threedmetafile
  31584. timecode
  31585. timeslaving
  31586. title
  31587. system
  31588. folder
  31589. system
  31590. folder
  31591. 8.5.1
  31592. toolbox
  31593. toolkit
  31594. tools
  31595. themes
  31596. --set theItem to choose file -- uncomment to test in an AS editor
  31597.     tell application "Finder"
  31598.         open item "Dev.CD Apr 94
  31599. Dev.CD Jan 94
  31600. Dev.CD Oct 93
  31601. Dev.CD Jul 93
  31602. Dev.CD Apr 93"
  31603.         activate
  31604.     end tell
  31605. on error errMsg number errNum
  31606.     --enter statements to perform when no records are found such as...
  31607.     display dialog "Sorry, the item you selected could not be found."
  31608.     return
  31609. end try
  31610. end try
  31611. Next CDq
  31612. Dev.CD Dec 99 RL
  31613. D(All Packages
  31614. Reference Library Edition
  31615. develop Issue 11
  31616. 5904X
  31617. Jan 00^
  31618. --set theItem to choose file -- uncomment to test in an AS editor
  31619.     tell application "Finder"
  31620.         open item "Dev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:corefoundation:"
  31621.         activate
  31622.     end tell
  31623. on error errMsg number errNum
  31624.     --enter statements to perform when no records are found such as...
  31625.     display dialog "Sorry, the item you selected could not be found."
  31626.     return
  31627. end try
  31628. e    No Change
  31629. Core Foundation
  31630. overview
  31631. opaque types
  31632. reference counts
  31633. Base Services
  31634. CFBase.h
  31635. CFRetain
  31636. CFRelease
  31637. Reference counting
  31638. allocators
  31639. custom allocators
  31640. CFAllocator
  31641. CFType
  31642. Polymorphic functions
  31643. CFTypeID
  31644. CFIndex
  31645. CFOptionFlags
  31646. CFHashCode
  31647. CFHash
  31648. compare
  31649. CFComparatorFunction
  31650. CFComparisonResult
  31651. CFEqual
  31652. CFRange
  31653. Bundle Services
  31654. CFBundle.h
  31655. CFBundle
  31656. bundle
  31657. main bundle
  31658. resources
  31659. resource management
  31660. localization
  31661. internationalization
  31662. cross-platform
  31663. application package
  31664. Application
  31665. Framework
  31666. Loadable bundle
  31667. EThis document provides preliminary information about the Carbon printing interface to help you convert your existing Mac OS 8 applications to Carbon. It offers code samples, detailed comparisons between the original Printing Manager and the new Carbon Printing Manager, and a complete  Carbon Printing Manager API reference.
  31668. CarbonPrintingMgrK
  31669. Jan 00NTprinting, Carbon, Carbon printing, Carbon Printing Manager, print, imaging, graphicsOkDev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:carbon:PyDev.CD Jan 00 SDK1
  31670.  - What's New
  31671.  - Technical Documentation
  31672.  - Technical Publications
  31673.  - DeveloperDocumentation
  31674.  - carbonvides sample code for implementing inline input for TextEdit, the TSMTE interfaces, and the TSMTE extension. It is intended to be used along with Macintosh Technical Note TE 27 - Inline Input for TextEdit with TSMTE.
  31675. J'Sample Code.img
  31676. Windows Sample Code.imgK
  31677. Feb 94L
  31678. May 94:Sample Code:V
  31679. 4142X
  31680. Moved
  31681. tunnelsim
  31682. tupledumper
  31683. turkish
  31684. turkish
  31685. 1.1.3
  31686. tweencamera
  31687. tweencamera
  31688. typeservicesforunico
  31689. typeservicesforunico
  31690. typeservicesforunico
  31691. uk/eire
  31692. distributors/localiz
  31693. under
  31694. unicodeutilities
  31695. unicodeutilities
  31696. universal
  31697. universal
  31698. interfaces
  31699. universalinterfaces3
  31700. universalinterfaces3
  31701. university
  31702. unmountprojector
  31703. unsupported
  31704. unsupported
  31705. libraries
  31706. untitled
  31707. untitled
  31708. 1.4mb
  31709. format
  31710. unwrapcommenttext
  31711. update
  31712. --set theItem to choose file -- uncomment to test in an AS editor
  31713.     tell application "Finder"
  31714.         open item "Dev.CD Vol. VII
  31715. Dev CD Vol. V
  31716. Dev CD Vol. IV"
  31717.         activate
  31718.     end tell
  31719. on error errMsg number errNum
  31720.     --enter statements to perform when no records are found such as...
  31721.     display dialog "Sorry, the item you selected could not be found."
  31722.     return
  31723. end try
  31724. develop
  31725. issue
  31726. develop
  31727. issue
  31728. develop
  31729. issue
  31730. develop
  31731. issue
  31732. develop
  31733. issue
  31734. develop
  31735. issue
  31736. develop
  31737. issue
  31738. develop
  31739. issue
  31740. develop
  31741. issue
  31742. develop
  31743. issue
  31744. developer
  31745. developer
  31746. forms
  31747. developer
  31748. notes
  31749. update
  31750. developer's
  31751. developerdocumentati
  31752. developerdocumentati
  31753. carbon
  31754. developerdocumentati
  31755. corefoundation
  31756. digests
  31757. directions
  31758. driver
  31759. editor
  31760. emulator
  31761. complete
  31762. completed
  31763. completely
  31764. completes
  31765. completion
  31766. complex
  31767. complexity
  31768. compliance
  31769. complies
  31770. composited
  31771. compositing
  31772. compositor
  31773. compound
  31774. compound-document
  31775. compress
  31776. compressed
  31777. compressimage
  31778. compression
  31779. compression/decompre
  31780. compressor/decompres
  31781. computer
  31782. computer's
  31783. computer-based
  31784. computers
  31785. computing
  31786. concentrate
  31787. concepts
  31788.  find localized resources and dynamically load code into your program.
  31789. Core Foundation CollectionServices [NEW]
  31790. ---------------------------
  31791. This document explains the characteristics of collections and describes how to use specific kinds: arrays, dictionaries, sets, bags, and trees. It also describes Core Foundation's data object (CFData).
  31792. Core Foundation Overview [NEW]
  31793. ---------------------------
  31794. This document summarizes the benefits of Core Foundation and explains some of the key conce
  31795. pts, such as opaque types, reference counting, and memory management.
  31796. Core Foundation PropertyList [NEW]
  31797. ---------------------------
  31798. This document describes how to convert between XML property lists and objects of compatible Core Foundation types.
  31799. Core Foundation StringServices [NEW]
  31800. --------------------------- 
  31801. This document describes how the Unicode storage of character data is optimized. It also shows how to convert strings between encodings and perform other operations with string o
  31802. OsDev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:corefoundation:P
  31803. Dev.CD Jan 00 SDK1
  31804.  - What's New
  31805.  - Technical Documentation
  31806.  - Technical Publications
  31807.  - DeveloperDocumentation
  31808.  - corefoundations, since it can display the SCSI ID when in use, and for people with internal drives.
  31809. Day.   The inside world of multibuffering sounds is exposed to the light, and we discover that it
  31810. s really not that gory.
  31811. Living In an Exceptional World  by 
  31812. Sean Parent.   Ever get mad at those 
  31813. Real programs check errors here
  31814.  comments you see so often in sample code? Here
  31815. s a workable error-handling methodology that might interest you.
  31816. The NetWork Project: Distributed Computing on the Macintosh  by G
  31817. nther Sawitzki.   Distributed computing is looming large on the horizon, and programmers need to be ready. NetWork enables you to experiment with distributed computing right now.
  31818. Graphical Truffles: Writing Directly to the Screen  by Brigham S
  31819. bjects.
  31820. J_CFBaseServices
  31821. CFBundleServices
  31822. CFCollectionServices
  31823. CFOverview
  31824. CFPropertyList
  31825. CFStringServicesK
  31826. Jan 00
  31827. Core Foundation, overview, opaque types, reference counts, Base Services, CFBase.h, CFRetain, CFRelease, Reference counting, allocators, custom allocators, CFAllocator, CFType, Polymorphic functions, CFTypeID, CFIndex, CFOptionFlags, CFHashCode, CFHash, compare, CFComparatorFunction, CFComparisonResult, CFEqual, CFRange, Bundle Services, CFBundle.h, CFBundle, bundle, main bundle, resources, resource management, localization, internationalization, cross-platform, application package, Applic
  31828. OsDev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:corefoundation:
  31829. All Packages
  31830. Dev.CD Nov 99 SSWP
  31831. Dev.CD Nov 99 SSV
  31832. 5709X
  31833. Nov 99
  31834. f--set theItem to choose file -- uncomment to test in an AS editor
  31835.     tell application "Finder"
  31836.         open item "Dev.CD Nov 99 SSW"
  31837.         activate
  31838.     end tell
  31839. on error errMsg number errNum
  31840.     --enter statements to perform when no records are found such as...
  31841.     display dialog "Sorry, the item you selected could not be found."
  31842.     return
  31843. end try
  31844. All Packages
  31845. Dev.CD Nov 99 SSWP
  31846. Dev.CD Nov 99 SSV
  31847. 5710X
  31848. Nov 99
  31849. f--set theItem to choose file -- uncomment to test in an AS editor
  31850.     tell application "Finder"
  31851.         open item "Dev.CD Nov 99 SSW"
  31852.         activate
  31853.     end tell
  31854. on error errMsg number errNum
  31855.     --enter statements to perform when no records are found such as...
  31856.     display dialog "Sorry, the item you selected could not be found."
  31857.     return
  31858. end try
  31859. All Packages
  31860. Dev.CD Dec 99 SSWP
  31861. Dev.CD Dec 99 SSV
  31862. 5711X
  31863. Dec 99
  31864. tition 
  31865. f--set theItem to choose file -- uncomment to test in an AS editor
  31866.     tell application "Finder"
  31867.         open item "Dev.CD Jan 96 SSW"
  31868.         activate
  31869.     end tell
  31870. on error errMsg number errNum
  31871.     --enter statements to perform when no records are found such as...
  31872.     display dialog "Sorry, the item you selected could not be found."
  31873.     return
  31874. end try
  31875. ignoring
  31876. illustrate
  31877. illustrated
  31878. illustrates
  31879. illustrating
  31880. illustration
  31881. illustrations
  31882. Core Foundation Documentation:
  31883. Core Foundation is a library of low-level services which help you to build cross-platform, easily localized applications. Core Foundation provides abstractions for common data types, facilitates internationalization with Unicode string storage, and offers a suite of utilities such as plug-in support,  XML property lists, URL resource access, and preferences. Core Foundation is included as part of CarbonLib on Mac OS 8 and 9. For Mac OS X, Core Foundation wil
  31884. l be included as an independant framework.
  31885. Features:
  31886. =======================
  31887. What's New and Updated:
  31888. ======================
  31889. Core Foundation BaseServices [NEW]
  31890. ---------------------------
  31891. This document describes the base types and the polymorphic functions of Base Services and explains details of using and customizing memory allocators.
  31892. Core Foundation BundleServices [NEW]
  31893. ---------------------------
  31894. This document describes what a bundle is and shows how you can use Bundle  Services to
  31895. ation, Framework, Loadable bundle, Palette, code loading, dynamic linking, lproj, localized strings, Info.plist, Collection Services, CFArray.h, CFDictionary.h, CFBag.h, CFSet.h, CFTree.h, CFData.h, CFBinaryHeap.h, CFBitVector.h, CFArray, CFDictionary, CFBag, CFSet, CFTree, CFData, CFBinaryHeap, CFBitVector, collection, container, ordered collection, tree, set, bag, heap, vector, Property List Services, CFPropertyList.h, property list, information property list, info plist, Info.plist, CFA
  31896. rray, CFDictionary, CFDictionary, CFPropertyList, XML, Core Foundation, String Services, CFString.h, CFCharacterSet.h, CFStringEncodingsExt.h, CFString, string, mutable string, internationalization, localization, Unicode, character encoding, string encoding
  31897. "In Use" light on a hard disk whenever a SCSI device is accessed.  It is useful for people with multiple hard disks, since it can display the SCSI ID when in use, and for people with internal drives.
  31898.  drives.
  31899. Vol VIII
  31900. code loading
  31901. dynamic linking
  31902. lproj
  31903. localized strings
  31904. Info.plist
  31905. Collection Services
  31906. CFArray.h
  31907. CFDictionary.h
  31908. CFBag.h
  31909. CFSet.h
  31910. CFTree.h
  31911. CFData.h
  31912. CFBinaryHeap.h
  31913. CFBitVector.h
  31914. CFArray
  31915. CFDictionary
  31916. CFBag
  31917. CFSet
  31918. CFTree
  31919. CFData
  31920. CFBinaryHeap
  31921. CFBitVector
  31922. collection
  31923. container
  31924. ordered collection
  31925. vector
  31926. Property List Services
  31927. CFPropertyList.h
  31928. property list
  31929. information property list
  31930. info plist
  31931. Info.plist
  31932. CFArray
  31933. CFDictionary
  31934. CFDictionary
  31935. CFPropertyList
  31936. Core Foundation
  31937. String SeC
  31938. rvices
  31939. CFString.h
  31940. CFCharacterSet.h
  31941. CFStringEncodingsExt.h
  31942. CFString
  31943. string
  31944. mutable string
  31945. internationalization
  31946. localization
  31947. Unicode
  31948. character encoding
  31949. string encoding
  31950. o.http://developer.apple.com/techpubs/index.htmlq
  31951. Dev.CD Jan 00 SDK1
  31952. D.All Packages
  31953. Tool Chest Edition
  31954. New & RevisedF DeveloperDocumentation: Hardware
  31955. =================
  31956. What's New and Updated:
  31957. ==================
  31958. Power Mac G4 Developer Note
  31959. --------------------------------------
  31960. This developer note provides technical information about the Power Mac G4 computer. The developer note includes information about 
  31961.        - features 
  31962.        - compatibility issues 
  31963.        - internal logic 
  31964.        - I/O ports and built-in I/O devices 
  31965.        - RAM expansion 
  31966.        - expansion slots 
  31967.        - system software 
  31968. G4.pdfK
  31969. Jan 00L
  31970. Feb 00NWHardware Developer Documentation, developer notes, devnotes, Power Mac, Power MacintoshOmDev.CD Feb 00 TC:What's New?:Technical Publications:Technical Documentation:Developer Documentation:hardware:loper.apple.com/techpubs/index.html
  31971. READ ME.txt
  31972. KCHR mappings
  31973. Virtual Keycode diffK
  31974. Vol VL
  31975. Vol VIIge
  31976.  tips from the masters.
  31977. Print Hints: Looking 
  31978. 6878X
  31979. Dec 99^    RL Disk 2
  31980. --set theItem to choose file -- uncomment to test in an AS editor
  31981.     tell application "Finder"
  31982.         open item "Dev.CD Dec 99 RL Disk 2:Technical Publications:java:"
  31983.         activate
  31984.     end tell
  31985. on error errMsg number errNum
  31986.     --enter statements to perform when no records are found such as...
  31987.     display dialog "Sorry, the item you selected could not be found."
  31988.     return
  31989. end try
  31990. e    No Change
  31991. QuickTime For Java
  31992. Yellow Box and Java
  31993. AppKit Reference
  31994. Enterprise Objects Framework
  31995. Foundation Reference
  31996. Java Tutorial
  31997. WebObjects and Java
  31998. Enterprise Objects Framework
  31999. Foundation Reference Java Client
  32000. Mac OS Runtime for Java
  32001. MRJ Toolkit
  32002. JManager
  32003. JDirect
  32004. JBindery
  32005. Dev.CD Dec 99 RL Disk 2
  32006. All Packages
  32007. Technical Publications: MacITSummary:
  32008. Collection of Inside Macintosh books and related programming documentation.
  32009. Mar 99L
  32010. Sep 99V
  32011. 6879X
  32012. 1e    No Change
  32013. 1.0fc1
  32014. All Packages
  32015. 7.5.2 (7500/8500)O
  32016. Dev.CD Oct 95 SSWP
  32017. Dev.CD Oct 95 SSV
  32018. 5467X
  32019. Oct 95
  32020. f--set theItem to choose file -- uncomment to test in an AS editor
  32021.     tell application "Finder"
  32022.         open item "Dev.CD Oct 95 SSW"
  32023.         activate
  32024.     end tell
  32025. on error errMsg number errNum
  32026.     --enter statements to perform when no records are found such as...
  32027.     display dialog "Sorry, the item you selected could not be found."
  32028.     return
  32029. end try
  32030. All Packages
  32031. 7.5.2 (7500/8500)O
  32032. Dev.CD Oct 95 SSWP
  32033. Dev.CD Oct 95 SSV
  32034. 5468X
  32035. Oct 95
  32036. f--set theItem to choose file -- uncomment to test in an AS editor
  32037.     tell application "Finder"
  32038.         open item "Dev.CD Oct 95 SSW"
  32039.         activate
  32040.     end tell
  32041. on error errMsg number errNum
  32042.     --enter statements to perform when no records are found such as...
  32043.     display dialog "Sorry, the item you selected could not be found."
  32044.     return
  32045. end try
  32046. All Packages
  32047. 7.5.2 (7500/8500)O
  32048. Dev.CD Oct 95 SSWV
  32049. 5469X
  32050. user-interface
  32051. user-perceived
  32052. userchkgestaltfuncti
  32053. userfunction
  32054. useritem
  32055.         open item "Dev.CD Jun 97 SSW"
  32056.         activate
  32057.     end tell
  32058. on error errMsg number errNum
  32059.     --enter statements to perform when no records are found such as...
  32060.     display dialog "Sorry, the item you selected could not be found."
  32061.     return
  32062. end try
  32063. video
  32064. viewer
  32065. virtual
  32066. virtualuser
  32067. visigenic
  32068. volume
  32069. volumes
  32070. vtwin
  32071. virtual
  32072. capabilities of HyperCard, you can purchase the HyperCard Development Kit through an authorized Apple dealer.  The HyperCard Development Kit contains the HyperCard software, a complete set of manuals, sample files, and BEpre-scripted objects and tools to help you create software quickly.  
  32073. J=Addresses
  32074. Audio Help
  32075. HyperCard Player
  32076. What is HyperCard?K
  32077. Feb 92L
  32078. Jul 98N
  32079. HyperCard Player, stacksOHDev.CD Dec 99 RL Disk 1:Utilities:HyperCard Player:HyperCard Player 2.4:PPDev.CD Dec 99 RL Disk 1
  32080.  - Utilities
  32081.  - HyperCard Player
  32082.  - HyperCard Player 2.4
  32083. settings
  32084. settingupstdfile
  32085. setup
  32086. setupgl
  32087. setupgl
  32088. functions
  32089. setvideomediagraphic
  32090. setwutime
  32091. several
  32092. severe
  32093. sfgetfolder
  32094. sfhookopenalias
  32095. sgdrawable
  32096. shading
  32097. shapes
  32098. share
  32099. shared
  32100. sharedlibs
  32101. shareware
  32102. sharing
  32103. sharks
  32104. sharp
  32105. sharware
  32106. sheet
  32107. sheets
  32108. shell
  32109. shelves
  32110. sherlock
  32111. sherlock's
  32112. shift
  32113. shift-command
  32114. shimmermate
  32115. Feb 00^
  32116. --set theItem to choose file -- uncomment to test in an AS editor
  32117.     tell application "Finder"
  32118.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Toolkits:"
  32119.         activate
  32120.     end tell
  32121. on error errMsg number errNum
  32122.     --enter statements to perform when no records are found such as...
  32123.     display dialog "Sorry, the item you selected could not be found."
  32124.     return
  32125. end try
  32126. e    No ChangefMMacTCP
  32127. Communications Toolbox
  32128. Serial ports
  32129. CD Audio toolkit
  32130. Video toolkitq
  32131. Dev.CD Feb 00 TC
  32132. D!All Packages
  32133. Mac OS SDK Edition
  32134. ICC Profile SpecI&Latest ICC specification for profiles.J
  32135. Embedding ICC Profile in EPS
  32136. Embedding ICC Profile in GIF89a
  32137. Embedding ICC Profile in Pict
  32138. Embedding ICC Profiles in JFIF
  32139. Embedding ICC Profiles in TIFFK
  32140. Apr 98M
  32141. ColorSync 2.xN%ColorSync, ICC, Profile SpecificationOkDev.CD Jan 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Documentation:Embedding ICC Profiles Docs:ge
  32142. --set theItem to choose file -- uncomment to test in an AS editor
  32143.     tell application "Finder"
  32144.         open item "Dev.CD Feb 00 TC:Tool Chest:OS Utilities:ShowInitIcon:"
  32145.         activate
  32146.     end tell
  32147. on error errMsg number errNum
  32148.     --enter statements to perform when no records are found such as...
  32149.     display dialog "Sorry, the item you selected could not be found."
  32150.     return
  32151. end try
  32152. tear-off
  32153. technical
  32154. technical
  32155. overview
  32156. technically
  32157. technique
  32158. techniques
  32159. technogeek
  32160. PHDev.CD Apr 93
  32161. Dev.CD Mar 93
  32162. Dev.CD Feb 93
  32163. Dev.CD Jan 93
  32164. Dev.CD Nov/Dec 9V
  32165. 5371X
  32166. Apr 93
  32167. --set theItem to choose file -- uncomment to test in an AS editor
  32168.     tell application "Finder"
  32169.         open item "Dev.CD Apr 93
  32170. Dev.CD Mar 93
  32171. Dev.CD Feb 93
  32172. Dev.CD Jan 93
  32173. Dev.CD Nov/Dec 92"
  32174.         activate
  32175.     end tell
  32176. on error errMsg number errNum
  32177.     --enter statements to perform when no records are found such as...
  32178.     display dialog "Sorry, the item you selected could not be found."
  32179.     return
  32180. end try
  32181. All Packages
  32182. Dev.CD Jan 96 SSWP
  32183. Dev.CD Jan 96 SSV
  32184. 5372X
  32185. Jan 96
  32186. f--set theItem to choose file -- uncomment to test in an AS editor
  32187.     tell application "Finder"
  32188.         open item "Dev.CD Jan 96 SSW"
  32189.         activate
  32190.     end tell
  32191. on error errMsg number errNum
  32192.     --enter statements to perform when no records are found such as...
  32193.     display dialog "Sorry, the item you selected could not be found."
  32194.     return
  32195. end try
  32196. All Packages
  32197. 5373X
  32198. prevented
  32199. prevents
  32200. preview
  32201. previews
  32202. previous
  32203. previously
  32204. prgeneral
  32205. prgram
  32206. price
  32207. prices
  32208. primarily
  32209. primary
  32210. primer
  32211. primitive
  32212. primitives
  32213. principles
  32214. print
  32215. print2
  32216. printable
  32217. printdialogmagic
  32218. printing-related
  32219. prints
  32220. prior
  32221. priorities
  32222. private
  32223. chinese
  32224. chinese
  32225. dictation
  32226. speech
  32227. input
  32228. keyboard
  32229. chinese
  32230. handwriting
  32231. input
  32232. keyboard
  32233. tablet
  32234. chinese
  32235. language
  32236. traditional
  32237. simplified
  32238. choose
  32239. chooser
  32240. ciconhandle
  32241. class
  32242. classes
  32243. client
  32244. clock
  32245. clouseau
  32246. coach
  32247. coachmarks
  32248. codec
  32249. codes
  32250. codewarrior
  32251. collation
  32252. collection
  32253. color
  32254. color
  32255. controls
  32256. window
  32257. table
  32258. color
  32259. picker
  32260. 2.1.1
  32261. color2index
  32262. colorsync
  32263. colorsync
  32264. calibrator
  32265. scripting
  32266. profile
  32267. gamma
  32268. color
  32269. nditional
  32270. configuration
  32271. consumer
  32272. container
  32273. content
  32274. context
  32275. contextual
  32276. contextual
  32277. manager
  32278. control
  32279. control
  32280. strip
  32281. powerbook
  32282. control
  32283. panel
  32284. controls
  32285. Dev.CD Jan 94
  32286. Dev.CD Oct 93P
  32287. Dev.CD Jan 94
  32288. Dev.CD Oct 9V
  32289. 6366X
  32290. Jan 94
  32291. p--set theItem to choose file -- uncomment to test in an AS editor
  32292.     tell application "Finder"
  32293.         open item "Dev.CD Jan 94
  32294. Dev.CD Oct 93"
  32295.         activate
  32296.     end tell
  32297. on error errMsg number errNum
  32298.     --enter statements to perform when no records are found such as...
  32299.     display dialog "Sorry, the item you selected could not be found."
  32300.     return
  32301. end try
  32302. All Packages
  32303. F    QuickTimeO
  32304. Dev.CD Jan 94P
  32305. Dev.CD Jan 9V
  32306. 6367X
  32307. Jan 94
  32308. b--set theItem to choose file -- uncomment to test in an AS editor
  32309.     tell application "Finder"
  32310.         open item "Dev.CD Jan 94"
  32311.         activate
  32312.     end tell
  32313. on error errMsg number errNum
  32314.     --enter statements to perform when no records are found such as...
  32315.     display dialog "Sorry, the item you selected could not be found."
  32316.     return
  32317. end try
  32318. All Packages
  32319. F    QuickTimeO
  32320. Dev.CD Jan 94P
  32321. Dev.CD Jan 9V
  32322. 6368X
  32323. Jan 94
  32324. machine
  32325. --set theItem to choose file -- uncomment to test in an AS editor
  32326.     tell application "Finder"
  32327.         open item "Dev.CD Jan 96 SSW
  32328. Dev.CD Jul 95
  32329. Dev.CD Apr 95
  32330. Dev.CD Jan 95
  32331. Dev.CD Oct 94"
  32332.         activate
  32333.     end tell
  32334. on error errMsg number errNum
  32335.     --enter statements to perform when no records are found such as...
  32336.     display dialog "Sorry, the item you selected could not be found."
  32337.     return
  32338. end try
  32339. t be found."
  32340.     return
  32341. end try
  32342. All Packages
  32343. System Enabler 111 (PB 160/180)O
  32344. Dev.CD Apr 93P
  32345. Dev.CD Apr 9V
  32346. 4867X
  32347. Apr 93
  32348. b--set theItem to choose file -- uncomment to test in an AS editor
  32349.     tell application "Finder"
  32350.         open item "Dev.CD Apr 93"
  32351.         activate
  32352.     end tell
  32353. on error errMsg number errNum
  32354.     --enter statements to perform when no records are found such as...
  32355.     display dialog "Sorry, the item you selected could not be found."
  32356.     return
  32357. end try
  32358. All Packages
  32359. System Enabler 111 (PB 160/180)V
  32360. 4868X
  32361. 5732X
  32362. Feb 00^
  32363. --set theItem to choose file -- uncomment to test in an AS editor
  32364.     tell application "Finder"
  32365.         open item "Dev.CD Feb 00 TC:Tool Chest:Interapplication Communication:AE Tools:AETracker 3.0:"
  32366.         activate
  32367.     end tell
  32368. on error errMsg number errNum
  32369.     --enter statements to perform when no records are found such as...
  32370.     display dialog "Sorry, the item you selected could not be found."
  32371.     return
  32372. end try
  32373. e    No Changef
  32374. Apple Events
  32375. AppleEventsq
  32376. Dev.CD Feb 00 TC
  32377. D!All Packages
  32378. Tool Chest Edition
  32379. F    aevt dcmd
  32380. The aevt (Apple event) dcmd is a MacsBug tool that displays a formatted listing of the contents of an AppleEvent record.  It is most useful when used in conjuntion with an ATB or TVB set on AESend to examine the contents of an event being sent or the result returned.
  32381. Much improved on the previous version, including many bug fixes and several enhancement to display format and additional type displays.
  32382.     No Change
  32383. D!All Packages
  32384. Mac OS SDK Edition
  32385. ctabhandle
  32386. ctseed
  32387. cursors
  32388. custom
  32389. custom
  32390. allocators
  32391. custom
  32392. customgetfile
  32393. customputfile
  32394. cyrillic
  32395. conversion
  32396. database
  32397. debug
  32398. debug
  32399. sound
  32400. manager
  32401. 3.2.1
  32402. debugger
  32403. debuggers
  32404. debugging
  32405. declaration
  32406. decompress
  32407. disassembly
  32408. display
  32409. display
  32410. display
  32411. manager
  32412. display
  32413. disposeresource
  32414. dynamic
  32415. library
  32416. documentation
  32417. driver
  32418. driver
  32419. table
  32420. stylechat
  32421. dynamic
  32422. dynamic
  32423. linking
  32424. editor
  32425. emulator
  32426. encoding
  32427. environment
  32428. error
  32429. error
  32430. reports
  32431. apple
  32432. ethernet
  32433. ethernet
  32434. event
  32435. deleted
  32436. package
  32437. Dev.CD Oct 95 SSV
  32438. 5439X
  32439. Oct 95
  32440. f--set theItem to choose file -- uncomment to test in an AS editor
  32441.     tell application "Finder"
  32442.         open item "Dev.CD Oct 95 SSW"
  32443.         activate
  32444.     end tell
  32445. on error errMsg number errNum
  32446.     --enter statements to perform when no records are found such as...
  32447.     display dialog "Sorry, the item you selected could not be found."
  32448.     return
  32449. end try
  32450. All Packages
  32451. 7.5.2 (7200/9500)O
  32452. Dev.CD Oct 95 SSWP
  32453. Dev.CD Oct 95 SSV
  32454. 5440X
  32455. Oct 95
  32456. f--set theItem to choose file -- uncomment to test in an AS editor
  32457.     tell application "Finder"
  32458.         open item "Dev.CD Oct 95 SSW"
  32459.         activate
  32460.     end tell
  32461. on error errMsg number errNum
  32462.     --enter statements to perform when no records are found such as...
  32463.     display dialog "Sorry, the item you selected could not be found."
  32464.     return
  32465. end try
  32466. All Packages
  32467. 7.5.2 (7200/9500)O
  32468. Dev.CD Oct 95 SSWP
  32469. Dev.CD Oct 95 SSV
  32470. 5441X
  32471. Oct 95
  32472. system
  32473. P{Dev.CD Feb 00 TC
  32474.  - What's New?
  32475.  - Technical Publications
  32476.  - Technical Documentation
  32477.  - Developer Documentation
  32478.  - hardwareV
  32479. 5905X
  32480. Feb 00^
  32481. Revised
  32482. --set theItem to choose file -- uncomment to test in an AS editor
  32483.     tell application "Finder"
  32484.         open item "Dev.CD Feb 00 TC:What's New?:Technical Publications:Technical Documentation:Developer Documentation:hardware:"
  32485.         activate
  32486.     end tell
  32487. on error errMsg number errNum
  32488.     --enter statements to perform when no records are found such as...
  32489.     display dialog "Sorry, the item you selected could not be found."
  32490.     return
  32491. end try
  32492. UpdatedfSHardware Developer Documentation
  32493. developer notes
  32494. devnotes
  32495. Power Mac
  32496. Power Macintosho.http://developer.apple.com/techpubs/index.htmlq
  32497. Dev.CD Feb 00 TC
  32498. D!All Packages
  32499. Mac OS SDK Edition
  32500. F&DeveloperDocumentation: Mac OS 8 and 9
  32501. All Packages
  32502. F    QuickTimeO
  32503. Dev.CD Jan 94
  32504. Dev.CD Oct 93P
  32505. Dev.CD Jan 94
  32506. Dev.CD Oct 9V
  32507. 6369X
  32508. Jan 94
  32509. p--set theItem to choose file -- uncomment to test in an AS editor
  32510.     tell application "Finder"
  32511.         open item "Dev.CD Jan 94
  32512. Dev.CD Oct 93"
  32513.         activate
  32514.     end tell
  32515. on error errMsg number errNum
  32516.     --enter statements to perform when no records are found such as...
  32517.     display dialog "Sorry, the item you selected could not be found."
  32518.     return
  32519. end try
  32520. All Packages
  32521. F    QuickTimeO
  32522. Dev.CD Jan 94
  32523. Dev.CD Oct 93P
  32524. Dev.CD Jan 94
  32525. Dev.CD Oct 9V
  32526. 6370X
  32527. Jan 94
  32528. p--set theItem to choose file -- uncomment to test in an AS editor
  32529.     tell application "Finder"
  32530.         open item "Dev.CD Jan 94
  32531. Dev.CD Oct 93"
  32532.         activate
  32533.     end tell
  32534. on error errMsg number errNum
  32535.     --enter statements to perform when no records are found such as...
  32536.     display dialog "Sorry, the item you selected could not be found."
  32537.     return
  32538. end try
  32539. All Packages
  32540. Error Handler.c
  32541. Error Handler.h
  32542. Read Me
  32543. SetupDSp.c
  32544. SetupDSp.h
  32545. SetupGL Demo
  32546. SetupGL Main.c
  32547. SetupGL.c
  32548. SetupGL.CW2.
  32549. SetupGL.CW5.
  32550. SetupGL.hK
  32551. Feb 00MgPowerPC, System 8.1+, OpenGL SDK, DrawSprocket, and either Universal Interfaces 3.3 or DrawSprocket SDKN%OpenGL, 3D, full screen, DrawSprocketO=Dev.CD Feb 00 TC:What's New?:Sample Code:Graphics 3D:SetupGL:PHDev.CD Feb 00 TC
  32552.  - What's New?
  32553.  - Sample Code
  32554.  - Graphics 3D
  32555.  - SetupGLulator
  32556. extensions
  32557. package
  32558. includes
  32559. transport
  32560. debug
  32561. package
  32562. compatible
  32563. package
  32564. system
  32565. compatible
  32566. program
  32567. displays
  32568. memory
  32569. configuration
  32570. release
  32571. keychain
  32572. focuses
  32573. password
  32574. storage
  32575. sample
  32576. accompanies
  32577. optimization
  32578. strategies
  32579. sample
  32580. demonstrates
  32581. laserwriter
  32582. communicatio
  32583. sample
  32584. demonstrates
  32585. variety
  32586. techniques
  32587. using
  32588. D&All Packages
  32589. System Software Edition
  32590. Dev.CD Oct 99 SSW:P
  32591. Dev.CD Oct 99 SSWV
  32592. 5704X
  32593. Oct 99^
  32594. g--set theItem to choose file -- uncomment to test in an AS editor
  32595.     tell application "Finder"
  32596.         open item "Dev.CD Oct 99 SSW:"
  32597.         activate
  32598.     end tell
  32599. on error errMsg number errNum
  32600.     --enter statements to perform when no records are found such as...
  32601.     display dialog "Sorry, the item you selected could not be found."
  32602.     return
  32603. end try
  32604. Dev.CD Oct 99 SSW
  32605. All Packages
  32606. Dev.CD Nov 99 SSWP
  32607. Dev.CD Nov 99 SSV
  32608. 5705X
  32609. Nov 99
  32610. f--set theItem to choose file -- uncomment to test in an AS editor
  32611.     tell application "Finder"
  32612.         open item "Dev.CD Nov 99 SSW"
  32613.         activate
  32614.     end tell
  32615. on error errMsg number errNum
  32616.     --enter statements to perform when no records are found such as...
  32617.     display dialog "Sorry, the item you selected could not be found."
  32618.     return
  32619. end try
  32620. All Packages
  32621. 5706X
  32622.  Copy
  32623. All Packages
  32624. 7.5.2 (PB 2300)O
  32625. Dev.CD Apr 96 SDK2P
  32626. Dev.CD Apr 96 SDKV
  32627. 5492X
  32628. Apr 96
  32629. g--set theItem to choose file -- uncomment to test in an AS editor
  32630.     tell application "Finder"
  32631.         open item "Dev.CD Apr 96 SDK2"
  32632.         activate
  32633.     end tell
  32634. on error errMsg number errNum
  32635.     --enter statements to perform when no records are found such as...
  32636.     display dialog "Sorry, the item you selected could not be found."
  32637.     return
  32638. end try
  32639. All Packages
  32640. 7.5.2 (PB 5300)O
  32641. Dev.CD Apr 96 SDK2P
  32642. Dev.CD Apr 96 SDKV
  32643. 5493X
  32644. Apr 96
  32645. g--set theItem to choose file -- uncomment to test in an AS editor
  32646.     tell application "Finder"
  32647.         open item "Dev.CD Apr 96 SDK2"
  32648.         activate
  32649.     end tell
  32650. on error errMsg number errNum
  32651.     --enter statements to perform when no records are found such as...
  32652.     display dialog "Sorry, the item you selected could not be found."
  32653.     return
  32654. end try
  32655. All Packages
  32656. 7.5.2 (PB 5300/2300/190)V
  32657. 5494X
  32658. editor
  32659. resedit
  32660. collection@
  32661. colorscreen@
  32662. compeffects@
  32663. connectivity@
  32664. crcpatch@
  32665. createcustomicon@
  32666. creating
  32667. csmp-digest-v3-011@
  32668. csmp-digest-v3-051@
  32669. csmp-digest-v3-091@
  32670. csmp-digest-v3-132@
  32671. ct-009-4433@
  32672. sample
  32673. 1.0b16@
  32674. datamaster@
  32675. solaris
  32676. someone
  32677. something
  32678. sometimes
  32679. somewhere
  32680. sophisticated
  32681. sorting
  32682. sound
  32683. sounds
  32684. soundsprocket
  32685. source
  32686. cfbundle
  32687. cfbundle
  32688. cfcharacterset
  32689. cfcharacterset
  32690. cfcomparatorfunction
  32691. cfcomparisonresult
  32692. cfdata
  32693. cfdata
  32694. cfdictionary
  32695. cfdictionary
  32696. cfequal
  32697. cfhash
  32698. cfhashcode
  32699. cfindex
  32700. cfm-68k
  32701. cfoptionflags
  32702. cfpropertylist
  32703. cfpropertylist
  32704. cfrange
  32705. cfrelease
  32706. cfretain
  32707. cfset
  32708. cfset
  32709. cfstring
  32710. cfstring
  32711. cfstringencodingsext
  32712. cfstringencodingsext
  32713. cftree
  32714. cftree
  32715. cftype
  32716. cftypeid
  32717. character
  32718. character
  32719. encoding
  32720. character
  32721. characters
  32722. charset
  32723. chinese
  32724. chinese
  32725. language
  32726. traditional
  32727. simplified
  32728. choose
  32729. chooser
  32730. ciconhandle
  32731. class
  32732. classes
  32733. client
  32734. clouseau
  32735. coach
  32736. coach
  32737. sequences
  32738. coachmarks
  32739. loading
  32740. resource
  32741. codec
  32742. --set theItem to choose file -- uncomment to test in an AS editor
  32743.     tell application "Finder"
  32744.         open item "Dev.CD Apr 94
  32745. Dev.CD Jan 94
  32746. Dev.CD Oct 93
  32747. Dev.CD Jul 93
  32748. Dev.CD Apr 93"
  32749.         activate
  32750.     end tell
  32751. on error errMsg number errNum
  32752.     --enter statements to perform when no records are found such as...
  32753.     display dialog "Sorry, the item you selected could not be found."
  32754.     return
  32755. end try
  32756.     end tell
  32757. on error errMsg number errNum
  32758.     --enter statements to perform when no records are found such as...
  32759.     display dialog "Sorry, the item you selected could not be found."
  32760.     return
  32761. end try
  32762. All Packages
  32763. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  32764. Dev.CD Jan 94
  32765. Dev.CD Oct 93
  32766. Dev.CD Jul 93
  32767. Dev.CD Apr 93PDDev.CD Apr 94
  32768. Dev.CD Jan 94
  32769. Dev.CD Oct 93
  32770. Dev.CD Jul 93
  32771. Dev.CD Apr 9V
  32772. 4963X
  32773. Apr 94
  32774. costs
  32775. counter
  32776. countersQ
  32777. country
  32778. course
  32779. courses
  32780. courseware
  32781. All Packages
  32782. 7.5.2 (7500/8500)O
  32783. Dev.CD Jan 96 SSWP
  32784. Dev.CD Jan 96 SSV
  32785. 5457X
  32786. Jan 96
  32787. f--set theItem to choose file -- uncomment to test in an AS editor
  32788.     tell application "Finder"
  32789.         open item "Dev.CD Jan 96 SSW"
  32790.         activate
  32791.     end tell
  32792. on error errMsg number errNum
  32793.     --enter statements to perform when no records are found such as...
  32794.     display dialog "Sorry, the item you selected could not be found."
  32795.     return
  32796. end try
  32797. All Packages
  32798. 7.5.2 (7500/8500)O
  32799. Dev.CD Jan 96 SSWP
  32800. Dev.CD Jan 96 SSV
  32801. 5458X
  32802. Jan 96
  32803. f--set theItem to choose file -- uncomment to test in an AS editor
  32804.     tell application "Finder"
  32805.         open item "Dev.CD Jan 96 SSW"
  32806.         activate
  32807.     end tell
  32808. on error errMsg number errNum
  32809.     --enter statements to perform when no records are found such as...
  32810.     display dialog "Sorry, the item you selected could not be found."
  32811.     return
  32812. end try
  32813. All Packages
  32814. 7.5.2 (7500/8500)O
  32815. Dev.CD Jan 96 SSWV
  32816. 5459X
  32817. All Packages
  32818. 7.1.1O
  32819. Dev.CD Jul 94P
  32820. Dev.CD Jul 9V
  32821. 5332X
  32822. Jul 94
  32823. b--set theItem to choose file -- uncomment to test in an AS editor
  32824.     tell application "Finder"
  32825.         open item "Dev.CD Jul 94"
  32826.         activate
  32827.     end tell
  32828. on error errMsg number errNum
  32829.     --enter statements to perform when no records are found such as...
  32830.     display dialog "Sorry, the item you selected could not be found."
  32831.     return
  32832. end try
  32833. All Packages
  32834. 7.1.1O
  32835. Dev.CD Jul 94P
  32836. Dev.CD Jul 9V
  32837. 5333X
  32838. Jul 94
  32839. b--set theItem to choose file -- uncomment to test in an AS editor
  32840.     tell application "Finder"
  32841.         open item "Dev.CD Jul 94"
  32842.         activate
  32843.     end tell
  32844. on error errMsg number errNum
  32845.     --enter statements to perform when no records are found such as...
  32846.     display dialog "Sorry, the item you selected could not be found."
  32847.     return
  32848. end try
  32849. All Packages
  32850. 7.1.1O
  32851. Dev.CD Jul 94P
  32852. Dev.CD Jul 9V
  32853. 5334X
  32854. Jul 94
  32855. f--set theItem to choose file -- uncomment to test in an AS editor
  32856.     tell application "Finder"
  32857.         open item "Dev.CD Jul 96 SSW"
  32858.         activate
  32859.     end tell
  32860. on error errMsg number errNum
  32861.     --enter statements to perform when no records are found such as...
  32862.     display dialog "Sorry, the item you selected could not be found."
  32863.     return
  32864. end try
  32865.  InfoV
  32866. 4700X
  32867. Feb 00^
  32868. --set theItem to choose file -- uncomment to test in an AS editor
  32869.     tell application "Finder"
  32870.         open item "Dev.CD Feb 00 TC:Tool Chest:Toolbox:System 7.0 Menu Def Info:"
  32871.         activate
  32872.     end tell
  32873. on error errMsg number errNum
  32874.     --enter statements to perform when no records are found such as...
  32875.     display dialog "Sorry, the item you selected could not be found."
  32876.     return
  32877. end try
  32878. e    No Changeq
  32879. Dev.CD Feb 00 TC
  32880. AD!All Packages
  32881. Tool Chest Edition
  32882. System 7.0 WDEF
  32883. All Packages
  32884. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  32885. Dev.CD Jan 94
  32886. Dev.CD Oct 93
  32887. Dev.CD Jul 93
  32888. Dev.CD Apr 93PDDev.CD Apr 94
  32889. Dev.CD Jan 94
  32890. Dev.CD Oct 93
  32891. Dev.CD Jul 93
  32892. Dev.CD Apr 9V
  32893. 6640X
  32894. Apr 94
  32895. --set theItem to choose file -- uncomment to test in an AS editor
  32896.     tell application "Finder"
  32897.         open item "Dev.CD Apr 94
  32898. Dev.CD Jan 94
  32899. Dev.CD Oct 93
  32900. Dev.CD Jul 93
  32901. Dev.CD Apr 93"
  32902.         activate
  32903.     end tell
  32904. on error errMsg number errNum
  32905.     --enter statements to perform when no records are found such as...
  32906.     display dialog "Sorry, the item you selected could not be found."
  32907.     return
  32908. end try
  32909. All Packages
  32910. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  32911. Dev.CD Jan 94
  32912. Dev.CD Oct 93
  32913. Dev.CD Jul 93
  32914. Dev.CD Apr 93PDDev.CD Apr 94
  32915. Dev.CD Jan 94
  32916. Dev.CD Oct 93
  32917. Dev.CD Jul 93
  32918. Dev.CD Apr 9V
  32919. 6641X
  32920. Apr 94
  32921. GfmSprockets
  32922. DrawSprocket
  32923. NetSprocket
  32924. InputSprocket
  32925. SoundSprocket
  32926. Sprite
  32927. CD Audio
  32928. Redbook audio
  32929. Dev.CD Feb 00 TC
  32930. HD!All Packages
  32931. Tool Chest Edition
  32932. Standard File Samples
  32933. Summary:  Three samples involving Standard File dialogs.
  32934. NOTE: StandardGetFolder replaces CustomGetFile
  32935.  StandardGetFolder: This demonstrates a CustomGetFile call, with additions to the dialog to allow selection of a folder or volume.  This sample is loosely based on the previous CustomGetFolder sample.  This fixes numerous bugs and is substantially better for localization, as it uses Script Manager calls to handle the strings.
  32936. CustomPutAppend:  This demonstrates a CustomPutDialog wit
  32937. macintosh's
  32938. macintoshes
  32939. macos
  32940. macro
  32941. macsbugW
  32942. macsnmp
  32943. mactcp
  32944. madness
  32945. power
  32946. developer
  32947. power
  32948. macintosh
  32949. debugger
  32950. advanced
  32951. source-code
  32952. debugger
  32953. power
  32954. macintosh
  32955. developers
  32956. power-on
  32957.  - Hardware toolsV
  32958. 4132X
  32959. Feb 00^
  32960. --set theItem to choose file -- uncomment to test in an AS editor
  32961.     tell application "Finder"
  32962.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Hardware tools:"
  32963.         activate
  32964.     end tell
  32965. on error errMsg number errNum
  32966.     --enter statements to perform when no records are found such as...
  32967.     display dialog "Sorry, the item you selected could not be found."
  32968.     return
  32969. end try
  32970. e    No Changeq
  32971. Dev.CD Feb 00 TC
  32972. All Packages
  32973. HyperCard 2.4 Update
  32974. 4133X
  32975.  tips, tricks, and whizzy effects.
  32976. Pick Your Picker With Color Picker 2.0  by Shannon Holland. The new Color Picker Manager is flexible and customizable, allowing much tighter integration of color pickers with your application.
  32977. Implementing Inheritance in Scripts  by Paul G. Smith. Supporting inheritanc
  32978. white
  32979. whizzy
  32980. whole
  32981. wholesale
  32982. whose
  32983. -angle
  32984. widely
  32985. wildcard
  32986. wilderness
  32987. 5906X
  32988. Jan 00^
  32989. --set theItem to choose file -- uncomment to test in an AS editor
  32990.     tell application "Finder"
  32991.         open item "Dev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:macos8_and_9:"
  32992.         activate
  32993.     end tell
  32994. on error errMsg number errNum
  32995.     --enter statements to perform when no records are found such as...
  32996.     display dialog "Sorry, the item you selected could not be found."
  32997.     return
  32998. end try
  32999. e    No Change
  33000. Display Manager
  33001. window arrangement
  33002. display mode
  33003. pixel depth
  33004. scan timing
  33005. display
  33006. display ID
  33007. video device
  33008. monitor
  33009. HTML rendering
  33010. web browser
  33011. HTML tags
  33012. Apple Help
  33013. World Wide Web
  33014. Help Center
  33015. HTML link
  33016. Unicode Utilities
  33017. Unicode
  33018. locales
  33019. collation
  33020. characters
  33021. Window Manager
  33022. windows
  33023. structure region
  33024. content region
  33025. window class
  33026. window classes
  33027. window layers
  33028. window attributes
  33029. scrolling
  33030. Menu Manager
  33031. menus
  33032. Carbon
  33033. Apple menu
  33034. menu items
  33035. /developer.apple.com/techpubs/index.html
  33036.     G?sample, which shows how to construct tear-off floating windows.
  33037. J'Sample Code.img
  33038. Windows Sample Code.imgK
  33039. Nov 94L
  33040. May 95O
  33041. Dev.CD Feb 00 TC:Sample Code:P
  33042. Dev.CD Feb 00 TC
  33043.  - Sample Code
  33044. ppc/appleevent
  33045. ppctoolbox
  33046. practical
  33047. practice
  33048. practices
  33049. pre-7.0
  33050. pre-7.5
  33051. pre-emptively
  33052. pre-installed
  33053. pre-mac
  33054. pre-measured
  33055. pre-release
  33056. pre-release
  33057. universal
  33058. interfaces
  33059. support
  33060. carbonlib
  33061. pre-release
  33062. v1.4b6
  33063. driver
  33064. development
  33065. include
  33066. pre-releases
  33067. pre-scripted
  33068. pre-testing
  33069. pre-train
  33070. pre-translate
  33071. precision
  33072. predefined
  33073. predicates
  33074. predictable
  33075. prediction
  33076. predispatch
  33077. preemptive
  33078. prefer
  33079. preference
  33080. preferences
  33081. 974-9456
  33082. makefile
  33083. You'll be able to access documentation for software technologies and programming interfaces supported by Mac OS 8 and 9 updates. Much of this information is also useful for programming in prior versions of the Mac OS.
  33084. Features:
  33085. ======================
  33086. What's New and Updated
  33087. ======================
  33088. Carbon Menu Manager API [NEW]
  33089. -----------------------
  33090. This preliminary document describes the changes to the Menu Manager introduced in CarbonLib1.0 with Mac OS 9.0. Topics discussed include ch
  33091. anges to your application with Carbon, new Apple menu behavior, accessing opaque menu data, accessing menu item data using universal command IDs, writing a Carbon MDEF, working with menu and menu item attributes, and enabling and disabling menu items.
  33092. Carbon Window Manager API [NEW]
  33093. ------------------------
  33094. This preliminary document discusses the Window Manager features introduced in CarbonLib 1.0 with Mac OS 9.0. The CarbonLib 1.0 Window Manager API includes new functions for window cla
  33095. s for Mac OS 8.6 and 9.0 [NEW]
  33096. ---------------------------
  33097. This preliminary document describes the Locales protocols and API for Mac OS 8.6 and 9.0. You should read this document if you need to understand how to specify the language and/or region for a locale-sensitive text operation or if you need to obtain, for a specified language and/or region, the locale data that will enable the text operation to behave appropriately.
  33098. Unicode Utilities [NEW]
  33099. ---------------
  33100. This preliminary documen
  33101. t describes the Unicode Utilities functionality introduced in Mac OS 8.6 and 9.0. Mac OS 8.6 introduced support for locale-sensitive Unicode collation (comparing Unicode strings); this support is enhanced in Mac OS 9.0. Mac OS 8.6 also introduced support for locale-insensitive Unicode collation. Mac OS 9.0 introduces support for locale-sensitive Unicode text boundary location to determine the  boundaries of characters, clusters (for cursor movement) or words, and to determine potential lin
  33102. sses and layering, changing window attributes, window scrolling, creating windows with custom structure regions, and erasing the window's content region.
  33103. Display Manager [NEW]
  33104. ---------------
  33105. This document describes the application programming interface for the Display Manager. It provides a complete reference, as well as conceptual material and programming examples. Topics discussed include handling events in response to Display Manager changes, determining the characteristics of video 
  33106. devices, and setting the configurations and display modes for video devices.
  33107. HTML Rendering Library [NEW]
  33108. ---------------------
  33109. This preliminary document describes the version of the HTML Rendering Library available in Mac OS 9. It discusses the standard HTML Rendering Library functions and data types that allow you to manage the drawing environment, as well as the callbacks you can use to provide such additional services as event management, link tracking, and link redirection.
  33110. Locale
  33111. --set theItem to choose file -- uncomment to test in an AS editor
  33112.     tell application "Finder"
  33113.         open item "Dev.CD Apr 94
  33114. Dev.CD Jan 94
  33115. Dev.CD Oct 93
  33116. Dev.CD Jul 93
  33117. Dev.CD Apr 93"
  33118.         activate
  33119.     end tell
  33120. on error errMsg number errNum
  33121.     --enter statements to perform when no records are found such as...
  33122.     display dialog "Sorry, the item you selected could not be found."
  33123.     return
  33124. end try
  33125. xcmds
  33126. xfcns
  33127. xmodem
  33128. xresult
  33129. years
  33130. All Packages
  33131. System Enabler 403 (LC 520)O
  33132. Dev.CD Apr 94
  33133. Dev.CD Jan 94P
  33134. Dev.CD Apr 94
  33135. Dev.CD Jan 9V
  33136. 6845X
  33137. Apr 94
  33138. p--set theItem to choose file -- uncomment to test in an AS editor
  33139.     tell application "Finder"
  33140.         open item "Dev.CD Apr 94
  33141. Dev.CD Jan 94"
  33142.         activate
  33143.     end tell
  33144. on error errMsg number errNum
  33145.     --enter statements to perform when no records are found such as...
  33146.     display dialog "Sorry, the item you selected could not be found."
  33147.     return
  33148. end try
  33149. All Packages
  33150. System Enabler 403 (LC 520)O)Dev.CD Apr 94
  33151. Dev.CD Jan 94
  33152. Dev.CD Oct 93P(Dev.CD Apr 94
  33153. Dev.CD Jan 94
  33154. Dev.CD Oct 9V
  33155. 6846X
  33156. Apr 94
  33157. addriverloaderlib1
  33158. transferprovider
  33159. translation
  33160. translation
  33161. manager
  33162. transport
  33163. transport/ppp
  33164. tune-up
  33165. tv-man
  33166. typeservicesforunico
  33167. Dev.CD Jan 00 SDK1
  33168.  - What's New
  33169.  - Technical Documentation
  33170.  - Technical Publications
  33171.  - DeveloperDocumentation
  33172.  - macos8_and_9olbox:HTMLSample:P]Dev.CD Dec 99 RL Disk 1
  33173.  - What's New
  33174.  - Sample Code
  33175.  - Human Interface Toolbox
  33176.  - HTMLSamplevate
  33177.     end tell
  33178. on error errMsg number errNum
  33179.     --enter statements to perform when no records are found such as...
  33180.     display dialog "Sorry, the item you selected could not be found."
  33181.     return
  33182. end try
  33183. e    No Changeq
  33184. Dev.CD Dec 99 RL Disk 1
  33185. All Packages
  33186. develop Issue 21
  33187. 2208X
  33188. using
  33189. usual
  33190. usually
  33191. utf-8
  33192. utilites
  33193. utilities
  33194. utility
  33195. utilization
  33196. utilized
  33197. utilizes
  33198. utitity
  33199. uunpredictable
  33200. v-twin
  33201. v1.0.1
  33202. v1.0.2
  33203. v1.1.3
  33204. All Packages
  33205. System 7 Tune-UpO
  33206. Dev.CD Sept 92
  33207. Dev.CD Aug 92P
  33208. Dev.CD Sept 92
  33209. Dev.CD Aug 9V
  33210. 6560X
  33211. Sept 9
  33212. q--set theItem to choose file -- uncomment to test in an AS editor
  33213.     tell application "Finder"
  33214.         open item "Dev.CD Sept 92
  33215. Dev.CD Aug 92"
  33216.         activate
  33217.     end tell
  33218. on error errMsg number errNum
  33219.     --enter statements to perform when no records are found such as...
  33220.     display dialog "Sorry, the item you selected could not be found."
  33221.     return
  33222. end try
  33223. All Packages
  33224. System 7 Tune-UpO
  33225. Dev.CD Sept 92
  33226. Dev.CD Aug 92P
  33227. Dev.CD Sept 92
  33228. Dev.CD Aug 9V
  33229. 6561X
  33230. Sept 9
  33231. q--set theItem to choose file -- uncomment to test in an AS editor
  33232.     tell application "Finder"
  33233.         open item "Dev.CD Sept 92
  33234. Dev.CD Aug 92"
  33235.         activate
  33236.     end tell
  33237. on error errMsg number errNum
  33238.     --enter statements to perform when no records are found such as...
  33239.     display dialog "Sorry, the item you selected could not be found."
  33240.     return
  33241. end try
  33242. o.http://developer.apple.com/techpubs/index.htmlq
  33243. Dev.CD Jan 00 SDK1
  33244. D!All Packages
  33245. Mac OS SDK Edition
  33246. DeveloperNotes
  33247. Macintosh PowerBook G3 Series Developer Note
  33248. This developer note describes the Macintosh PowerBook G3 Series computers, which use PowerPC G3 microprocessors with clock speeds ranging from 233 to 292 MHz and have color flat-panel displays of 12.1, 13.3, or 14.1 inches across.  The developer note includes information of most interest to developers and provides descriptions of the internal architecture, the I/O ports and devices, and the expansion features. 
  33249. PowerBookG3Series.pdfK
  33250. Vol XL
  33251. Jul 98N`Macintosh, PowerBook G3 Series, developers, PowerPC, backside, cache, expansion, I/O RAM CardBusOHDev.CD Jul 98 SSW/SDK:What's New:Technical Documentation:DeveloperNotes:PPDev.CD Jul 98 SSW/SDK
  33252.  - What's New
  33253.  - Technical Documentation
  33254.  - DeveloperNotesV
  33255. 5907X
  33256. Jul 98^
  33257. SSW/SDK
  33258. All Packages
  33259. F    PowerTalkO
  33260. Dev.CD Apr 95
  33261. Dev.CD Jan 95P
  33262. Dev.CD Apr 95
  33263. Dev.CD Jan 9V
  33264. 6204X
  33265. Apr 95
  33266. p--set theItem to choose file -- uncomment to test in an AS editor
  33267.     tell application "Finder"
  33268.         open item "Dev.CD Apr 95
  33269. Dev.CD Jan 95"
  33270.         activate
  33271.     end tell
  33272. on error errMsg number errNum
  33273.     --enter statements to perform when no records are found such as...
  33274.     display dialog "Sorry, the item you selected could not be found."
  33275.     return
  33276. end try
  33277. All Packages
  33278. F    PowerTalkO
  33279. Dev.CD Apr 95
  33280. Dev.CD Jan 95P
  33281. Dev.CD Apr 95
  33282. Dev.CD Jan 9V
  33283. 6205X
  33284. Apr 95
  33285. p--set theItem to choose file -- uncomment to test in an AS editor
  33286.     tell application "Finder"
  33287.         open item "Dev.CD Apr 95
  33288. Dev.CD Jan 95"
  33289.         activate
  33290.     end tell
  33291. on error errMsg number errNum
  33292.     --enter statements to perform when no records are found such as...
  33293.     display dialog "Sorry, the item you selected could not be found."
  33294.     return
  33295. end try
  33296. All Packages
  33297. --set theItem to choose file -- uncomment to test in an AS editor
  33298.     tell application "Finder"
  33299.         open item "Dev.CD Apr 94
  33300. Dev.CD Jan 94
  33301. Dev.CD Oct 93
  33302. Dev.CD Jul 93
  33303. Dev.CD Apr 93"
  33304.         activate
  33305.     end tell
  33306. on error errMsg number errNum
  33307.     --enter statements to perform when no records are found such as...
  33308.     display dialog "Sorry, the item you selected could not be found."
  33309.     return
  33310. end try
  33311. assist
  33312. modules
  33313. macapp
  33314. tutorial
  33315. scripts
  33316. vucollect
  33317. vucollect
  33318. vumeters
  33319. waste
  33320. waste
  33321. 1.3a6
  33322. tiresome
  33323. title
  33324. titled
  33325. titles
  33326. tnetworkbuf
  33327. tnetworkiostream
  33328. tnetworkistream
  33329. tnetworkostream
  33330. g--set theItem to choose file -- uncomment to test in an AS editor
  33331.     tell application "Finder"
  33332.         open item "Dev.CD Apr 96 SDK2"
  33333.         activate
  33334.     end tell
  33335. on error errMsg number errNum
  33336.     --enter statements to perform when no records are found such as...
  33337.     display dialog "Sorry, the item you selected could not be found."
  33338.     return
  33339. end try
  33340. und such as...
  33341.     display dialog "Sorry, the item you selected could not be found."
  33342.     return
  33343. end try
  33344. All Packages
  33345. System Enabler 065 (LC 575)O
  33346. Dev.CD Apr 94
  33347. Dev.CD Jan 94P
  33348. Dev.CD Apr 94
  33349. Dev.CD Jan 9V
  33350. 4836X
  33351. Apr 94
  33352. p--set theItem to choose file -- uncomment to test in an AS editor
  33353.     tell application "Finder"
  33354.         open item "Dev.CD Apr 94
  33355. Dev.CD Jan 94"
  33356.         activate
  33357.     end tell
  33358. on error errMsg number errNum
  33359.     --enter statements to perform when no records are found such as...
  33360.     display dialog "Sorry, the item you selected could not be found."
  33361.     return
  33362. end try
  33363. All Packages
  33364. Dev.CD Apr 96 SDK2P
  33365. Dev.CD Apr 96 SDKV
  33366. 5409X
  33367. Apr 96
  33368. g--set theItem to choose file -- uncomment to test in an AS editor
  33369.     tell application "Finder"
  33370.         open item "Dev.CD Apr 96 SDK2"
  33371.         activate
  33372.     end tell
  33373. on error errMsg number errNum
  33374.     --enter statements to perform when no records are found such as...
  33375.     display dialog "Sorry, the item you selected could not be found."
  33376.     return
  33377. end try
  33378. All Packages
  33379. 7.5 (Slim)O
  33380. Dev.CD Apr 95P
  33381. Dev.CD Apr 9V
  33382. 5410X
  33383. Apr 95
  33384. b--set theItem to choose file -- uncomment to test in an AS editor
  33385.     tell application "Finder"
  33386.         open item "Dev.CD Apr 95"
  33387.         activate
  33388.     end tell
  33389. on error errMsg number errNum
  33390.     --enter statements to perform when no records are found such as...
  33391.     display dialog "Sorry, the item you selected could not be found."
  33392.     return
  33393. end try
  33394. All Packages
  33395. 7.5 (Slim)O
  33396. Dev.CD Apr 95P
  33397. Dev.CD Apr 9V
  33398. 5411X
  33399. Apr 95
  33400. eturn
  33401. end try
  33402. shown
  33403. shows
  33404. pre-mixer
  33405. component
  33406. shrink
  33407. shrink-wrapped
  33408. shrinking
  33409. shutdownW
  33410. siegel
  33411. sierra
  33412. sierra/iso
  33413. signal
  33414. signals
  33415. signature
  33416. signatures
  33417. signaturetoapp
  33418. signed
  33419. significant
  33420. signing
  33421. silevelmeteronoff
  33422. silly
  33423. sillyballs
  33424. a-law
  33425. S 9. HTMLRenderingLib is Apple's light-weight HTML rendering engine capable of displaying HTML files.
  33426. - shows how to draw HTML in a window using the HTMLRenderingLib,
  33427. - shows how to use the URL utilities provided by the HTMLRenderingLib,
  33428. - shows how to maintain a history of visited links and provide call backs to the HTMLRenderingLib for providing information about visited links,
  33429. - shows h
  33430. vow to intercept URLs being displayed by the HTMLRenderingLib and re-direct them to other files.  In this example, we use this facility to allow you to launch applications by clicking on URLs that refer to application files.
  33431. - shows how to set up the drawing environment correctly for drawing other objects in the same window when the window contains a HTML rendering object.
  33432. Dec 99t-Oriented Approach to Hierarchical Lists  by Jan Bruyndonckx.  This article shows how to implement 
  33433. e break locations. Mac OS 9.0 also introduces support for obtaining the properties of a Unicode character, which is not a locale-sensitive operation.
  33434. Carbon_Menu_Mgr_API.pdf
  33435. Carbon_Window_Mgr_API.pdf
  33436. DisplayManager.pdf
  33437. HTML_RenderingLib.pdf
  33438. Locales_for_Mac_OS_8.6_9.0.pdf
  33439. UnicodeUtilities.pdf
  33440. Display Manager, window arrangement, display mode, pixel depth, scan timing, display, display ID, video device, monitor, HTML, HTML rendering, web browser, URL, HTML tags, Apple Help, World Wide Web, Help Center, HTML link, Unicode Utilities, Unicode, locales, text, collation, characters, Window Manager, windows, structure region, content region, window class, window classes, window layers, window attributes, scrolling, Menu Manager, menus, Carbon, Apple menu, MDEF, menu items
  33441. OqDev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:macos8_and_9:cv not functional yet,  OT Listen/Accept loop needs improvementneeds improvement
  33442. you'll
  33443. access
  33444. documentation
  33445. software
  33446. technolo
  33447. you're
  33448. you've
  33449. Feb 00^
  33450. --set theItem to choose file -- uncomment to test in an AS editor
  33451.     tell application "Finder"
  33452.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:CD-ROM:How to Detect a CD:"
  33453.         activate
  33454.     end tell
  33455. on error errMsg number errNum
  33456.     --enter statements to perform when no records are found such as...
  33457.     display dialog "Sorry, the item you selected could not be found."
  33458.     return
  33459. end try
  33460. e    No Changef
  33461. CD-ROM
  33462. Device Manager
  33463. Dev.CD Feb 00 TC
  33464. All Packages
  33465. HTMLSample
  33466. 4129X
  33467. setdeskcpat
  33468. setdialogdefaultitem
  33469. setenv
  33470. setgworld
  33471. setindstring
  33472. setmarkers
  33473. setmfsize
  33474. setpdimc
  33475. setproject
  33476. setprojector
  33477. setsoundinput
  33478. setting
  33479. titled
  33480. titles
  33481. tmon's
  33482. tmtask
  33483. tnetworkbuf
  33484. tnetworkiostream
  33485. tnetworkistream
  33486. tnetworkostream
  33487. Sample Code Update 2/97
  33488. Summary: This package contains five sample code examples, which will be rolled into the Sample Code folder on the May '97 Tool Chest edition.
  33489. CPUGestalt
  33490. This sample code illustrates the way to determine the processor type of the Macintosh you're running on
  33491. EditTextCDev
  33492. EditCdev is a sample Control Panel device (cdev) that demonstrates the use of the edit-related messages and how to implement an editText item in a cdev. 
  33493. MoreFiles 1.4.6
  33494. MoreFiles is a collection of high-level roW
  33495. ounds
  33496. workbook
  33497. workers
  33498. workflows
  33499. workgroup
  33500. working
  33501. workings
  33502. works
  33503. works
  33504. under
  33505. appearance
  33506. workstation
  33507. redirection
  33508. otSauce is a technology demonstration based on MCF (Meta Content Format). MCF is a format for representing information about content.
  33509. The goal of MCF is to provide an adequate language for representing a wide range of information about content. The content targeted includes web pages, gopher and ftp files, desktop files, email and structured (i.e., relational and object oriented) databases, etc. The corresponding meta-content includes indices such as Yahoo!, gopher and ftp direB
  33510. ctory structures, email headers, data dictionaries, etc. 
  33511. ProjectX (aka HotSauce) is just one of the applications that is enabled by the MCF. It should be possible for many different applications to use the meta-content represented in the MCF. 
  33512. HotSauce standalone app FAQ
  33513. Meta-Content Format
  33514. Project X Large 68K:
  33515. Project X Large PPC:
  33516. Project X Quick Start Guide
  33517. ProjectXPlugIn68K
  33518. ProjectXPlugIn68KNFPU
  33519. ProjectXPlugInPPC
  33520. Standalone App Quick StartK
  33521. Nov 96
  33522. e    No Changeq
  33523. Dev.CD Feb 00 TC
  33524. D!All Packages
  33525. Tool Chest Edition
  33526. ResEdit 2.1.3
  33527. USummary: ResEdit is Apple's standard direct-manipulation resource editing and creation tool.  See the "About ResEdit 2.1.3" file within the "ResEdit 2.1.3" folder for a list of new features and bug fixes in this release.
  33528. Features: Supports editing of all major resource types. You can also write your own ResEdit editors and integrate them.
  33529. J'Sample Code.img
  33530. Windows Sample Code.imgK
  33531. Vol IIIL
  33532. Nov 94MnResEdit works on any Macintosh system with at least one megabyte of memory. It requires System 6.0.2 or later.O
  33533. Dev.CD Feb 00 TC:Sample Code:P
  33534. Dev.CD Feb 00 TC
  33535.  - Sample CodeV
  33536. 6454X
  33537. Feb 00^
  33538. #etextutils
  33539. moretoolbox
  33540. mountalias
  33541. mountalias
  33542. mountalias
  33543. helper
  33544. mybuildmenu
  33545. namerevisioncurrent
  33546. native
  33547. native
  33548. navig
  33549. install
  33550. netsprocket
  33551. netsprocket
  33552. ure and 
  33553. environments
  33554. enwall
  33555. eoaccess
  33556. eocontrol
  33557. eointerface
  33558. eomodeler
  33559. epoch
  33560. eprom
  33561. equilibrium
  33562. equilibrium's
  33563. equipment
  33564. equivalent
  33565. erase
  33566. erases
  33567. erasing
  33568. errata
  33569. erroneous
  33570. error
  33571. error-handling
  33572. errors
  33573. esfahani
  33574. eskimo
  33575. espana
  33576. especially
  33577. essence
  33578. essential
  33579. essentials
  33580. establish
  33581. establishing
  33582. establishment
  33583. w--set theItem to choose file -- uncomment to test in an AS editor
  33584.     tell application "Finder"
  33585.         open item "Dev.CD Dec 96 SE
  33586. Dev.CD Oct 96 SSW"
  33587.         activate
  33588.     end tell
  33589. on error errMsg number errNum
  33590.     --enter statements to perform when no records are found such as...
  33591.     display dialog "Sorry, the item you selected could not be found."
  33592.     return
  33593. end try
  33594. Dev.CD Apr 93"
  33595.         activate
  33596.     end tell
  33597. on error errMsg number errNum
  33598.     --enter statements to perform when no records are found such as...
  33599.     display dialog "Sorry, the item you selected could not be found."
  33600.     return
  33601. end try
  33602. All Packages
  33603. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  33604. Dev.CD Jan 94
  33605. Dev.CD Oct 93
  33606. Dev.CD Jul 93
  33607. Dev.CD Apr 93PDDev.CD Apr 94
  33608. Dev.CD Jan 94
  33609. Dev.CD Oct 93
  33610. Dev.CD Jul 93
  33611. Dev.CD Apr 9V
  33612. 4756X
  33613. Apr 94
  33614. sources
  33615. spain
  33616. spain
  33617. distribution
  33618. guide
  33619. 1.0.1
  33620. speech
  33621. speech
  33622. recognition
  33623. manager
  33624. speech
  33625. synthesis
  33626. manager
  33627. sphere
  33628. spooler
  33629. simpler
  33630. simplest
  33631. simpletext
  33632. simplified
  33633. simplifies
  33634. simplify
  33635. simply
  33636. simulate
  33637. simulates
  33638. simulator
  33639. simultaneously
  33640. since
  33641. single
  33642. sites
  33643. situation
  33644. situations
  33645. sizes
  33646. skills
  33647. skipped
  33648. slated
  33649. sleuthing
  33650. slots
  33651. slower
  33652. small
  33653. smaller
  33654. 7.5.3
  33655. 4400/200
  33656. 7.5.3
  33657. 7.5.3
  33658. 7.5.3
  33659. 7.5.5
  33660. 7.5.5
  33661. 73/76/86/9600
  33662. 7.6.1
  33663. 7.6.1
  33664. pb3400
  33665.     tell application "Finder"
  33666.         open item "Dev.CD Jul 95"
  33667.         activate
  33668.     end tell
  33669. on error errMsg number errNum
  33670.     --enter statements to perform when no records are found such as...
  33671.     display dialog "Sorry, the item you selected could not be found."
  33672.     return
  33673. end try
  33674. All Packages
  33675. System 7.5 Update 1.0O
  33676. Dev.CD Jul 95P
  33677. Dev.CD Jul 9V
  33678. 4719X
  33679. Jul 95
  33680. phrases
  33681. physical
  33682. physically
  33683. Dev.CD Apr 97 SSWP
  33684. Dev.CD Apr 97 SSV
  33685. 5589X
  33686. Apr 97
  33687. f--set theItem to choose file -- uncomment to test in an AS editor
  33688.     tell application "Finder"
  33689.         open item "Dev.CD Apr 97 SSW"
  33690.         activate
  33691.     end tell
  33692. on error errMsg number errNum
  33693.     --enter statements to perform when no records are found such as...
  33694.     display dialog "Sorry, the item you selected could not be found."
  33695.     return
  33696. end try
  33697. All Packages
  33698. 7.5.5 (73/76/86/9600)O
  33699. Dev.CD Apr 97 SSWP
  33700. Dev.CD Apr 97 SSV
  33701. 5590X
  33702. Apr 97
  33703. f--set theItem to choose file -- uncomment to test in an AS editor
  33704.     tell application "Finder"
  33705.         open item "Dev.CD Apr 97 SSW"
  33706.         activate
  33707.     end tell
  33708. on error errMsg number errNum
  33709.     --enter statements to perform when no records are found such as...
  33710.     display dialog "Sorry, the item you selected could not be found."
  33711.     return
  33712. end try
  33713. All Packages
  33714. 7.5.5 (73/76/86/9600)O
  33715. Dev.CD Apr 97 SSWP
  33716. Dev.CD Apr 97 SSV
  33717. 5591X
  33718. Apr 97
  33719. f--set theItem to choose file -- uncomment to test in an AS editor
  33720.     tell application "Finder"
  33721.         open item "Dev.CD Jul 99 SSW"
  33722.         activate
  33723.     end tell
  33724. on error errMsg number errNum
  33725.     --enter statements to perform when no records are found such as...
  33726.     display dialog "Sorry, the item you selected could not be found."
  33727.     return
  33728. end try
  33729. enabler
  33730. encoding
  33731. conceptual
  33732. concern
  33733. concerns
  33734. concerted
  33735. concordia
  33736. concrete
  33737. concurrent
  33738. concurrently
  33739. condition
  33740. conditional
  33741. conditions
  33742. condone
  33743. conference
  33744. conferences
  33745. conferencing
  33746. confessions
  33747. confident
  33748. confidential
  33749. config
  33750. configurable
  33751. configuration
  33752. configuration
  33753. dialog
  33754. configurations
  33755. configure
  33756. configured
  33757. configures
  33758. ifferent approaches.
  33759. Features:  C sample code demonstrating how to use the device manager, SCSI, and calls to the CD-ROM driver to give pretty good hints about whether a volume is a CD-ROM or not.
  33760. JRidentifyCD.
  33761. main.c
  33762. Makefile
  33763. Not used in this example
  33764. ReadMe
  33765. WhereCDs.c
  33766. WhereCDs.hK
  33767. Dec 95N CD-ROM, SCSI, Device Manager, CD. Thi
  33768. fileinfo@
  33769. files/folders@
  33770. finderheaps@
  33771. first-person@
  33772. fixing@
  33773. folders@
  33774. font@
  33775. footprint@
  33776. years
  33777. multimedia
  33778. developers
  33779. regarded
  33780. equilibrium's
  33781. forms@
  33782. foundation's@
  33783. fresh@
  33784. frontier@
  33785. full-features@
  33786. wide-angle
  33787. widely
  33788. wildcard
  33789. wilderness
  33790.  - develop Issue 23
  33791. collect
  33792. collected
  33793. collecting
  33794. collection
  33795. collection
  33796. inside
  33797. macintosh
  33798. books
  33799. related
  33800. programming
  33801. collection
  33802. developer
  33803. documentation
  33804. collection
  33805. documentation
  33806. developer
  33807. notes
  33808. collections
  33809. collectionservices
  33810. collectpictcolors
  33811. collects
  33812. collyer
  33813. color
  33814. color
  33815. picker
  33816. 2.1.1
  33817. contains
  33818. minor
  33819. fixes
  33820. colorcdef
  33821. colored
  33822. coloredcheckbox
  33823. colorization
  33824. colorize
  33825. com/colorsync
  33826. com/dev/swtechpubs/d
  33827. com/games
  33828. com/java
  33829. com/java/javatutoria
  33830. smalldaemon
  33831. smaller
  33832. smallest
  33833. smart
  33834. smith
  33835. smith's
  33836. snapshot
  33837. snapshot
  33838. sample
  33839. application
  33840. shows
  33841. snapshots
  33842. snapshotsample1.0b3
  33843. snarfer
  33844. snarfing
  33845. snazzy
  33846. sndforever
  33847. sndplay
  33848. sndplaydoublebuffer
  33849. sndplaydoublebuffera
  33850. sndstartfileplay
  33851. snippet
  33852. snippets
  33853. snively
  33854. snstartfileplay
  33855. All Packages
  33856. PPC EnablerO
  33857. Dev.CD Jul 95P
  33858. Dev.CD Jul 9V
  33859. 6224X
  33860. Jul 95
  33861. b--set theItem to choose file -- uncomment to test in an AS editor
  33862.     tell application "Finder"
  33863.         open item "Dev.CD Jul 95"
  33864.         activate
  33865.     end tell
  33866. on error errMsg number errNum
  33867.     --enter statements to perform when no records are found such as...
  33868.     display dialog "Sorry, the item you selected could not be found."
  33869.     return
  33870. end try
  33871. All Packages
  33872. PPC EnablerO
  33873. Dev.CD Jul 95P
  33874. Dev.CD Jul 9V
  33875. 6225X
  33876. Jul 95
  33877. b--set theItem to choose file -- uncomment to test in an AS editor
  33878.     tell application "Finder"
  33879.         open item "Dev.CD Jul 95"
  33880.         activate
  33881.     end tell
  33882. on error errMsg number errNum
  33883.     --enter statements to perform when no records are found such as...
  33884.     display dialog "Sorry, the item you selected could not be found."
  33885.     return
  33886. end try
  33887. All Packages
  33888. PPC EnablerO
  33889. Dev.CD Jul 95P
  33890. Dev.CD Jul 9V
  33891. 6226X
  33892. Jul 95
  33893. All Packages
  33894. System 7.5 Update 1.0O
  33895. Dev.CD Jan 96 SSWP
  33896. Dev.CD Jan 96 SSV
  33897. 6589X
  33898. Jan 96
  33899. f--set theItem to choose file -- uncomment to test in an AS editor
  33900.     tell application "Finder"
  33901.         open item "Dev.CD Jan 96 SSW"
  33902.         activate
  33903.     end tell
  33904. on error errMsg number errNum
  33905.     --enter statements to perform when no records are found such as...
  33906.     display dialog "Sorry, the item you selected could not be found."
  33907.     return
  33908. end try
  33909. All Packages
  33910. System 7.5 Update 1.0O
  33911. Dev.CD Jan 96 SSWP
  33912. Dev.CD Jan 96 SSV
  33913. 6590X
  33914. Jan 96
  33915. f--set theItem to choose file -- uncomment to test in an AS editor
  33916.     tell application "Finder"
  33917.         open item "Dev.CD Jan 96 SSW"
  33918.         activate
  33919.     end tell
  33920. on error errMsg number errNum
  33921.     --enter statements to perform when no records are found such as...
  33922.     display dialog "Sorry, the item you selected could not be found."
  33923.     return
  33924. end try
  33925. All Packages
  33926. System 7.5 Update 1.0V
  33927. 6591X
  33928. while in MacsBug  by adding this function to your program.  You can jump directly to this function from anywhere in your program using MacsBug commands, take a screen shot, and then continue with normal program execution.
  33929. Shared Lib. Mgr. C++:  This snippet shows how to turn a generic C++ class (not Pascal/Handle object based) into a Shared Library class. The Makefile is a suitable template for similar work.
  33930. ShowBalloon XFCN:  This XFCN allows you to use Balloon Help in conjunction with 
  33931. HyperCard. The source code and the demo stack will get you going.
  33932. UserFunction Gestalt:  This snippet is for Installer scripters.  The UserChkGestaltFunction provides an alternative to the CheckGestalt clause which requires that the scripter provide all possible matches to the results of the Gestalt call.  With the User Function, the script writer can simply check for the existence of a gestalt selector, without having to worry about it's return values.
  33933. Windoid:  Windoid is a MacApp 3.0 
  33934. readability
  33935. readable
  33936. reader
  33937. readers
  33938. readily
  33939. reading
  33940. readlocation
  33941. readme
  33942. readmes
  33943. reads
  33944. readsector
  33945. ready
  33946. ready-to-print-with
  33947. real-time
  33948. real-world
  33949. realistic
  33950. reality
  33951. really
  33952. realtime
  33953. rearrange
  33954. reason
  33955. reasonable
  33956. reasonably
  33957. reasons
  33958. reboot
  33959. rebooting
  33960. rebuild
  33961. rebuilding
  33962. rebuilds
  33963. rebuilt
  33964. receive
  33965. received
  33966. receiver
  33967. receives
  33968. receiving
  33969. recent
  33970. recently
  33971. reception
  33972. recipes
  33973. redesigned
  33974. b--set theItem to choose file -- uncomment to test in an AS editor
  33975.     tell application "Finder"
  33976.         open item "Dev.CD Jul 95"
  33977.         activate
  33978.     end tell
  33979. on error errMsg number errNum
  33980.     --enter statements to perform when no records are found such as...
  33981.     display dialog "Sorry, the item you selected could not be found."
  33982.     return
  33983. end try
  33984. pottier
  33985. powemac
  33986. power
  33987. ing HITEC, you have the ability to create new tests, execute and analyze existing tests and collect groups of tests into suites.  HITEC also provides various controls over the execution of tests and suites, such as setting a group of target systems on which to execute th
  33988. e tests, determining the CPU type of target system and making timing adjustments to best suit that system, and verifying that a system is still functional after the execution of previous tests. 
  33989. Hardware:  One controller system and at least one target system.  The controller system should have 1MB or more of RAM to run MPW 3.0 or higher.  The target system(s) should be a Macintosh Plus or higher.
  33990. Software:  (Controller) MPW 3.1 or higher and Virtual User 1.0 or higher.  (Target) Agent VU,
  33991. All Packages
  33992. 7.1.2O
  33993. Dev.CD Jul 94P
  33994. Dev.CD Jul 9V
  33995. 5366X
  33996. Jul 94
  33997. b--set theItem to choose file -- uncomment to test in an AS editor
  33998.     tell application "Finder"
  33999.         open item "Dev.CD Jul 94"
  34000.         activate
  34001.     end tell
  34002. on error errMsg number errNum
  34003.     --enter statements to perform when no records are found such as...
  34004.     display dialog "Sorry, the item you selected could not be found."
  34005.     return
  34006. end try
  34007. All Packages
  34008. 7.1.2O
  34009. Dev.CD Jul 94P
  34010. Dev.CD Jul 9V
  34011. 5367X
  34012. Jul 94
  34013. b--set theItem to choose file -- uncomment to test in an AS editor
  34014.     tell application "Finder"
  34015.         open item "Dev.CD Jul 94"
  34016.         activate
  34017.     end tell
  34018. on error errMsg number errNum
  34019.     --enter statements to perform when no records are found such as...
  34020.     display dialog "Sorry, the item you selected could not be found."
  34021.     return
  34022. end try
  34023. All Packages
  34024. 7.1.2O
  34025. Dev.CD Jul 94P
  34026. Dev.CD Jul 9V
  34027. 5368X
  34028. Jul 94
  34029. etzonelist
  34030. packages
  34031. All Packages
  34032. System Enabler 003 (LC III)OEDev.CD Apr 94
  34033. Dev.CD Jan 94
  34034. Dev.CD Oct 93
  34035. Dev.CD Jul 93
  34036. Dev.CD Apr 93PDDev.CD Apr 94
  34037. Dev.CD Jan 94
  34038. Dev.CD Oct 93
  34039. Dev.CD Jul 93
  34040. Dev.CD Apr 9V
  34041. 6666X
  34042. Apr 94
  34043. --set theItem to choose file -- uncomment to test in an AS editor
  34044.     tell application "Finder"
  34045.         open item "Dev.CD Apr 94
  34046. Dev.CD Jan 94
  34047. Dev.CD Oct 93
  34048. Dev.CD Jul 93
  34049. Dev.CD Apr 93"
  34050.         activate
  34051.     end tell
  34052. on error errMsg number errNum
  34053.     --enter statements to perform when no records are found such as...
  34054.     display dialog "Sorry, the item you selected could not be found."
  34055.     return
  34056. end try
  34057. All Packages
  34058. System Enabler 003 (LC III)O7Dev.CD Apr 94
  34059. Dev.CD Jan 94
  34060. Dev.CD Oct 93
  34061. Dev.CD Aug 93P6Dev.CD Apr 94
  34062. Dev.CD Jan 94
  34063. Dev.CD Oct 93
  34064. Dev.CD Aug 9V
  34065. 6667X
  34066. Apr 94
  34067. updated
  34068. updated
  34069. documentation
  34070. updated
  34071. grayscale
  34072. appearance
  34073. updater
  34074. updates
  34075. updates
  34076. updates
  34077. patches
  34078. upgrader
  34079. upgrader
  34080. 1.2.3
  34081. engines
  34082. upgrading
  34083. upgrading
  34084. bbedit
  34085. access
  34086. access
  34087. scripting
  34088. urlaccess
  34089. urlaccess
  34090. urlaccess
  34091. urlaccess
  34092. urlaccess68k
  34093. urlaccess68k
  34094. urlaccesslib
  34095. urlaccesslib
  34096. distribution
  34097. guide
  34098. usage
  34099. usage
  34100. history
  34101. software
  34102. locator
  34103. useful
  34104. useful
  34105. addmenu
  34106. script
  34107. manual
  34108. virtual
  34109. keycode
  34110. virtual
  34111. tools
  34112. vu3.0.1d3W
  34113. vu3.0.1d3
  34114. animation
  34115. guide
  34116. webobjects
  34117. ~--set theItem to choose file -- uncomment to test in an AS editor
  34118.     tell application "Finder"
  34119.         open item "Dev.CD Apr 94
  34120. Dev.CD Jan 94
  34121. Dev.CD Oct 93"
  34122.         activate
  34123.     end tell
  34124. on error errMsg number errNum
  34125.     --enter statements to perform when no records are found such as...
  34126.     display dialog "Sorry, the item you selected could not be found."
  34127.     return
  34128. end try
  34129. eron Esfahani.  How your application can live copacetically with the Display Manager.
  34130. MPW TIPS AND TRI
  34131. CKS:  Scripted Text Editing  by Tim Maroney.  An overview of MPW
  34132. s powerful, scriptable text editing capabilities. 
  34133. ACCORDING TO SCRIPT:  Attaching and Embedding Scripts by Cal Simone.  Integrating scripts in your application can have a big payoff for your users.
  34134. PRINT HINTS:  The Top 10 Printing Crimes Revisited by Dave Polaschek.  Despite our best efforts, developers continue to commit printing crimes. We
  34135. re not giving up.
  34136. BALANCE OF POWER:  Sleuthing Through Your Code  by Dave Evans.
  34137. f--set theItem to choose file -- uncomment to test in an AS editor
  34138.     tell application "Finder"
  34139.         open item "Dev.CD Jul 96 SSW"
  34140.         activate
  34141.     end tell
  34142. on error errMsg number errNum
  34143.     --enter statements to perform when no records are found such as...
  34144.     display dialog "Sorry, the item you selected could not be found."
  34145.     return
  34146. end try
  34147. goals
  34148. going
  34149. golden
  34150. gonzalez
  34151. gonzalez3
  34152. goodies
  34153. gopher
  34154. gotcha
  34155. gotchas
  34156. gough
  34157. gourdol
  34158. governed
  34159. grabber
  34160. grabguy
  34161. gracefully
  34162. grafport
  34163. graphical
  34164. graphically
  34165. b--set theItem to choose file -- uncomment to test in an AS editor
  34166.     tell application "Finder"
  34167.         open item "Dev.CD Jul 94"
  34168.         activate
  34169.     end tell
  34170. on error errMsg number errNum
  34171.     --enter statements to perform when no records are found such as...
  34172.     display dialog "Sorry, the item you selected could not be found."
  34173.     return
  34174. end try
  34175. uld not be found."
  34176.     return
  34177. end try
  34178. All Packages
  34179. System Enabler 111 (PB 160/180)O
  34180. Dev.CD Apr 93P
  34181. Dev.CD Apr 9V
  34182. 4874X
  34183. Apr 93
  34184. b--set theItem to choose file -- uncomment to test in an AS editor
  34185.     tell application "Finder"
  34186.         open item "Dev.CD Apr 93"
  34187.         activate
  34188.     end tell
  34189. on error errMsg number errNum
  34190.     --enter statements to perform when no records are found such as...
  34191.     display dialog "Sorry, the item you selected could not be found."
  34192.     return
  34193. end try
  34194. All Packages
  34195. System Enabler 111 (PB 160/180)O
  34196. Dev.CD Apr 93P
  34197. Dev.CD Apr 9V
  34198. 4875X
  34199. Apr 93
  34200. All Packages
  34201. 7.1OEDev.CD Apr 94
  34202. Dev.CD Jan 94
  34203. Dev.CD Oct 93
  34204. Dev.CD Jul 93
  34205. Dev.CD Apr 93PDDev.CD Apr 94
  34206. Dev.CD Jan 94
  34207. Dev.CD Oct 93
  34208. Dev.CD Jul 93
  34209. Dev.CD Apr 9V
  34210. 5272X
  34211. Apr 94
  34212. --set theItem to choose file -- uncomment to test in an AS editor
  34213.     tell application "Finder"
  34214.         open item "Dev.CD Apr 94
  34215. Dev.CD Jan 94
  34216. Dev.CD Oct 93
  34217. Dev.CD Jul 93
  34218. Dev.CD Apr 93"
  34219.         activate
  34220.     end tell
  34221. on error errMsg number errNum
  34222.     --enter statements to perform when no records are found such as...
  34223.     display dialog "Sorry, the item you selected could not be found."
  34224.     return
  34225. end try
  34226. All Packages
  34227. 7.1OEDev.CD Apr 94
  34228. Dev.CD Jan 94
  34229. Dev.CD Oct 93
  34230. Dev.CD Jul 93
  34231. Dev.CD Apr 93PDDev.CD Apr 94
  34232. Dev.CD Jan 94
  34233. Dev.CD Oct 93
  34234. Dev.CD Jul 93
  34235. Dev.CD Apr 9V
  34236. 5273X
  34237. Apr 94
  34238. convert
  34239. converted
  34240. converter
  34241. converting
  34242. converts
  34243. cookbook
  34244. All Packages
  34245. Dev.CD Jun 97 SSWP
  34246. Dev.CD Jun 97 SSV
  34247. 5604X
  34248. Jun 97
  34249. f--set theItem to choose file -- uncomment to test in an AS editor
  34250.     tell application "Finder"
  34251.         open item "Dev.CD Jun 97 SSW"
  34252.         activate
  34253.     end tell
  34254. on error errMsg number errNum
  34255.     --enter statements to perform when no records are found such as...
  34256.     display dialog "Sorry, the item you selected could not be found."
  34257.     return
  34258. end try
  34259. All Packages
  34260. Dev.CD Jun 97 SSWP
  34261. Dev.CD Jun 97 SSV
  34262. 5605X
  34263. Jun 97
  34264. f--set theItem to choose file -- uncomment to test in an AS editor
  34265.     tell application "Finder"
  34266.         open item "Dev.CD Jun 97 SSW"
  34267.         activate
  34268.     end tell
  34269. on error errMsg number errNum
  34270.     --enter statements to perform when no records are found such as...
  34271.     display dialog "Sorry, the item you selected could not be found."
  34272.     return
  34273. end try
  34274. All Packages
  34275. Dev.CD Jun 97 SSWP
  34276. Dev.CD Jun 97 SSV
  34277. 5606X
  34278. Jun 97
  34279. 5909X
  34280. Feb 00^
  34281. --set theItem to choose file -- uncomment to test in an AS editor
  34282.     tell application "Finder"
  34283.         open item "Dev.CD Feb 00 TC:Tool Chest:Memory:DIMM Config&Interleave v1.1:"
  34284.         activate
  34285.     end tell
  34286. on error errMsg number errNum
  34287.     --enter statements to perform when no records are found such as...
  34288.     display dialog "Sorry, the item you selected could not be found."
  34289.     return
  34290. end try
  34291. e    No Changef/DIMM
  34292. Interleaving
  34293. memory
  34294. configuration
  34295. DRAMq
  34296. Dev.CD Feb 00 TC
  34297. D(All Packages
  34298. Reference Library Edition
  34299. Disinfectant 3.7.1I
  34300. Summary: Disinfectant is a free anti-viral utility for the Mac. 
  34301. Features: Disinfectant detects and removes known Mac viruses.  J
  34302. DisinfectantK
  34303. Vol IIIL
  34304. Sep 97M&Mac 512K or later, System 6.0 or laterO.Dev.CD Dec 99 RL:Utilities:Disinfectant 3.7.1:P3Dev.CD Dec 99 RL
  34305.  - Utilities
  34306.  - Disinfectant 3.7.1V
  34307. 5910X
  34308. Dec 99^
  34309.  - Help XFCN 1.4V
  34310. 4123X
  34311. video@
  34312. virtual
  34313. virtualuser
  34314. filetool
  34315. memor@
  34316. change@
  34317. deleted@
  34318. moved@
  34319. change@
  34320. package@
  34321. updated@
  34322. apple@
  34323. nDoc Part Kinds  by Tantek 
  34324. elik and Dave Curbow.  Part kinds are like file types, only more so, and the choices you make about which part kinds to support will have a profound effect on users
  34325.  experiences with your part editor.
  34326. Using Apple Guide 2.1 With OpenDoc  by Peter Commons.  Apple Guide 2.1 has been extended to work well in OpenDoc
  34327. s brave new world of compound documents and processes within processes. Here
  34328. s a look at the new features and how to 
  34329. e    No ChangefYMacintosh
  34330. PowerBook G3 Series
  34331. developers
  34332. PowerPC
  34333. backside
  34334. cache
  34335. expansion
  34336. I/O RAM CardBusq
  34337. Dev.CD Jul 98 SSW/SDK
  34338. D!All Packages
  34339. Tool Chest Edition
  34340. Diagnostic Sound Sampler 1.0IfSummary: Mac II error tones.  This application explains the various Macintosh II audio error messages.J
  34341. Hardware tools.imgK
  34342. Vol IIIO?Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Hardware tools:PGDev.CD Feb 00 TC
  34343.  - Tool Chest
  34344.  - Testing & Debugging
  34345.  - Hardware toolsV
  34346. 5908X
  34347. Feb 00^
  34348. --set theItem to choose file -- uncomment to test in an AS editor
  34349.     tell application "Finder"
  34350.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Hardware tools:"
  34351.         activate
  34352.     end tell
  34353. on error errMsg number errNum
  34354.     --enter statements to perform when no records are found such as...
  34355.     display dialog "Sorry, the item you selected could not be found."
  34356.     return
  34357. end try
  34358. e    No Changeq
  34359. Dev.CD Feb 00 TC
  34360. D!All Packages
  34361. Tool Chest Edition
  34362. DIMM Config&Interleave v1.1
  34363. encoding
  34364. character
  34365. encoding
  34366. converter
  34367. encoding
  34368. converter
  34369. unicode
  34370. charset
  34371. character
  34372. encodi
  34373. encoding
  34374. unicode
  34375. script
  34376. language
  34377. conversion
  34378. games
  34379. input
  34380. text-to-speech
  34381. textedit
  34382. thread
  34383. thread
  34384. manager
  34385. thread
  34386. threads
  34387. tasks
  34388. tasking
  34389. multitasking
  34390. threading
  34391. threads
  34392. timing
  34393. token
  34394. tokenize
  34395. tokenizer
  34396. tokenizer
  34397. fcode
  34398. tokentalk
  34399. systems
  34400. workstation
  34401. solaris
  34402. hp-ux
  34403. update
  34404. updater
  34405. updates
  34406. usage
  34407. universal
  34408. serial
  34409. human
  34410. interface
  34411. devices
  34412. utilities
  34413. utility
  34414. utility
  34415. space
  34416. variable
  34417. variables
  34418. vector
  34419. version
  34420. shows
  34421. implement
  34422. pre-mixer
  34423. component
  34424. shrink
  34425. shrink-wrapped
  34426. shrinking
  34427. shutdownW
  34428. siegel
  34429. sierra
  34430. sierra/iso
  34431. signal
  34432. signals
  34433. signature
  34434. signatures
  34435. signaturetoapp
  34436. signed
  34437. significant
  34438. signing
  34439. silevelmeteronoff
  34440. silly
  34441. sillyballs
  34442. 7.5.2 (PB 5300/2300/190)O
  34443. Dev.CD Apr 96 SSWP
  34444. Dev.CD Apr 96 SSV
  34445. 5501X
  34446. Apr 96
  34447. f--set theItem to choose file -- uncomment to test in an AS editor
  34448.     tell application "Finder"
  34449.         open item "Dev.CD Apr 96 SSW"
  34450.         activate
  34451.     end tell
  34452. on error errMsg number errNum
  34453.     --enter statements to perform when no records are found such as...
  34454.     display dialog "Sorry, the item you selected could not be found."
  34455.     return
  34456. end try
  34457. All Packages
  34458. 7.5.2 (PB 5300/2300/190)O
  34459. Dev.CD Apr 96 SSWP
  34460. Dev.CD Apr 96 SSV
  34461. 5502X
  34462. Apr 96
  34463. f--set theItem to choose file -- uncomment to test in an AS editor
  34464.     tell application "Finder"
  34465.         open item "Dev.CD Apr 96 SSW"
  34466.         activate
  34467.     end tell
  34468. on error errMsg number errNum
  34469.     --enter statements to perform when no records are found such as...
  34470.     display dialog "Sorry, the item you selected could not be found."
  34471.     return
  34472. end try
  34473. All Packages
  34474. 7.5.2 (PB 5300/2300/190)O
  34475. Dev.CD Apr 96 SSWV
  34476. 5503X
  34477. All Packages
  34478. 7.1.1O
  34479. Dev.CD Jul 94P
  34480. Dev.CD Jul 9V
  34481. 5329X
  34482. Jul 94
  34483. b--set theItem to choose file -- uncomment to test in an AS editor
  34484.     tell application "Finder"
  34485.         open item "Dev.CD Jul 94"
  34486.         activate
  34487.     end tell
  34488. on error errMsg number errNum
  34489.     --enter statements to perform when no records are found such as...
  34490.     display dialog "Sorry, the item you selected could not be found."
  34491.     return
  34492. end try
  34493. All Packages
  34494. 7.1.1O
  34495. Dev.CD Jul 94P
  34496. Dev.CD Jul 9V
  34497. 5330X
  34498. Jul 94
  34499. b--set theItem to choose file -- uncomment to test in an AS editor
  34500.     tell application "Finder"
  34501.         open item "Dev.CD Jul 94"
  34502.         activate
  34503.     end tell
  34504. on error errMsg number errNum
  34505.     --enter statements to perform when no records are found such as...
  34506.     display dialog "Sorry, the item you selected could not be found."
  34507.     return
  34508. end try
  34509. All Packages
  34510. 7.1.1O
  34511. Dev.CD Jul 94P
  34512. Dev.CD Jul 9V
  34513. 5331X
  34514. Jul 94
  34515. 7.1.1
  34516. 7.1.1
  34517. 7.1.2
  34518. 7.1p2
  34519. 7.1p5
  34520. 7.1p6
  34521. 7.5.1
  34522. 7.5.1a
  34523. 7.5.2
  34524. b--set theItem to choose file -- uncomment to test in an AS editor
  34525.     tell application "Finder"
  34526.         open item "Dev.CD Jul 94"
  34527.         activate
  34528.     end tell
  34529. on error errMsg number errNum
  34530.     --enter statements to perform when no records are found such as...
  34531.     display dialog "Sorry, the item you selected could not be found."
  34532.     return
  34533. end try
  34534. not be found."
  34535.     return
  34536. end try
  34537. fewer
  34538. ficycle
  34539. field
  34540. fields
  34541. fifteen
  34542. fifth
  34543. figure
  34544. figured
  34545. --set theItem to choose file -- uncomment to test in an AS editor
  34546.     tell application "Finder"
  34547.         open item "Dev.CD Apr 94
  34548. Dev.CD Jan 94
  34549. Dev.CD Oct 93
  34550. Dev.CD Jul 93"
  34551.         activate
  34552.     end tell
  34553. on error errMsg number errNum
  34554.     --enter statements to perform when no records are found such as...
  34555.     display dialog "Sorry, the item you selected could not be found."
  34556.     return
  34557. end try
  34558.         activate
  34559.     end tell
  34560. on error errMsg number errNum
  34561.     --enter statements to perform when no records are found such as...
  34562.     display dialog "Sorry, the item you selected could not be found."
  34563.     return
  34564. end try
  34565. All Packages
  34566. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  34567. Dev.CD Jan 94
  34568. Dev.CD Oct 93
  34569. Dev.CD Jul 93
  34570. Dev.CD Apr 93PDDev.CD Apr 94
  34571. Dev.CD Jan 94
  34572. Dev.CD Oct 93
  34573. Dev.CD Jul 93
  34574. Dev.CD Apr 9V
  34575. 4953X
  34576. Apr 94
  34577. erage
  34578. debabelizer
  34579. debug
  34580. debugger
  34581. interleave
  34582. interleaving
  34583. internal
  34584. internal
  34585. logic
  34586. internally
  34587. international
  34588. internationalization
  34589. internet
  34590. interoperability
  34591. interoperate
  34592. found."
  34593.     return
  34594. end try
  34595. e    No Changeq
  34596. Dev.CD Dec 99 RL Disk 1
  34597. All Packages
  34598. develop Issue 29
  34599. 2216X
  34600. --set theItem to choose file -- uncomment to test in an AS editor
  34601.     tell application "Finder"
  34602.         open item "Dev.CD Jul 98 SSW/SDK:What's New:Technical Documentation:DeveloperNotes:"
  34603.         activate
  34604.     end tell
  34605. on error errMsg number errNum
  34606.     --enter statements to perform when no records are found such as...
  34607.     display dialog "Sorry, the item you selected could not be found."
  34608.     return
  34609. end try
  34610.     return
  34611. end try
  34612. e    No Changef
  34613. HyperCard
  34614. Balloonsq
  34615. Dev.CD Feb 00 TC
  34616. D!All Packages
  34617. Tool Chest Edition
  34618. helpful MPW scripts
  34619.     e various polyhedral primitives, both new and old.
  34620. QuickDraw GX Line Layout: Bending the Rules by Daniel I. Lipton.  The typographic capabilities of QuickDraw GX are without peer, but until now drawing that beautiful text along an arbitrary path took a concerted effort. Here
  34621. s a library that makes it easy to do.
  34622. MacApp Debugging Aids by Conrad Kopala.  Programming with a framework saves time and effort, but debugging 
  34623. on Hammerhead-based PCI PowerMacs, such as the 7300, 7500, 7600, 8500, 8600, 9500, and 9600 computers. It doesn't support any Nubus machine, including the original PowerMac, or PowerMacs which use a memory controller other than a Hammerhead-based, such as the 4400, 6400 or 7200.
  34624. DIMM Config&Interleave
  34625. DIMM Config.rsrc
  34626. DIMM Configuration Read Me v1.1
  34627. DIMM Interleave Rlsd.
  34628. DIMM Interleave Rlsd.
  34629.  Data
  34630. FindHammerHead.c
  34631. Interleave.c
  34632. Interleave.h
  34633. TestBanks.cK
  34634. Dec 97N4DIMM, Interleaving, memory, configuration, RAM, DRAMO?Dev.CD Feb 00 TC:Tool Chest:Memory:DIMM Config&Interleave v1.1:PGDev.CD Feb 00 TC
  34635.  - Tool Chest
  34636.  - Memory
  34637.  - DIMM Config&Interleave v1.1olaschek.  Printing is often much more complex than it needs to be. By keeping it simple and staying on the well-trod path, you can protect yourself.
  34638. BE OUR GUEST:  Source Code Control for the Rest of Us by D. John Anderson and Alan B. Harper Source control doesn
  34639. t need to be complex, as the simple tools presented here wil
  34640. This program displays memory size, bank configuration, and interleave status for each DIMM slot. This program can be used to detect if DIMMs have been installed properly to enable interleaving on Hammerhead-based PCI PowerMacs
  34641. Memory interleaving provides higher bandwidth (MBytes per second) between the PowerPC microprocessor and main memory, which can provide a significant performance boost by increasing the execution speed of memory-intensive programs. How much faster depends on a progr
  34642. am's software architecture and how often the processor accesses cache (L1 & L2) versus main memory.
  34643. Displays the memory size (amount of RAM) of each DIMM installed in each of the DIMM slots of a Hammerhead-based PCI PowerMac, such as 7300, 7500, 7600, 8500, 8600, 9500, and 9600 computers. Also indicates if any pairs have been installed properly to enable interleaving.
  34644. Includes source code so that Developers can incorporate the code into their own program.
  34645. Issues: This program only runs 
  34646. All Packages
  34647. 6.0.4O
  34648. Dev CD Vol. VP
  34649. Dev CD Vol. V
  34650. 5121X
  34651. Vol. V
  34652. b--set theItem to choose file -- uncomment to test in an AS editor
  34653.     tell application "Finder"
  34654.         open item "Dev CD Vol. V"
  34655.         activate
  34656.     end tell
  34657. on error errMsg number errNum
  34658.     --enter statements to perform when no records are found such as...
  34659.     display dialog "Sorry, the item you selected could not be found."
  34660.     return
  34661. end try
  34662. All Packages
  34663. 6.0.4O
  34664. Dev CD Vol. V
  34665. Dev CD Vol. IVP
  34666. Dev CD Vol. V
  34667. Dev CD Vol. IV
  34668. 5122X
  34669. Vol. V
  34670. q--set theItem to choose file -- uncomment to test in an AS editor
  34671.     tell application "Finder"
  34672.         open item "Dev CD Vol. V
  34673. Dev CD Vol. IV"
  34674.         activate
  34675.     end tell
  34676. on error errMsg number errNum
  34677.     --enter statements to perform when no records are found such as...
  34678.     display dialog "Sorry, the item you selected could not be found."
  34679.     return
  34680. end try
  34681. All Packages
  34682. 6.0.4O
  34683. Dev CD Vol. V
  34684. Dev CD Vol. IVV
  34685. 5123X
  34686. 6540X
  34687. Jan 00^
  34688. --set theItem to choose file -- uncomment to test in an AS editor
  34689.     tell application "Finder"
  34690.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Speech Recognition Manager:"
  34691.         activate
  34692.     end tell
  34693. on error errMsg number errNum
  34694.     --enter statements to perform when no records are found such as...
  34695.     display dialog "Sorry, the item you selected could not be found."
  34696.     return
  34697. end try
  34698. e    No Changef PlainTalk
  34699. Speech Recognition
  34700. Dev.CD Jan 00 SDK1
  34701. FD!All Packages
  34702. Mac OS SDK Edition
  34703. Speech Synthesis Manager
  34704. 6408X
  34705. Jul 93
  34706. p--set theItem to choose file -- uncomment to test in an AS editor
  34707.     tell application "Finder"
  34708.         open item "Dev.CD Jul 93
  34709. Dev.CD Apr 93"
  34710.         activate
  34711.     end tell
  34712. on error errMsg number errNum
  34713.     --enter statements to perform when no records are found such as...
  34714.     display dialog "Sorry, the item you selected could not be found."
  34715.     return
  34716. end try
  34717. All Packages
  34718. F    QuickTimeO
  34719. Dev.CD Jul 93
  34720. Dev.CD Apr 93P
  34721. Dev.CD Jul 93
  34722. Dev.CD Apr 9V
  34723. 6409X
  34724. Jul 93
  34725. p--set theItem to choose file -- uncomment to test in an AS editor
  34726.     tell application "Finder"
  34727.         open item "Dev.CD Jul 93
  34728. Dev.CD Apr 93"
  34729.         activate
  34730.     end tell
  34731. on error errMsg number errNum
  34732.     --enter statements to perform when no records are found such as...
  34733.     display dialog "Sorry, the item you selected could not be found."
  34734.     return
  34735. end try
  34736. All Packages
  34737. F    QuickTimeO
  34738. Dev.CD Jul 93
  34739. Dev.CD Apr 93P
  34740. Dev.CD Jul 93
  34741. Dev.CD Apr 9V
  34742. 6410X
  34743. Jul 93
  34744. f--set theItem to choose file -- uncomment to test in an AS editor
  34745.     tell application "Finder"
  34746.         open item "Dev.CD Jan 96 SSW"
  34747.         activate
  34748.     end tell
  34749. on error errMsg number errNum
  34750.     --enter statements to perform when no records are found such as...
  34751.     display dialog "Sorry, the item you selected could not be found."
  34752.     return
  34753. end try
  34754. introduction
  34755. investment
  34756. iostreams
  34757. gateway
  34758. sample
  34759. items
  34760. japanese
  34761. tutorial
  34762. jbindery
  34763. jdirect
  34764. jmanager
  34765. joystick
  34766. kernel
  34767. ter drivers under various circumstances. Read TN#91 for details.
  34768. PostScriptHandleDemo:  This sample demonstrates how to use the PostScriptHandle PicComment to send PostScript to PostScript printers. This is of course only useful for PostScript printers.
  34769. Print clipped offscreen: This sample shows how to print a clipped offscreen. Replaces old sample called 'Offscreen region MaskRgn'.
  34770. Print multipage PICT:  Takes a PICT larger than one page and "tiles" it so that it prints across the righ
  34771. t number of sheets of paper to tape together and make a poster, like many drawing applications.
  34772. PrintDialogMagic:  A short example of how to avoid having the print dialogs wait for user response (useful for automated printing).
  34773. Rotated Thingies:  This example demonstrates how to rotate objects on PostScript printers using two methods: RotateBegin/End PicComments and TextBegin/End PicComments. PrGeneral is used to change the resolution, which throws another wrench in the works: scaling.
  34774. Dev.CD Jan 94
  34775. Dev.CD Oct 93P
  34776. Dev.CD Jan 94
  34777. Dev.CD Oct 9V
  34778. 6385X
  34779. Jan 94
  34780. p--set theItem to choose file -- uncomment to test in an AS editor
  34781.     tell application "Finder"
  34782.         open item "Dev.CD Jan 94
  34783. Dev.CD Oct 93"
  34784.         activate
  34785.     end tell
  34786. on error errMsg number errNum
  34787.     --enter statements to perform when no records are found such as...
  34788.     display dialog "Sorry, the item you selected could not be found."
  34789.     return
  34790. end try
  34791. All Packages
  34792. F    QuickTimeO
  34793. Dev.CD Jan 94P
  34794. Dev.CD Jan 9V
  34795. 6386X
  34796. Jan 94
  34797. b--set theItem to choose file -- uncomment to test in an AS editor
  34798.     tell application "Finder"
  34799.         open item "Dev.CD Jan 94"
  34800.         activate
  34801.     end tell
  34802. on error errMsg number errNum
  34803.     --enter statements to perform when no records are found such as...
  34804.     display dialog "Sorry, the item you selected could not be found."
  34805.     return
  34806. end try
  34807. All Packages
  34808. F    QuickTimeO
  34809. Dev.CD Jan 94
  34810. Dev.CD Oct 93P
  34811. Dev.CD Jan 94
  34812. Dev.CD Oct 9V
  34813. 6387X
  34814. All Packages
  34815. 7.5.3 (PCI)O
  34816. Dev.CD May 96 TCP
  34817. Dev.CD May 96 TV
  34818. 5577X
  34819. May 96
  34820. e--set theItem to choose file -- uncomment to test in an AS editor
  34821.     tell application "Finder"
  34822.         open item "Dev.CD May 96 TC"
  34823.         activate
  34824.     end tell
  34825. on error errMsg number errNum
  34826.     --enter statements to perform when no records are found such as...
  34827.     display dialog "Sorry, the item you selected could not be found."
  34828.     return
  34829. end try
  34830. All Packages
  34831. 7.5.3 (PCI)O
  34832. Dev.CD Jul 96 SSWP
  34833. Dev.CD Jul 96 SSV
  34834. 5578X
  34835. Jul 96
  34836. f--set theItem to choose file -- uncomment to test in an AS editor
  34837.     tell application "Finder"
  34838.         open item "Dev.CD Jul 96 SSW"
  34839.         activate
  34840.     end tell
  34841. on error errMsg number errNum
  34842.     --enter statements to perform when no records are found such as...
  34843.     display dialog "Sorry, the item you selected could not be found."
  34844.     return
  34845. end try
  34846. All Packages
  34847. 7.5.3 (PCI)O
  34848. Dev.CD Jul 96 SSWP
  34849. Dev.CD Jul 96 SSV
  34850. 5579X
  34851. 64-bit
  34852. 640x480
  34853. 651-3561
  34854. 651-7584
  34855. 65c02
  34856. 68000
  34857. 68020
  34858. 68030
  34859. 68040
  34860. 680x0
  34861. 68881/2
  34862. 68k-based
  34863. 7-specific
  34864. 7.0.0
  34865. 7.0.3
  34866. 7.0.4
  34867. 7.0fo
  34868. All Packages
  34869. F    QuickTimeO
  34870. Dev.CD Jul 93
  34871. Dev.CD Apr 93P
  34872. Dev.CD Jul 93
  34873. Dev.CD Apr 9V
  34874. 6418X
  34875. Jul 93
  34876. p--set theItem to choose file -- uncomment to test in an AS editor
  34877.     tell application "Finder"
  34878.         open item "Dev.CD Jul 93
  34879. Dev.CD Apr 93"
  34880.         activate
  34881.     end tell
  34882. on error errMsg number errNum
  34883.     --enter statements to perform when no records are found such as...
  34884.     display dialog "Sorry, the item you selected could not be found."
  34885.     return
  34886. end try
  34887. All Packages
  34888. F    QuickTimeO
  34889. Dev.CD Jul 93
  34890. Dev.CD Apr 93P
  34891. Dev.CD Jul 93
  34892. Dev.CD Apr 9V
  34893. 6419X
  34894. Jul 93
  34895. p--set theItem to choose file -- uncomment to test in an AS editor
  34896.     tell application "Finder"
  34897.         open item "Dev.CD Jul 93
  34898. Dev.CD Apr 93"
  34899.         activate
  34900.     end tell
  34901. on error errMsg number errNum
  34902.     --enter statements to perform when no records are found such as...
  34903.     display dialog "Sorry, the item you selected could not be found."
  34904.     return
  34905. end try
  34906. All Packages
  34907. config&interleave
  34908. contacts
  34909. content
  34910. context
  34911. ;Summary: The Hebrew Language Kit is a combination of system and language resources that enables you to create, display, and edit documents in Hebrew on the Macintosh
  34912.  and other computers using the Mac
  34913.  OS.   See the document "Hebrew Read Me First" or "Lisez-moi (H
  34914. breu)" for details and installation instructions. 
  34915. JUCopy to your HD to install
  34916. Install 1, English
  34917. Install 1, Fran
  34918. Install 2
  34919. Install 3K
  34920. May 96L
  34921. Aug 96O9Dev.CD Feb 00 TC:Language Kits:Hebrew Language Kit 1.0.1:P>Dev.CD Feb 00 TC
  34922.  - Language Kits
  34923.  - Hebrew Language Kit 1.0.1V
  34924. 4122X
  34925. Feb 00^
  34926. #panese, Chinese, and Korean. And TSMTE makes support of TSM a simple matter.
  34927. High-Performance ACGIs in C  by Ken Urquhart
  34928. Most simple ACGI programs are written in AppleScript, but for speed-critical applications, or for ACGIs that need to handle more than one request at a time, a high-level language like C is better suited to the task. This article 
  34929. Deletedq
  34930. Dev.CD Dec 99 RL
  34931. All Packages
  34932. F    Disk Copy
  34933. Disk Copy is a utility application that will mount disk images on your desktop, make exact copies of floppy disks from a disk image, convert disk images from one format to another, create a disk image from a mounted volume or individual folder, segment a disk image into separate files, create self-mounting disk images, and create a new blank disk image. Using DiskScripts, AppleScript, and self mounting images, it can be used to automate software installations and disk image manipulation.
  34934. 5911X
  34935. ous, but there are basic guidelines to help
  34936. PRINT HINTS: Sending PostScript Files to a LaserWriter by Dave Polaschek
  34937. Lots of applications send PostScript files directly to LaserWriters, but many of them do it the wrong way. Here
  34938. s the right way.
  34939. ACCORDING TO SCRIPT: User Interactions in Apple Event
  34940. Driven Applications 
  34941. How and when to interact with the user in response to Apple Events can be tricky, but there
  34942. s a method t
  34943. international
  34944. internationalization
  34945. internet
  34946. internet
  34947. server
  34948. interrupt
  34949. interrupt
  34950. introduction
  34951. introduction
  34952. programming
  34953. investment
  34954. iostreams
  34955. gateway
  34956. sample
  34957. items
  34958. japanese
  34959. tutorial
  34960. jbindery
  34961. jdirect
  34962. jmanager
  34963. joystick
  34964. kernel
  34965. patch
  34966. keyboard
  34967. keyboard
  34968. keychain
  34969. kibitz
  34970. korean
  34971. label
  34972. language
  34973. language
  34974. analysis
  34975. architecture
  34976. macapp
  34977. manager
  34978. menus
  34979. missQ
  34980. mixed
  34981. than what the app asked for.  This is useful for multimedia developers who ship on CD ROM but want to adjust the size of their SIZE resource depending on available memory, CPU, etc.
  34982. Process:  An MPW tool that prints information about all running processes under System 7.0.
  34983. quitapps:  DTS Code Snippet to quit all running applications (except yourself)
  34984. SubLaunch:  This sample application shows how to launch one application from another.
  34985. J'Sample Code.img
  34986. Windows Sample Code.imgK
  34987. Feb 92L
  34988. Nov 96O
  34989. Dev.CD Feb 00 TC:Sample Code:P
  34990. Dev.CD Feb 00 TC
  34991.  - Sample Code
  34992. Dev.CD Jul 95P
  34993. Dev.CD Jul 9V
  34994. 5208X
  34995. Jul 95
  34996. b--set theItem to choose file -- uncomment to test in an AS editor
  34997.     tell application "Finder"
  34998.         open item "Dev.CD Jul 95"
  34999.         activate
  35000.     end tell
  35001. on error errMsg number errNum
  35002.     --enter statements to perform when no records are found such as...
  35003.     display dialog "Sorry, the item you selected could not be found."
  35004.     return
  35005. end try
  35006. All Packages
  35007. 601 Processor Upgrade EnablerO
  35008. Dev.CD Jul 95P
  35009. Dev.CD Jul 9V
  35010. 5209X
  35011. Jul 95
  35012. b--set theItem to choose file -- uncomment to test in an AS editor
  35013.     tell application "Finder"
  35014.         open item "Dev.CD Jul 95"
  35015.         activate
  35016.     end tell
  35017. on error errMsg number errNum
  35018.     --enter statements to perform when no records are found such as...
  35019.     display dialog "Sorry, the item you selected could not be found."
  35020.     return
  35021. end try
  35022. All Packages
  35023. 601 Processor Upgrade EnablerO
  35024. Dev.CD Jul 95P
  35025. Dev.CD Jul 9V
  35026. 5210X
  35027. Jul 95
  35028. All Packages
  35029. 7.5.2 (7500/8500)O
  35030. Dev.CD Jan 96 SSWP
  35031. Dev.CD Jan 96 SSV
  35032. 5452X
  35033. Jan 96
  35034. f--set theItem to choose file -- uncomment to test in an AS editor
  35035.     tell application "Finder"
  35036.         open item "Dev.CD Jan 96 SSW"
  35037.         activate
  35038.     end tell
  35039. on error errMsg number errNum
  35040.     --enter statements to perform when no records are found such as...
  35041.     display dialog "Sorry, the item you selected could not be found."
  35042.     return
  35043. end try
  35044. All Packages
  35045. 7.5.2 (7500/8500)O
  35046. Dev.CD Jan 96 SSWP
  35047. Dev.CD Jan 96 SSV
  35048. 5453X
  35049. Jan 96
  35050. f--set theItem to choose file -- uncomment to test in an AS editor
  35051.     tell application "Finder"
  35052.         open item "Dev.CD Jan 96 SSW"
  35053.         activate
  35054.     end tell
  35055. on error errMsg number errNum
  35056.     --enter statements to perform when no records are found such as...
  35057.     display dialog "Sorry, the item you selected could not be found."
  35058.     return
  35059. end try
  35060. All Packages
  35061. 7.5.2 (7500/8500)O
  35062. Dev.CD Jan 96 SSWV
  35063. 5454X
  35064. All Packages
  35065. System 7 Tune-UpO
  35066. Dev.CD Apr 92
  35067. Dev.CD Mar 92P
  35068. Dev.CD Apr 92
  35069. Dev.CD Mar 9V
  35070. 6570X
  35071. Apr 92
  35072. p--set theItem to choose file -- uncomment to test in an AS editor
  35073.     tell application "Finder"
  35074.         open item "Dev.CD Apr 92
  35075. Dev.CD Mar 92"
  35076.         activate
  35077.     end tell
  35078. on error errMsg number errNum
  35079.     --enter statements to perform when no records are found such as...
  35080.     display dialog "Sorry, the item you selected could not be found."
  35081.     return
  35082. end try
  35083. All Packages
  35084. System 7 Tune-UpO
  35085. Dev.CD Apr 92P
  35086. Dev.CD Apr 9V
  35087. 6571X
  35088. Apr 92
  35089. b--set theItem to choose file -- uncomment to test in an AS editor
  35090.     tell application "Finder"
  35091.         open item "Dev.CD Apr 92"
  35092.         activate
  35093.     end tell
  35094. on error errMsg number errNum
  35095.     --enter statements to perform when no records are found such as...
  35096.     display dialog "Sorry, the item you selected could not be found."
  35097.     return
  35098. end try
  35099. All Packages
  35100. System 7 Tune-UpV
  35101. 6572X
  35102. 7.0.1OUDev.CD Apr 93
  35103. Dev.CD July 92
  35104. Dev.CD June 92
  35105. Dev.CD May 92
  35106. Dev.CD Apr 92
  35107. Dev.CD Mar 92PTDev.CD Apr 93
  35108. Dev.CD July 92
  35109. Dev.CD June 92
  35110. Dev.CD May 92
  35111. Dev.CD Apr 92
  35112. Dev.CD Mar 9V
  35113. 5233X
  35114. Apr 93
  35115. --set theItem to choose file -- uncomment to test in an AS editor
  35116.     tell application "Finder"
  35117.         open item "Dev.CD Apr 93
  35118. Dev.CD July 92
  35119. Dev.CD June 92
  35120. Dev.CD May 92
  35121. Dev.CD Apr 92
  35122. Dev.CD Mar 92"
  35123.         activate
  35124.     end tell
  35125. on error errMsg number errNum
  35126.     --enter statements to perform when no records are found such as...
  35127.     display dialog "Sorry, the item you selected could not be found."
  35128.     return
  35129. end try
  35130. All Packages
  35131. 7.0.1O*Dev.CD Oct 92
  35132. Dev.CD Sept 92
  35133. Dev.CD Aug 92P)Dev.CD Oct 92
  35134. Dev.CD Sept 92
  35135. Dev.CD Aug 9V
  35136. 5234X
  35137. Oct 92
  35138. Direct, JBindery
  35139. O4Dev.CD Dec 99 RL Disk 2:Technical Publications:java:P9Dev.CD Dec 99 RL Disk 2
  35140.  - Technical Publications
  35141.  - javarkeley
  35142. berkowitz
  35143. summary
  35144. allows
  35145. developer
  35146. monitor
  35147. summary
  35148. updates
  35149. mactcp
  35150. driver
  35151. correct
  35152. summary
  35153. versionedit
  35154. software
  35155. development
  35156. which
  35157. supercard@
  35158. support
  35159. support's@
  35160. sure@
  35161. sustains@
  35162. sys7@
  35163. system
  35164. system
  35165. software@
  35166. take@
  35167. taking@
  35168. talk@
  35169. tcp/ip/lpr@
  35170. technology@
  35171. terminology@
  35172. testing@
  35173. texttotypeintlcoerci@
  35174. than@
  35175. thanks@
  35176. apple@
  35177. appleshare
  35178. client
  35179. consists
  35180. routines
  35181. creat@
  35182. adobe
  35183. acrobat
  35184. reader
  35185. allows
  35186. navigate
  35187. thee@
  35188. there
  35189. three
  35190. different
  35191. samples
  35192. showing
  35193. variat@
  35194. theta@
  35195. think@
  35196. third-party@
  35197. describes
  35198. runtime
  35199. architecture
  35200. based
  35201. program
  35202. shows
  35203. composit
  35204. presentation
  35205. mp-digest-v3-132@
  35206. This Quick Reference will explain the basic functions of Disk Copy. More detail is provided in the Disk Copy Manual and Balloon Help.
  35207. Changes from Disk Copy 6.3.2
  35208.  Added support for accessing disk images with the Macintosh Compatibility Application of Mac OS X Server.
  35209. Changes from Disk Copy 6.3.1
  35210.  An issue that prevented accessing AppleShare file servers via Navigation Services dialogs has been corrected.
  35211.  Added support for making floppies from certain USB floppy drives.
  35212.  Various i
  35213. nterface improvements.
  35214. Changes from Disk Copy 6.3
  35215.  An issue that prevented making a read-only or read-only compressed image  from volumes that have data at the end of the volume has been corrected.
  35216. Changes from Disk Copy 6.2
  35217.  Added Navigation Services support.
  35218.  Added ability to duplicate a floppy.
  35219.  Added support for creating self-mounting images.
  35220.  Various improvements to AppleScript support.
  35221.  Fixed possible data loss issue when imaging a folder from an HFS+ volume.
  35222.  Imaging a fo
  35223. Summary:
  35224. Collection of Java Developer Documentation. 
  35225. Documentation topics include:
  35226. QuickTime For Java
  35227. Introduction to QuickTime for Java
  35228. Technical Overview
  35229. Cocoa
  35230. AppKit Reference
  35231. Enterprise Objects Framework
  35232. Foundation Reference
  35233. Java Tutorial
  35234. WebObjects and Java
  35235. Enterprise Objects Framework
  35236. Foundation Reference
  35237. Java Client
  35238. Mac OS Runtime for Java
  35239. MRJ Toolkit
  35240. JManager
  35241. JDirect
  35242. JBindery
  35243. JTimages:
  35244. java.html
  35245. MacOSandJava:
  35246. QTforJava:
  35247. WebObjectsandJava:
  35248. YellowBoxandJava:K
  35249. Mar 99L
  35250. Dec 99
  35251. QuickTime For Java, Yellow Box and Java, AppKit Reference, Enterprise Objects Framework, Foundation Reference, Java Tutorial, WebObjects and Java, Enterprise Objects Framework, Foundation Reference Java Client, Mac OS Runtime for Java, MRJ Toolkit, JManager, JDirect, JBindery
  35252. O4Dev.CD Dec 99 RL Disk 2:Technical Publications:java:P9Dev.CD Dec 99 RL Disk 2
  35253.  - Technical Publications
  35254.  - javaW
  35255. imple te
  35256. --set theItem to choose file -- uncomment to test in an AS editor
  35257.     tell application "Finder"
  35258.         open item "Dev.CD Dec 99 RL:Utilities:Disinfectant 3.7.1:"
  35259.         activate
  35260.     end tell
  35261. on error errMsg number errNum
  35262.     --enter statements to perform when no records are found such as...
  35263.     display dialog "Sorry, the item you selected could not be found."
  35264.     return
  35265. end try
  35266. n no records are found such as...
  35267.     display dialog "Sorry, the item you selected could not be found."
  35268.     return
  35269. end try
  35270. e    No Changeq
  35271. Dev.CD Feb 00 TC
  35272. All Packages
  35273. Hebrew Language KitO
  35274. Dev.CD May 96 TCP
  35275. Dev.CD May 96 TV
  35276. 4119X
  35277. May 96
  35278. Issue  3
  35279. Dev.CD Jul 95P
  35280. Dev.CD Jul 9V
  35281. 5203X
  35282. Jul 95
  35283. b--set theItem to choose file -- uncomment to test in an AS editor
  35284.     tell application "Finder"
  35285.         open item "Dev.CD Jul 95"
  35286.         activate
  35287.     end tell
  35288. on error errMsg number errNum
  35289.     --enter statements to perform when no records are found such as...
  35290.     display dialog "Sorry, the item you selected could not be found."
  35291.     return
  35292. end try
  35293. All Packages
  35294. 601 Processor Upgrade EnablerO
  35295. Dev.CD Jul 95P
  35296. Dev.CD Jul 9V
  35297. 5204X
  35298. Jul 95
  35299. b--set theItem to choose file -- uncomment to test in an AS editor
  35300.     tell application "Finder"
  35301.         open item "Dev.CD Jul 95"
  35302.         activate
  35303.     end tell
  35304. on error errMsg number errNum
  35305.     --enter statements to perform when no records are found such as...
  35306.     display dialog "Sorry, the item you selected could not be found."
  35307.     return
  35308. end try
  35309. All Packages
  35310. 601 Processor Upgrade EnablerO
  35311. Dev.CD Jul 95P
  35312. Dev.CD Jul 9V
  35313. 5205X
  35314. Jul 95
  35315. stoppinf
  35316. stoppinf
  35317. icons
  35318. revised
  35319. specifically
  35320. specification
  35321. specifications
  35322. specified
  35323. mounting
  35324. mountprojector
  35325. mounts
  35326. mountserver
  35327. mouse
  35328. mousedrag
  35329. mouseinfo
  35330. mouseresponders
  35331. movable
  35332. movablemodal
  35333.     --enter statements to perform when no records are found such as...
  35334.     display dialog "Sorry, the item you selected could not be found."
  35335.     return
  35336. end try
  35337.     return
  35338. end try
  35339. Next CDq
  35340. Dev.CD Dec 99 RL
  35341. D(All Packages
  35342. Reference Library Edition
  35343. develop Issue  5
  35344. 5911X
  35345. Dec 99^    RL Disk 1
  35346. --set theItem to choose file -- uncomment to test in an AS editor
  35347.     tell application "Finder"
  35348.         open item "Dev.CD Dec 99 RL Disk 1:Utilities:Disk Copy:"
  35349.         activate
  35350.     end tell
  35351. on error errMsg number errNum
  35352.     --enter statements to perform when no records are found such as...
  35353.     display dialog "Sorry, the item you selected could not be found."
  35354.     return
  35355. end try
  35356. e    No Changef
  35357. utilityq
  35358. Dev.CD Dec 99 RL Disk 1
  35359. D!All Packages
  35360. Tool Chest Edition
  35361. Disk I/O Performance Tools
  35362.     d button in the stacB{k which need to be localized. 
  35363. This package is System 7.0 compatible.
  35364. Issues: Minor HyperCard 2.0v2 bugs with System 7.0
  35365. HC Stack Localization Navig.imgK
  35366. Vol VIIM
  35367. HyperCard 2.0 for an unlocked copy on a hard disk. HyperCard 2.1 is required when running locked stacks and stacks on a CD-ROM.OIDev.CD Feb 00 TC:Tool Chest:Localization:HC Stack Localization Navigator:ge
  35368. ing to Print:  An Apple IIGS Printer Drive
  35369. All Packages
  35370. QuickDraw 3DO
  35371. Dev.CD Jan 96 SSWP
  35372. Dev.CD Jan 96 SSV
  35373. 6259X
  35374. Jan 96
  35375. f--set theItem to choose file -- uncomment to test in an AS editor
  35376.     tell application "Finder"
  35377.         open item "Dev.CD Jan 96 SSW"
  35378.         activate
  35379.     end tell
  35380. on error errMsg number errNum
  35381.     --enter statements to perform when no records are found such as...
  35382.     display dialog "Sorry, the item you selected could not be found."
  35383.     return
  35384. end try
  35385. All Packages
  35386. QuickDraw 3DO
  35387. Dev.CD Jun 97 SSWP
  35388. Dev.CD Jun 97 SSV
  35389. 6260X
  35390. Jun 97
  35391. f--set theItem to choose file -- uncomment to test in an AS editor
  35392.     tell application "Finder"
  35393.         open item "Dev.CD Jun 97 SSW"
  35394.         activate
  35395.     end tell
  35396. on error errMsg number errNum
  35397.     --enter statements to perform when no records are found such as...
  35398.     display dialog "Sorry, the item you selected could not be found."
  35399.     return
  35400. end try
  35401. All Packages
  35402. QuickDraw 3DO
  35403. Dev.CD Jun 97 SSWV
  35404. 6261X
  35405. QuickTime VR
  35406. IMPORTANT INFO ABOUT QUICKTIME VR
  35407. QuickTime 3 now incorporates both the QuickTime VR and QuickDraw 3D technologies into one convenient package.  In addition, the Sound Manager is also now part of the QuickTime 3 release.  All of these technologies and their respective SDK components are integrated into the QuickTime 3 SDK.
  35408. The QuickTime 3 SDK is now a retail product.  You can order the SDK through the Apple Store at:
  35409. http://www.apple.com/store
  35410. To get started,  you can go to the Develop
  35411. resedit
  35412. editor
  35413. 1.0b4
  35414. resedit
  35415. editor
  35416. resolvealias
  35417. resolvealias
  35418. rfc1332
  35419. rfc1334
  35420. rfc1334
  35421. authentication
  35422. rfc1378
  35423. rfc1378
  35424. rfc1570
  35425. rfc1570
  35426. rfc1618
  35427. rfc1618
  35428. rfc1661
  35429. rfc1661
  35430. rfc1662
  35431. rfc1662
  35432. richardson
  35433. rights
  35434. rinaldi
  35435. rincludes
  35436. roadmap
  35437.     Dzlder with less than 32MB of data from an HFS+ volume results in an HFS formatted volume.
  35438.  Various interface improvements.
  35439. J)Disk Copy
  35440. Disk Copy 6.3.3 Quick ReferenceK
  35441. Jan 97L
  35442. May 99N
  35443. Disk, Copy, utilityO,Dev.CD Dec 99 RL Disk 1:Utilities:Disk Copy:P1Dev.CD Dec 99 RL Disk 1
  35444.  - Utilities
  35445.  - Disk Copy      open item "Dev.CD Oct 93
  35446. Dev.CD Sep 93"
  35447.         activate
  35448.     end tell
  35449. on error errMsg number errNum
  35450.     --enter statements to perform when no records are found such as...
  35451.     display dialog "Sorry, the item you selected could not be found."
  35452.     return
  35453. end try
  35454. All Packages
  35455. Hardware System UpdateO
  35456. Dev.CD Jul 93
  35457. Dev.CD Apr 93P
  35458. Dev.CD Jul 93
  35459. Dev.CD Apr 9V
  35460. 4117X
  35461. Jul 93
  35462. newer features of the Palette Manager and the reasons you should use it. 
  35463. The Power of Macintosh Common Lisp  by Ruben Kleiman.   An introduction to the Macintosh Common Lisp development environment, highlighting its key features and strengths.
  35464. Vol IIIL
  35465. Jun 95
  35466. D!All Packages
  35467. Tool Chest Edition
  35468. QuickTime 4 for Mac and Windows
  35469. With a customer base of more than five million Mac and Windows users who downloaded the preview release, and a growing list of online publishers
  35470. including, most recently, Fox News Online, Fox Sports Online and The Weather Channel
  35471. QuickTime 4 is the hottest streaming technology on the Internet.
  35472. Over 17,000 software products are built with QuickTime, and 400 new QuickTime-enabled products are created every month. And more than 57% of websites that use video use QuickTime.
  35473. For more informatBjion on developing for QuickTime, please see the QuickTime web site, http://apple.com/quicktime/developers/
  35474. J/Mac 4.0.1 GM Install:
  35475. Windows 4.0.1 GM Install:K
  35476. Aug 94L
  35477. Aug 99N"QuickTime, video, streaming, audioO9Dev.CD Aug 99 TC:What's New?:System Software:QuickTime 4:PADev.CD Aug 99 TC
  35478.  - What's New?
  35479.  - System Software
  35480.  - QuickTime 4V
  35481. 6439X
  35482. Aug 99^
  35483. v--set theItem to choose file -- uncomment to test in an AS editor
  35484.     tell application "Finder"
  35485.         open item "Dev.CD Dec 96 SE
  35486. Dev.CD Nov 96 TC"
  35487.         activate
  35488.     end tell
  35489. on error errMsg number errNum
  35490.     --enter statements to perform when no records are found such as...
  35491.     display dialog "Sorry, the item you selected could not be found."
  35492.     return
  35493. end try
  35494. bigeasy2
  35495. bigeasy2
  35496. bigeasydialogs
  35497. bigeasydialogs
  35498. bigeasydialogs
  35499. bigeasygrafish
  35500. bigeasygrafish
  35501. bigeasygrafish
  35502. bigeasytextish
  35503. bigeasytextish
  35504. bigeasytextish
  35505. bigeasyutils
  35506. bigeasyutils
  35507. bigeasyutils
  35508. binhex
  35509. binhex
  35510. binhex
  35511. specs
  35512. bit-depth
  35513. interface
  35514. client
  35515. first
  35516. paper
  35517. papworkstation
  35518. papworkstation
  35519. parameters
  35520. parameters
  35521. parser
  35522. links
  35523. links
  35524. links
  35525. partmaker
  35526. partmaker
  35527. partmaker
  35528. readme
  35529. parts
  35530. pascal
  35531. pascal
  35532. sample
  35533. pasmatit
  35534. password
  35535. password
  35536. interface
  35537. patch
  35538. patches
  35539. 5300ramcard
  35540. Summary:  SCSI Monitor and IOTracer are performance tools designed to record and report information on file system and SCSI performance in a Macintosh environment.  This release includes bug fixes for System Software 7.5.3 and PCI-based Macintosh systems.
  35541.      SCSI Monitor reports aggregate information on disk I/O. It reports the number of disk reads and write operations performed, the number of sectors involved and the time taken to complete the operations.
  35542.  IOTracer collects trace da
  35543. ta on file system and driver reads and writes and other I/O related calls. An analysis tool is provided which inputs an IOTracer trace and outputs a summary of the I/O performance. IOTracer can also collect data on resource calls, which can give insight into the effect of application/system resource requests and disk I/O performance. 
  35544.      The information provided by these tools can provide an understanding of an application's disk I/O behavior and interaction with the system. It is also 
  35545. years
  35546. multimedia
  35547. developers
  35548. regarded
  35549. equilibrium's
  35550. forbidden
  35551. force
  35552. forcing
  35553. foreground
  35554. foreign
  35555. forever
  35556. forks
  35557. formally
  35558. format
  35559. format/compression
  35560. formatasdos
  35561. formats
  35562. formatted
  35563. formatting
  35564. formerly
  35565. formerly
  35566. appearance
  35567. contextual
  35568. menumanager
  35569. re's an introduction to the TCP/IP protocol suite, and a library of routines that make using MacTCP a (relative) breeze.
  35570. Print Hints from Luke & Zz: Color Printing with LaserWriter 6.0 Revisited  by Pete 
  35571.  Alexander.   A potential color printing problem, and s
  35572. utility
  35573. application
  35574. mount
  35575. disk-inserted
  35576. diskfiller
  35577. diskrestore
  35578. disks
  35579. diskscripts
  35580. disparate
  35581. display
  35582. display/context
  35583. displayaudit
  35584. displayed
  35585. displaying
  35586. displays
  35587. dispose
  35588. disposed
  35589. disposehandle
  35590. disposeresource
  35591. distances
  35592. distinguished
  35593. distinguishes
  35594. distinguishing
  35595. distribute
  35596. distributed
  35597. y be sent or retreived using URL Access function calls.  URL Access allows file:, http:, and ftp: based URLs.
  35598. MacFileSigning APIs allow the signing and verification of files using digital certificates.  It is possible to specify which portions of files are to be used to calculate the signature.
  35599. Any software using these libraries for the purpose of encryption will need to submit an application for one-time approval with the NSA/Commerce Department.
  35600. Applications:
  35601. Documents:
  35602. Examples:
  35603. Includes:
  35604. Libraries:
  35605. README
  35606. Security README
  35607. to System Folder:
  35608. to System Folder 8.5.1:
  35609. Utilities:K
  35610. Dec 99M
  35611. MacOS9, Power PC.N0Keychain, URL Access, Cryptography, File SigningOHDev.CD Dec 99 RL Disk 1:What's New:Development Kits:Mac OS:Security SDK:PSDev.CD Dec 99 RL Disk 1
  35612.  - What's New
  35613.  - Development Kits
  35614.  - Mac OS
  35615.  - Security SDK
  35616. update
  35617. translation
  35618. manager
  35619. 7PqDev.CD July 92
  35620. Dev.CD June 92
  35621. Dev.CD May 92
  35622. Dev.CD Apr 92
  35623. Dev.CD Mar 92
  35624. Dev.CD Feb 92
  35625. Dev.CD Jan 92
  35626. Dev.CD Vol. XV
  35627. 5246X
  35628. July 9
  35629. --set theItem to choose file -- uncomment to test in an AS editor
  35630.     tell application "Finder"
  35631.         open item "Dev.CD July 92
  35632. Dev.CD June 92
  35633. Dev.CD May 92
  35634. Dev.CD Apr 92
  35635. Dev.CD Mar 92
  35636. Dev.CD Feb 92
  35637. Dev.CD Jan 92
  35638. Dev.CD Vol. XI"
  35639.         activate
  35640.     end tell
  35641. on error errMsg number errNum
  35642.     --enter statements to perform when no records are found such as...
  35643.     display dialog "Sorry, the item you selected could not be found."
  35644.     return
  35645. end try
  35646. All Packages
  35647. 7.0.1OrDev.CD July 92
  35648. Dev.CD June 92
  35649. Dev.CD May 92
  35650. Dev.CD Apr 92
  35651. Dev.CD Mar 92
  35652. Dev.CD Feb 92
  35653. Dev.CD Jan 92
  35654. Dev.CD Vol. XIPqDev.CD July 92
  35655. Dev.CD June 92
  35656. Dev.CD May 92
  35657. Dev.CD Apr 92
  35658. Dev.CD Mar 92
  35659. Dev.CD Feb 92
  35660. Dev.CD Jan 92
  35661. Dev.CD Vol. XV
  35662. 5247X
  35663. July 9
  35664. end try
  35665. e    No Changeq
  35666. Dev.CD Feb 00 TC
  35667. All Packages
  35668. F$Taiwan Chinese Font Option Kit 6.0.3V
  35669. 4993X
  35670. All Packages
  35671. 7.1OEDev.CD Apr 94
  35672. Dev.CD Jan 94
  35673. Dev.CD Oct 93
  35674. Dev.CD Jul 93
  35675. Dev.CD Apr 93PDDev.CD Apr 94
  35676. Dev.CD Jan 94
  35677. Dev.CD Oct 93
  35678. Dev.CD Jul 93
  35679. Dev.CD Apr 9V
  35680. 5274X
  35681. Apr 94
  35682. --set theItem to choose file -- uncomment to test in an AS editor
  35683.     tell application "Finder"
  35684.         open item "Dev.CD Apr 94
  35685. Dev.CD Jan 94
  35686. Dev.CD Oct 93
  35687. Dev.CD Jul 93
  35688. Dev.CD Apr 93"
  35689.         activate
  35690.     end tell
  35691. on error errMsg number errNum
  35692.     --enter statements to perform when no records are found such as...
  35693.     display dialog "Sorry, the item you selected could not be found."
  35694.     return
  35695. end try
  35696. All Packages
  35697. 7.1OEDev.CD Apr 94
  35698. Dev.CD Jan 94
  35699. Dev.CD Oct 93
  35700. Dev.CD Jul 93
  35701. Dev.CD Apr 93PDDev.CD Apr 94
  35702. Dev.CD Jan 94
  35703. Dev.CD Oct 93
  35704. Dev.CD Jul 93
  35705. Dev.CD Apr 9V
  35706. 5275X
  35707. Apr 94
  35708. ounterpart
  35709. counterparts
  35710. countersQ
  35711. counting
  35712. country
  35713. couple
  35714. course
  35715. courses
  35716. courseware
  35717. covered
  35718. Dev.CD Oct 96 SSWP
  35719. Dev.CD Oct 96 SSV
  35720. 5515X
  35721. Oct 96
  35722. f--set theItem to choose file -- uncomment to test in an AS editor
  35723.     tell application "Finder"
  35724.         open item "Dev.CD Oct 96 SSW"
  35725.         activate
  35726.     end tell
  35727. on error errMsg number errNum
  35728.     --enter statements to perform when no records are found such as...
  35729.     display dialog "Sorry, the item you selected could not be found."
  35730.     return
  35731. end try
  35732. All Packages
  35733. 7.5.3O
  35734. Dev.CD Oct 96 SSWP
  35735. Dev.CD Oct 96 SSV
  35736. 5516X
  35737. Oct 96
  35738. f--set theItem to choose file -- uncomment to test in an AS editor
  35739.     tell application "Finder"
  35740.         open item "Dev.CD Oct 96 SSW"
  35741.         activate
  35742.     end tell
  35743. on error errMsg number errNum
  35744.     --enter statements to perform when no records are found such as...
  35745.     display dialog "Sorry, the item you selected could not be found."
  35746.     return
  35747. end try
  35748. All Packages
  35749. 7.5.3O"Dev.CD Dec 96 SE
  35750. Dev.CD Oct 96 SSWP!Dev.CD Dec 96 SE
  35751. Dev.CD Oct 96 SSV
  35752. 5517X
  35753. Dec 96
  35754. useful for tuning an application with respect to disk I/O performance. A disk I/O test program called 'BlockReader' is also included.
  35755. JBBlockReader 1.0
  35756. IOTracer 6.0
  35757. IOTracer Analyzer 1.0
  35758. SCSIMonitor 4.0K
  35759. Jun 95L
  35760. May 96M
  35761. System 7.0N
  35762. SCSI, Disk I/O, PerformanceODDev.CD Feb 00 TC:Tool Chest:Devices:SCSI:Disk I/O Performance Tools:PODev.CD Feb 00 TC
  35763.  - Tool Chest
  35764.  - Devices
  35765.  - SCSI
  35766.  - Disk I/O Performance Toolsickdraw GX Init Update:GXGraphics 1.1.6 init:PdDev.CD Apr 98 SDK2
  35767.  - Development Kits (Disc 2)
  35768.  - Quickdraw GX Init Update
  35769.  - GXGraphics 1.1.6 initV
  35770. 4113X
  35771. Apr 98^
  35772. 5912X
  35773. Feb 00^
  35774. --set theItem to choose file -- uncomment to test in an AS editor
  35775.     tell application "Finder"
  35776.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:SCSI:Disk I/O Performance Tools:"
  35777.         activate
  35778.     end tell
  35779. on error errMsg number errNum
  35780.     --enter statements to perform when no records are found such as...
  35781.     display dialog "Sorry, the item you selected could not be found."
  35782.     return
  35783. end try
  35784. e    No Changef
  35785. Disk I/O
  35786. Performanceq
  35787. Dev.CD Feb 00 TC
  35788. D!All Packages
  35789. Tool Chest Edition
  35790. DiskFiller
  35791.      will be supported in future versions.
  35792. Documents
  35793. Release Notes
  35794. ToolsK
  35795. May 95L
  35796. Oct 95M_QuickDraw GX. The "About the GXifier" document can be opened in SimpleText if GX is installed.
  35797. GX Fonts, GX TypographyO5Dev.CD Feb 00 TC:Tool Chest:QuickDraw GX:GXifier 1.1:P=Dev.CD Feb 00 TC
  35798.  - Tool Chest
  35799.  - QuickDraw GX
  35800.  - GXifier 1.1V
  35801. 4114X
  35802. Feb 00^
  35803. # on earth are discussed.
  35804. Print Hints From Luke & Zz: Help for Your Dialog Appendages  
  35805. represented
  35806. representing
  35807. represents
  35808. reprinting
  35809. reproduced
  35810. reproduction
  35811. request
  35812. requested
  35813. requests
  35814. requies
  35815. require
  35816. required
  35817. requiredfindercolors
  35818. apple
  35819. chinese
  35820. handwriting
  35821. resale
  35822. research
  35823. researching
  35824. resedit
  35825. reserve
  35826. reserved
  35827. reside
  35828. resizable
  35829. resize
  35830. resizeable
  35831. resolution
  35832. resolutions
  35833. resolve
  35834. resolvealiastopath
  35835. resolving
  35836. resource
  35837. O\Dev.CD Jan 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Sample Code:ProfileRenamer:PjDev.CD Jan 00 SDK1
  35838.  - Development Kits
  35839.  - Mac OS
  35840.  - ColorSync 3.0 Mac SDK
  35841.  - Sample Code
  35842.  - ProfileRenamer
  35843. laserwriteriisc
  35844. RO"Dev.CD Dec 96 SE
  35845. Dev.CD Oct 96 SSWP!Dev.CD Dec 96 SE
  35846. Dev.CD Oct 96 SSV
  35847. 5529X
  35848. Dec 96
  35849. w--set theItem to choose file -- uncomment to test in an AS editor
  35850.     tell application "Finder"
  35851.         open item "Dev.CD Dec 96 SE
  35852. Dev.CD Oct 96 SSW"
  35853.         activate
  35854.     end tell
  35855. on error errMsg number errNum
  35856.     --enter statements to perform when no records are found such as...
  35857.     display dialog "Sorry, the item you selected could not be found."
  35858.     return
  35859. end try
  35860. All Packages
  35861. 7.5.3O
  35862. Dev.CD Nov 96 TCP
  35863. Dev.CD Nov 96 TV
  35864. 5530X
  35865. Nov 96
  35866. e--set theItem to choose file -- uncomment to test in an AS editor
  35867.     tell application "Finder"
  35868.         open item "Dev.CD Nov 96 TC"
  35869.         activate
  35870.     end tell
  35871. on error errMsg number errNum
  35872.     --enter statements to perform when no records are found such as...
  35873.     display dialog "Sorry, the item you selected could not be found."
  35874.     return
  35875. end try
  35876. All Packages
  35877. 7.5.3O
  35878. Dev.CD Nov 96 TCP
  35879. Dev.CD Nov 96 TV
  35880. 5531X
  35881. opportunity
  35882. opposite
  35883. optimal
  35884. optimization
  35885. optimizations
  35886. optimize
  35887. optimized
  35888. optimizer
  35889. optimizing
  35890. optimum
  35891. option
  35892. optional
  35893. Summary:  These two applications, Remote Control and Server Controller, allow the owner of a Macintosh to start or stop the file server running on that Macintosh using another Macintosh at another location on the network. They provide an example of applications using asynchronous PPC Toolbox code for communications, and of a faceless background-only application used as agent to control remote system.
  35894. All source Metrowerks Pascal code for both programs is included. Built using the UnversalB
  35895.  Interfaces version 2.0.
  35896. Note: the functionality provided by these applications can be easily duplicated with the scriptable Finder and AppleScript.
  35897. MW Remote Control.
  35898. MW Server Controller.
  35899. Remote Control
  35900. Remote Control.p
  35901. Remote Control.rsrc
  35902. Server Controller
  35903. Server Controller.p
  35904. Server Controller.rsrc
  35905. Server Remote Control Read Me
  35906. ServerControlIntf.pK
  35907. Aug 95M
  35908. Metrowerks Pascal 6OUDev.CD Feb 00 TC:Tool Chest:Interapplication Communication:Server Remote Control 1.1:use CopyMask an
  35909. 5913X
  35910. Feb 00^
  35911. --set theItem to choose file -- uncomment to test in an AS editor
  35912.     tell application "Finder"
  35913.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Stress testing tools:"
  35914.         activate
  35915.     end tell
  35916. on error errMsg number errNum
  35917.     --enter statements to perform when no records are found such as...
  35918.     display dialog "Sorry, the item you selected could not be found."
  35919.     return
  35920. end try
  35921. e    No Changef
  35922. Utility
  35923. Low Disk Spaceq
  35924. Dev.CD Feb 00 TC
  35925. D!All Packages
  35926. Tool Chest Edition
  35927. Display Card 4
  35928. Summary: This training stack gives a general overview of the technology and features of the 4/8 bit video card and the 8/24 bit video card. J
  35929. Display Card 4
  35930. Vol IIIONDev.CD Nov 99 TC:Tool Chest:Hardware:Display & Video Hardware:Display Card 4
  35931. 8PYDev.CD Nov 99 TC
  35932.  - Tool Chest
  35933.  - Hardware
  35934.  - Display & Video Hardware
  35935.  - Display Card 4
  35936. 5914X
  35937. Nov 99^
  35938. All Packages
  35939. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  35940. Dev.CD Jan 94
  35941. Dev.CD Oct 93P(Dev.CD Apr 94
  35942. Dev.CD Jan 94
  35943. Dev.CD Oct 9V
  35944. 6783X
  35945. Apr 94
  35946. ~--set theItem to choose file -- uncomment to test in an AS editor
  35947.     tell application "Finder"
  35948.         open item "Dev.CD Apr 94
  35949. Dev.CD Jan 94
  35950. Dev.CD Oct 93"
  35951.         activate
  35952.     end tell
  35953. on error errMsg number errNum
  35954.     --enter statements to perform when no records are found such as...
  35955.     display dialog "Sorry, the item you selected could not be found."
  35956.     return
  35957. end try
  35958. All Packages
  35959. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  35960. Dev.CD Jan 94
  35961. Dev.CD Oct 93
  35962. Dev.CD Jul 93P6Dev.CD Apr 94
  35963. Dev.CD Jan 94
  35964. Dev.CD Oct 93
  35965. Dev.CD Jul 9V
  35966. 6784X
  35967. Apr 94
  35968. display
  35969. display
  35970. display
  35971. device
  35972. driver
  35973. guide
  35974. displaymanager
  35975. displaymanager
  35976. distributors/localiz
  35977. All Packages
  35978. QuickDraw GXO
  35979. Dev.CD Apr 95
  35980. Dev.CD Jan 95P
  35981. Dev.CD Apr 95
  35982. Dev.CD Jan 9V
  35983. 6314X
  35984. Apr 95
  35985. p--set theItem to choose file -- uncomment to test in an AS editor
  35986.     tell application "Finder"
  35987.         open item "Dev.CD Apr 95
  35988. Dev.CD Jan 95"
  35989.         activate
  35990.     end tell
  35991. on error errMsg number errNum
  35992.     --enter statements to perform when no records are found such as...
  35993.     display dialog "Sorry, the item you selected could not be found."
  35994.     return
  35995. end try
  35996. All Packages
  35997. QuickDraw GXO
  35998. Dev.CD Apr 95
  35999. Dev.CD Jan 95P
  36000. Dev.CD Apr 95
  36001. Dev.CD Jan 9V
  36002. 6315X
  36003. Apr 95
  36004. p--set theItem to choose file -- uncomment to test in an AS editor
  36005.     tell application "Finder"
  36006.         open item "Dev.CD Apr 95
  36007. Dev.CD Jan 95"
  36008.         activate
  36009.     end tell
  36010. on error errMsg number errNum
  36011.     --enter statements to perform when no records are found such as...
  36012.     display dialog "Sorry, the item you selected could not be found."
  36013.     return
  36014. end try
  36015. Summary:  DiskFiller is a little utility that allows users to instantly fill any mounted disk.  This is incredibly useful for testing low-disk-space conditions.  You no longer have to duplicate file after file to fill your hard disk.
  36016.   It creates a file on the root level of the filled disk called "Filler".  To free the space, the user can throw away the "Filler" file.
  36017. Features:  Allows user to specify disk to fill, and how much space (in bytes or in kbytes) to leave free.  This way you caBOn test various amounts of low disk space.
  36018. Issues:  Only tested under System 7.
  36019. Stress testing tools.imgK
  36020. Apr 94N
  36021. Utility, Tool, Low Disk SpaceOEDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Stress testing tools:PMDev.CD Feb 00 TC
  36022.  - Tool Chest
  36023.  - Testing & Debugging
  36024.  - Stress testing toolslities in your application with virtually no effort.
  36025. Tracks: A New Tool for Debugging Drivers  by Brad Lowe.  Debugging device drivers is a pain. This tool provides an easy way to log informat
  36026. Deletedq
  36027. Dev.CD Nov 99 TC
  36028. D!All Packages
  36029. Mac OS SDK Edition
  36030. Display Manager SDKI
  36031. This development kit has the information you will need to begin taking advantage of the Display Manger API.  Software licensing information for the Display Manager extension can be found at <http://developer.apple.com/mkt/swl/>.J&DisplayManager.pdf
  36032. Read Me
  36033. Sample CodeK
  36034. Sep 95L
  36035. Jan 00M
  36036. Mac OS 7.1 or laterN9Display Manager, Resolution, Screen, Monitor, Pixel DepthO?Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Display Manager SDK:PGDev.CD Jan 00 SDK1
  36037.  - Development Kits
  36038.  - Mac OS
  36039.  - Display Manager SDKV
  36040. 5915X
  36041. Jan 00^
  36042. #//ftp.apple.com/developer/Development_Kits/Display_Manager_SDK.sit.hqx
  36043. as...
  36044.     display dialog "Sorry, the item you selected could not be found."
  36045.     return
  36046. end try
  36047. e    No Changef
  36048. OT/PPP. Open Transport
  36049. Dev.CD Feb 00 TC
  36050. All Packages
  36051. GetSetOptionsV
  36052. 4111X
  36053. f--set theItem to choose file -- uncomment to test in an AS editor
  36054.     tell application "Finder"
  36055.         open item "Dev.CD Apr 96 SSW"
  36056.         activate
  36057.     end tell
  36058. on error errMsg number errNum
  36059.     --enter statements to perform when no records are found such as...
  36060.     display dialog "Sorry, the item you selected could not be found."
  36061.     return
  36062. end try
  36063. ted could not be found."
  36064.     return
  36065. end try
  36066. manager's
  36067. manager-related
  36068. manually
  36069. manuals
  36070. manufactured
  36071. manufacturers
  36072. --set theItem to choose file -- uncomment to test in an AS editor
  36073.     tell application "Finder"
  36074.         open item "Dev.CD Vol. IX
  36075. Dev.CD Vol. VIII
  36076. Dev.CD Vol. VII"
  36077.         activate
  36078.     end tell
  36079. on error errMsg number errNum
  36080.     --enter statements to perform when no records are found such as...
  36081.     display dialog "Sorry, the item you selected could not be found."
  36082.     return
  36083. end try
  36084. allow you to manage telephones, and in particular to establish or control connections between teleD
  36085. phones on a telephone network). You can use the Telephone Manager to develop a wide range of applications, including screen-based telephone dialers, computer-based answering-machines, call forwarders, and so forth.
  36086. Jh Read Me First!
  36087. Adv Color Imaging on the Mac OS:
  36088. Apple Game Sprockets:
  36089. IM-Telephony:
  36090. Speech Recognition:K
  36091. Feb 97OZDev.CD Sep 97 RL:Technical Documentation:Toolbox Assistant:QuickView Databases-Standalone:
  36092. 1992-1995
  36093. All Packages
  36094. System Enabler 003 (LC III)OEDev.CD Apr 94
  36095. Dev.CD Jan 94
  36096. Dev.CD Oct 93
  36097. Dev.CD Jul 93
  36098. Dev.CD Apr 93PDDev.CD Apr 94
  36099. Dev.CD Jan 94
  36100. Dev.CD Oct 93
  36101. Dev.CD Jul 93
  36102. Dev.CD Apr 9V
  36103. 6668X
  36104. Apr 94
  36105. --set theItem to choose file -- uncomment to test in an AS editor
  36106.     tell application "Finder"
  36107.         open item "Dev.CD Apr 94
  36108. Dev.CD Jan 94
  36109. Dev.CD Oct 93
  36110. Dev.CD Jul 93
  36111. Dev.CD Apr 93"
  36112.         activate
  36113.     end tell
  36114. on error errMsg number errNum
  36115.     --enter statements to perform when no records are found such as...
  36116.     display dialog "Sorry, the item you selected could not be found."
  36117.     return
  36118. end try
  36119. All Packages
  36120. System Enabler 003 (LC III)O7Dev.CD Apr 94
  36121. Dev.CD Jan 94
  36122. Dev.CD Oct 93
  36123. Dev.CD Jul 93P6Dev.CD Apr 94
  36124. Dev.CD Jan 94
  36125. Dev.CD Oct 93
  36126. Dev.CD Jul 9V
  36127. 6669X
  36128. Apr 94
  36129. --set theItem to choose file -- uncomment to test in an AS editor
  36130.     tell application "Finder"
  36131.         open item "Dev.CD Apr 94
  36132. Dev.CD Jan 94
  36133. Dev.CD Oct 93
  36134. Dev.CD Jul 93"
  36135.         activate
  36136.     end tell
  36137. on error errMsg number errNum
  36138.     --enter statements to perform when no records are found such as...
  36139.     display dialog "Sorry, the item you selected could not be found."
  36140.     return
  36141. end try
  36142. 7.5.5
  36143. 7.6.1
  36144. 7100/66
  36145. 7100/80
  36146. 711702111
  36147. 73007200/1207200/906
  36148. 730513255
  36149. terence
  36150. terminal
  36151. terminology
  36152. terms
  36153. ternasky
  36154. tesample
  36155. estgestalt
  36156. automate
  36157. automated
  36158. automates
  36159. automatic
  36160. automatically
  36161. automating
  36162. automation
  36163. autoversioning
  36164. auxiliary
  36165. available
  36166. avitzur
  36167. avoid
  36168. avoided
  36169. avoiding
  36170. axsom's
  36171. ayala
  36172. backbone
  36173. backflips
  36174. background
  36175. background-only
  36176. e    No Changeq
  36177. Dev.CD Feb 00 TC
  36178. D!All Packages
  36179. Tool Chest Edition
  36180. Sample Code - QuickTime
  36181. (** = new, * = revised)
  36182. ChromaKeyMovie:  Chromakey Movie is a simple application which is designed to show alternative approaches to removing a color from a QuickTime movie while it is playing and allowing a separate image to be displayed in the removed regions. It demonstrates several features available in QuickTime and Color QuickDraw.
  36183. DTS QT Utilities.Aug-95:  This is a collection of useful QuickTime functions and applications. Consult the documentation inside the Documentation foldere
  36184. editor
  36185. stack
  36186. 1.0b3
  36187. resedit
  36188. template
  36189. aetracker
  36190. aetracker
  36191. aetracker
  36192. aetracker
  36193. monitor
  36194. aetracker
  36195. aeusertermtypes
  36196. aeusertermtypes
  36197. resource
  36198. protocol
  36199. agent
  36200. manual
  36201. changes
  36202. readme
  36203. alchemist
  36204. alerts
  36205. --set theItem to choose file -- uncomment to test in an AS editor
  36206.     tell application "Finder"
  36207.         open item "Dev.CD Nov 99 TC:Tool Chest:Hardware:Display & Video Hardware:Display Card 4
  36208.         activate
  36209.     end tell
  36210. on error errMsg number errNum
  36211.     --enter statements to perform when no records are found such as...
  36212.     display dialog "Sorry, the item you selected could not be found."
  36213.     return
  36214. end try
  36215. e file -- uncomment to test in an AS editor
  36216.     tell application "Finder"
  36217.         open item "Dev.CD Feb 00 TC:Tool Chest:Toolbox:GetHelpStrings:"
  36218.         activate
  36219.     end tell
  36220. on error errMsg number errNum
  36221.     --enter statements to perform when no records are found such as...
  36222.     display dialog "Sorry, the item you selected could not be found."
  36223.     return
  36224. end try
  36225. e    No Changef8balloon help
  36226. finder help strings
  36227. spinning cursors
  36228. acurq
  36229. Dev.CD Feb 00 TC
  36230. D!All Packages
  36231. Tool Chest Edition
  36232. GetPPPStatuseliver specialized information to the Marketi
  36233. 6504X
  36234. Feb 00^
  36235. --set theItem to choose file -- uncomment to test in an AS editor
  36236.     tell application "Finder"
  36237.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:SlideShow:"
  36238.         activate
  36239.     end tell
  36240. on error errMsg number errNum
  36241.     --enter statements to perform when no records are found such as...
  36242.     display dialog "Sorry, the item you selected could not be found."
  36243.     return
  36244. end try
  36245. New PackagefAJava Tutorial
  36246. Introduction to Java Programming
  36247. Learning Java
  36248. Javaq
  36249. Dev.CD Feb 00 TC
  36250. "D!All Packages
  36251. Tool Chest Edition
  36252. F    Slot LookINSlot Look: Sample Application source code showing common Slot Manager calls.  J[Slot Look info
  36253. Slot Look info.txt
  36254. Slotlook
  36255. Slotlook.c
  36256. Slotlook.c.o
  36257. Slotlook.make
  36258. Slotlook.rK
  36259. Oct 92OADev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:Slot Look:PLDev.CD Feb 00 TC
  36260.  - Tool Chest
  36261.  - Devices
  36262.  - NuBus/Slot Manager
  36263.  - Slot LookV
  36264. 6505X
  36265. Feb 00^
  36266. sample
  36267. certain
  36268. kinds
  36269. sample
  36270. illustrating
  36271. scrolling
  36272. controls
  36273. sample
  36274. showing
  36275. asynchronously
  36276. record
  36277. sound
  36278. sample
  36279. accompany
  36280. chapter
  36281. introduction
  36282. sample
  36283. demonstrate
  36284. append
  36285. sample
  36286. illustrating
  36287. techniques
  36288. sample
  36289. program
  36290. demonstrating
  36291. write
  36292. sample
  36293. program
  36294. demonstrate
  36295. direct
  36296. access
  36297. ether
  36298. samplefilter
  36299. samplerateavail
  36300. samples
  36301. samplesndplay
  36302. sanctioned
  36303. sanity
  36304. sanskrit
  36305. satisfy
  36306. satisfying
  36307. saturate
  36308. saved
  36309. saved-off
  36310. savedpapfilexx
  36311. scott
  36312. scrambling
  36313. scrap
  36314. ------------->:
  36315. ----------->:
  36316. 68K Static Libraries:
  36317. Documentation:
  36318. Headers:
  36319. Place in Extensions Folder:
  36320. Place in System Folder:
  36321. Read Me
  36322. Sample Code:
  36323. Stub Libraries:
  36324. Text Encoding Converter
  36325. Text Encodings:K
  36326. Dec 97L
  36327. Dec 99M
  36328. Mac OS 7.6.1 or laterNHText Encoding Converter, TEC, Unicode, charset, character encoding, MIMEOWDev.CD Dec 99 RL Disk 1:What's New:Development Kits:Mac OS:Text Encoding Converter 1.5:PbDev.CD Dec 99 RL Disk 1
  36329.  - What's New
  36330.  - Development Kits
  36331.  - Mac OS
  36332.  - Text Encoding Converter 1.5ion
  36333. Publications
  36334. Technical Publications
  36335. Techpubs
  36336. documentation
  36337. Hardwareo.http://developer.apple.com/techpubs/index.htmlq
  36338. Dev.CD Feb 00 TC
  36339. D!All Packages
  36340. Mac OS SDK Edition
  36341. DeveloperDocumentation: Carbon
  36342. GJoAppleTalk Administration 1.0.2
  36343. AppleTalk Connection 1.0.2
  36344. Overview - AppleTalk s/w
  36345. Overview - AppleTalk s/w.txtK
  36346. Aug 93M
  36347. System 7 for the SNMP softwareN
  36348. AppleTalk, SNMP, networkingOBDev.CD Feb 00 TC:Tool Chest:Networking:SNMP:AppleTalk SW for SNMP:PMDev.CD Feb 00 TC
  36349.  - Tool Chest
  36350.  - Networking
  36351.  - SNMP
  36352.  - AppleTalk SW for SNMPV
  36353. 5774X
  36354. Feb 00^
  36355. --set theItem to choose file -- uncomment to test in an AS editor
  36356.     tell application "Finder"
  36357.         open item "Dev.CD Feb 00 TC:Tool Chest:Networking:SNMP:AppleTalk SW for SNMP:"
  36358.         activate
  36359.     end tell
  36360. on error errMsg number errNum
  36361.     --enter statements to perform when no records are found such as...
  36362.     display dialog "Sorry, the item you selected could not be found."
  36363.     return
  36364. end try
  36365. e    No Changef
  36366. AppleTalk
  36367. networkingq
  36368. Dev.CD Feb 00 TC
  36369. HD!All Packages
  36370. Mac OS SDK Edition
  36371. AppleTalk Wide Area
  36372.     lasses
  36373. window
  36374. layers
  36375. window
  36376. manager
  36377. windows
  36378. world
  36379. world
  36380. e    No Changef5Display Manager
  36381. Resolution
  36382. Screen
  36383. Monitor
  36384. Pixel DepthoJftp://ftp.apple.com/developer/Development_Kits/Display_Manager_SDK.sit.hqxq
  36385. Dev.CD Jan 00 SDK1
  36386. D!All Packages
  36387. Tool Chest Edition
  36388. DisposeResource 2.0
  36389. Summary:  DisposeResource is an extension that catches a common programming error: passing a resource handle to DisposeHandle.
  36390. Version 2.0 correctly deals with ROM resource handles. This avoids an erroneous report during boot with Sound Manager 3.1 installed.
  36391. Memory Management.imgK
  36392. Sep 92L
  36393. Sep 95N*DisposeResource debugging resource handlesOBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD Feb 00 TC
  36394.  - Tool Chest
  36395.  - Testing & Debugging
  36396.  - Memory ManagementV
  36397. 5916X
  36398. Feb 00^
  36399. #ropped onto this application.  Put those help strings into a text file.
  36400.     No Change
  36401. --set theItem to choose file -- uncomment to test in an AS editor
  36402.     tell application "Finder"
  36403.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Display Manager SDK:"
  36404.         activate
  36405.     end tell
  36406. on error errMsg number errNum
  36407.     --enter statements to perform when no records are found such as...
  36408.     display dialog "Sorry, the item you selected could not be found."
  36409.     return
  36410. end try
  36411. to the ROM.  
  36412. J'Sample Code.img
  36413. Windows Sample Code.imgK
  36414. Oct 98M
  36415. Requires CodeWarrior Pro v3.0 IDE to open the project file.
  36416. The program requires Open Transport 1.1.1 or greater, however, the program can be modified to remove the OT dependency.N2Ethernet built-in, Enet Address, Burned-in AddressO
  36417. Dev.CD Feb 00 TC:Sample Code:P
  36418. Dev.CD Feb 00 TC
  36419.  - Sample Code
  36420. to post public messages to the network.
  36421. Talking Heads:  Startup document that allow you to "talk" with others in your network.  Files can be transferred between users.
  36422. TalkTool:  TalkTool is an MPW tool that allows you to use several protocols over AppleTalk.  It can send DDP, ATP, and Echo packets, and you can register names, get the zone list, and view names registered in the network
  36423. TCP:  Includes two MPW Tools, TCPSend and TCPReceive, that demonstrate a very simple establishment of 
  36424. a TCP connection and sending a text string over that connection. An API library of all the MacCTB driver and DNR calls is also included.
  36425. TCP Server:  This client/server sample uses MacTCP to implement a simple "greeting" server.  The server opens up several listeners on kGreetingPort (1235).
  36426. TCPClose:  This snippet shows how to close a connection gracefully without causing errors or forcing aborts on either the local or remote end.
  36427. testNBP:  Test program to demonstrate case insensitivit
  36428. This sample demonstrates how to create a QuickTime movie with a video effect as a transition from one picture to another. This project differs from the QTShowEffect sample code it is based on in that it allows the user to create the effect "by hand" e.g. without the aid of the standard QuickTime effects parameter dialog box. Instead, the program itself builds the correct effects parameter description atoms.
  36429. JeappRsrc.rsrc
  36430. main.c
  36431. main.h
  36432. Movie File.mov
  36433. QTEffects
  36434. QTEffects Project
  36435. QTEffects.c
  36436. QTEffects.h
  36437. READ MEK
  36438. Dec 99M QuickTime 4, Mac OS 7.1 or laterN
  36439. QuickTime, effectsOKDev.CD Dec 99 RL Disk 1:What's New:Sample Code:QuickTime:QTEffects Explode:PVDev.CD Dec 99 RL Disk 1
  36440.  - What's New
  36441.  - Sample Code
  36442.  - QuickTime
  36443.  - QTEffects Explodele
  36444. tablet
  36445. color
  36446. tanzania
  36447. tcp/ip
  36448. tcp/ip
  36449. appletalk
  36450. reconfiguration
  36451. network
  36452. setup
  36453. ottcpwilldial
  36454. tcp/ip
  36455. search
  36456. technical
  36457. updated sample on this CD for important changes. Here's the path to the sample:
  36458.   :Programming Stuff:Sample Code:Printing Samples:
  36459.    Printer Drivers
  36460. :LaserWriterIIsc (New GX v1.1)
  36461. Also, due to time constraints, we did not have time to recompile all the code samples on this CD using the latest version of the interfaces and libraries.  Nevertheless, the "QuickDraw GX shell" sample (which can be found at the path :Programming Stuff:Sample Code:General QDGX App Samples:QuickDraw GX Shell 
  36462. :)F@ has been re-built successfully using Think, MPW and Metrowerks.
  36463. Documents
  36464. Goodies
  36465. Ideas, Opportunities, and Info
  36466. Open Me First
  36467. Programming Stuff
  36468. QuickDraw GX Init Update
  36469. QuickDraw
  36470.  GX - Read Me FirstK
  36471. Aug 95L
  36472. Jan 97N
  36473. QuickDraw GX, GraphicsOHDev.CD Jan 00 SDK2:Development Kits:
  36474.  Obsolete/Unsupported:QuickDraw GX:PPDev.CD Jan 00 SDK2
  36475.  - Development Kits
  36476.  Obsolete/Unsupported
  36477.  - QuickDraw GX shows how to convert strings between encodings and perform other operations with string o
  36478. f--set theItem to choose file -- uncomment to test in an AS editor
  36479.     tell application "Finder"
  36480.         open item "Dev.CD Jan 96 SSW"
  36481.         activate
  36482.     end tell
  36483. on error errMsg number errNum
  36484.     --enter statements to perform when no records are found such as...
  36485.     display dialog "Sorry, the item you selected could not be found."
  36486.     return
  36487. end try
  36488. de, CFHash, compare, CFComparatorFunction, CFComparisonResult, CFEqual, CFRange, Bundle Services, CFBundle.h, CFBundle, bundle, main bundle, resources, resource management, localization, internationalization, cross-platform, application package, Applic
  36489. OsDev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:corefoundation:
  36490. --set theItem to choose file -- uncomment to test in an AS editor
  36491.     tell application "Finder"
  36492.         open item "Dev.CD Apr 94
  36493. Dev.CD Jan 94
  36494. Dev.CD Oct 93
  36495. Dev.CD Jul 93
  36496. Dev.CD Apr 93"
  36497.         activate
  36498.     end tell
  36499. on error errMsg number errNum
  36500.     --enter statements to perform when no records are found such as...
  36501.     display dialog "Sorry, the item you selected could not be found."
  36502.     return
  36503. end try
  36504. --set theItem to choose file -- uncomment to test in an AS editor
  36505.     tell application "Finder"
  36506.         open item "Dev.CD Apr 94
  36507. Dev.CD Jan 94
  36508. Dev.CD Oct 93
  36509. Dev.CD Jul 93
  36510. Dev.CD Apr 93"
  36511.         activate
  36512.     end tell
  36513. on error errMsg number errNum
  36514.     --enter statements to perform when no records are found such as...
  36515.     display dialog "Sorry, the item you selected could not be found."
  36516.     return
  36517. end try
  36518. appearance-aware
  36519. appeared
  36520. appearing
  36521. appears
  36522. append
  36523. appendages
  36524. appendditl
  36525. appending
  36526. appendix
  36527. appendixes
  36528. appkit
  36529. apple
  36530. e    No Changef*DisposeResource debugging resource handlesq
  36531. Dev.CD Feb 00 TC
  36532. D!All Packages
  36533. Tool Chest Edition
  36534. DoubleTrouble initI
  36535. Summary: DoubleTrouble is a debugging utility made to catch a common programming error: freeing a handle that has already been freed.  
  36536. Issues:  This utility is not compatible with System 7.5.J
  36537. Memory Management.imgK
  36538. Sep 92OBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD Feb 00 TC
  36539.  - Tool Chest
  36540.  - Testing & Debugging
  36541.  - Memory ManagementV
  36542. 5917X
  36543. Feb 00^
  36544. --set theItem to choose file -- uncomment to test in an AS editor
  36545.     tell application "Finder"
  36546.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:"
  36547.         activate
  36548.     end tell
  36549. on error errMsg number errNum
  36550.     --enter statements to perform when no records are found such as...
  36551.     display dialog "Sorry, the item you selected could not be found."
  36552.     return
  36553. end try
  36554. e    No Changeq
  36555. Dev.CD Feb 00 TC
  36556. All Packages
  36557. versions
  36558. versit
  36559. versus
  36560. vertical
  36561. vertically
  36562. vertigo
  36563. verttest
  36564. veteran
  36565. viable
  36566. video
  36567. videotape
  36568. virtually
  36569. viruses
  36570. visemrj
  36571. visibility
  36572. visible
  36573. visigenic
  36574. --set theItem to choose file -- uncomment to test in an AS editor
  36575.     tell application "Finder"
  36576.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:"
  36577.         activate
  36578.     end tell
  36579. on error errMsg number errNum
  36580.     --enter statements to perform when no records are found such as...
  36581.     display dialog "Sorry, the item you selected could not be found."
  36582.     return
  36583. end try
  36584. CFArray
  36585. CFDictionary
  36586. CFDictionary
  36587. CFPropertyList
  36588. Core Foundation
  36589. String SeC
  36590. rvices
  36591. CFString.h
  36592. CFCharacterSet.h
  36593. CFStringEncodingsExt.h
  36594. CFString
  36595. string
  36596. mutable string
  36597. internationalization
  36598. localization
  36599. Unicode
  36600. character encoding
  36601. string encoding
  36602. notation
  36603. screenW
  36604. screen's
  36605. screen-based
  36606. screencompare
  36607. screendump
  36608. screenfkey
  36609. screens
  36610. scriptable
  36611. scripted
  36612. scripter
  36613. scripting
  36614. scripts
  36615. scriptswitcher8
  36616. scriptswitcher8
  36617. quick
  36618. modify
  36619. resources
  36620. scriptx
  36621. scroll
  36622. scrollable
  36623. scrolled
  36624. scrolling
  36625. serial
  36626. serial
  36627. serial
  36628. ports
  36629. serialshimlib
  36630. series
  36631. server
  36632. server
  36633. controls
  36634. server
  36635. developer
  36636. servers
  36637. services
  36638. setdefaultdtp
  36639. setdeskcpat
  36640. setting
  36641. setup
  36642. shared
  36643. shared
  36644. volumes
  36645. sharing
  36646. sherlock
  36647. showicon
  36648. showinit
  36649. signature
  36650. signing
  36651. simpletext
  36652. simplified
  36653. single-link
  36654. manager
  36655. sniffer
  36656. socket
  36657. software
  36658. solaris
  36659. provider
  36660. provides
  36661. ort  sample  that implements a Macintosh background process that will respond to simple  HTTP requests via TCP/IP.  It utilizes C++, exceptions,  IOStreams, Mac Thread manager, OpenTransport (accepting connections and no-copy reads).
  36662. Network Stream:  NetworkStream is a C++ Stream IO class object for OpenTransport Network I/O. Written in Metrowerks C++, it implements a TNetworkBuf, TNetworkOStream  and TNetworkIOStream object. 
  36663. OT Code Resource:  This piece of sample code shows how to cal
  36664. l Open Transport from a 68K code resource written in either Metrowerks CodeWarrior C or Symantec C for MPW. The sample creates a HyperCard XCMD which returns the default Ethernet address for the machine using Open Transport calls.
  36665. OT Server Sample:  The Virtual Server is an attempt to provide a piece of sample code which uses the native Open Transport API and is complex enough to demonstrate real issues an application developer will need to deal with. It also demonstrates the speed of Ope
  36666. All Packages
  36667. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  36668. Dev.CD Jan 94
  36669. Dev.CD Oct 93
  36670. Dev.CD Jul 93
  36671. Dev.CD Apr 93PDDev.CD Apr 94
  36672. Dev.CD Jan 94
  36673. Dev.CD Oct 93
  36674. Dev.CD Jul 93
  36675. Dev.CD Apr 9V
  36676. 6686X
  36677. Apr 94
  36678. --set theItem to choose file -- uncomment to test in an AS editor
  36679.     tell application "Finder"
  36680.         open item "Dev.CD Apr 94
  36681. Dev.CD Jan 94
  36682. Dev.CD Oct 93
  36683. Dev.CD Jul 93
  36684. Dev.CD Apr 93"
  36685.         activate
  36686.     end tell
  36687. on error errMsg number errNum
  36688.     --enter statements to perform when no records are found such as...
  36689.     display dialog "Sorry, the item you selected could not be found."
  36690.     return
  36691. end try
  36692. All Packages
  36693. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  36694. Dev.CD Jan 94
  36695. Dev.CD Oct 93
  36696. Dev.CD Jul 93
  36697. Dev.CD Apr 93PDDev.CD Apr 94
  36698. Dev.CD Jan 94
  36699. Dev.CD Oct 93
  36700. Dev.CD Jul 93
  36701. Dev.CD Apr 9V
  36702. 6687X
  36703. Apr 94
  36704. lution
  36705. resource
  36706. resources
  36707. return
  36708. return
  36709. investment
  36710. business
  36711. processes
  36712. interactive
  36713. media
  36714. raries and sample code that will allow you to develop your applications and plug-ins for the AppleShare IP and AppleShare Client APIs.  Refer to the SDK Read Me for additional information.
  36715. ASIP 6.3 SDK Read Me
  36716. AFP Protocol folder (containing 3 PDF documents)
  36717. ASIP Registry folder (containing headers, samples, documentation)
  36718. ASIP Server Controls/Events folder (containing headers, samples, documentation)
  36719. ASIP User Authentication Module folder (containing headers, samples, documentation)
  36720. ApplC
  36721. eShare Client API (containing headers and documentation) 
  36722. ASIP Print Security Protocol (documentation)
  36723. Obsolete/Pre-ASIP 6.0 folder (containing older SDK packages and ASIP software)
  36724. Tools folder (containing info regarding 2-way Random UAM)
  36725. AFP Protocol
  36726. AppleShare Client API
  36727. AppleShare IP 6.3 SDK Read Me
  36728. ASIP Print Security Protocol
  36729. ASIP Registry
  36730. ASIP Server Controls/Events
  36731. ASIP User Authentication Module
  36732. Tools
  36733.  Obsolete/ Pre-ASIP 6.0K
  36734. Apr 98L
  36735. Jan 00
  36736. QuickTimeV
  36737. 4515X
  36738. 2.1.4
  36739. consists
  36740. consolideted
  36741. constant
  36742. constantly
  36743. constants
  36744. constitute
  36745. constrained
  36746. constrains
  36747. constructing
  36748. construction
  36749. constructs
  36750. consult
  36751. consumer
  36752. consumers
  36753. contact
  36754. contacting
  36755. contacts
  36756. contain
  36757. contained
  36758. container
  36759. containing
  36760. contains
  36761. contains
  36762. transport
  36763. software
  36764. development
  36765. All Packages
  36766. AppleScriptO
  36767. Dev.CD Jan 95P
  36768. Dev.CD Jan 9V
  36769. 5765X
  36770. Jan 95
  36771. b--set theItem to choose file -- uncomment to test in an AS editor
  36772.     tell application "Finder"
  36773.         open item "Dev.CD Jan 95"
  36774.         activate
  36775.     end tell
  36776. on error errMsg number errNum
  36777.     --enter statements to perform when no records are found such as...
  36778.     display dialog "Sorry, the item you selected could not be found."
  36779.     return
  36780. end try
  36781. ?D!All Packages
  36782. Mac OS SDK Edition
  36783. y:  AppleScript is an easy-to-use scripting language that is as consistent across applications as the Macintosh graphical interface itself.  AppleScript is designed to meet a wide range of user needs and levels of experience. Through implementation of this scripting system at the system software level, Apple has made scripting an integral part of the Macintosh computing environment, as common to Macintosh applications as copy-and-paste editing.
  36784. This package contains documentation (u documentation (u
  36785. 5766X
  36786. All Packages
  36787. QuickDraw GXO
  36788. Dev.CD Aug 96 TCP
  36789. Dev.CD Aug 96 TV
  36790. 6334X
  36791. Aug 96
  36792. e--set theItem to choose file -- uncomment to test in an AS editor
  36793.     tell application "Finder"
  36794.         open item "Dev.CD Aug 96 TC"
  36795.         activate
  36796.     end tell
  36797. on error errMsg number errNum
  36798.     --enter statements to perform when no records are found such as...
  36799.     display dialog "Sorry, the item you selected could not be found."
  36800.     return
  36801. end try
  36802. All Packages
  36803. QuickDraw GXO
  36804. Dev.CD Aug 96 TCP
  36805. Dev.CD Aug 96 TV
  36806. 6335X
  36807. Aug 96
  36808. e--set theItem to choose file -- uncomment to test in an AS editor
  36809.     tell application "Finder"
  36810.         open item "Dev.CD Aug 96 TC"
  36811.         activate
  36812.     end tell
  36813. on error errMsg number errNum
  36814.     --enter statements to perform when no records are found such as...
  36815.     display dialog "Sorry, the item you selected could not be found."
  36816.     return
  36817. end try
  36818. All Packages
  36819. QuickDraw GXO
  36820. Dev.CD Aug 96 TCP
  36821. Dev.CD Aug 96 TV
  36822. 6336X
  36823. All Packages
  36824. 6.0.5O,Dev.CD Vol. VII
  36825. Dev CD Vol. V
  36826. Dev CD Vol. IVP+Dev.CD Vol. VII
  36827. Dev CD Vol. V
  36828. Dev CD Vol. IV
  36829. 5148X
  36830. Vol. V
  36831. --set theItem to choose file -- uncomment to test in an AS editor
  36832.     tell application "Finder"
  36833.         open item "Dev.CD Vol. VII
  36834. Dev CD Vol. V
  36835. Dev CD Vol. IV"
  36836.         activate
  36837.     end tell
  36838. on error errMsg number errNum
  36839.     --enter statements to perform when no records are found such as...
  36840.     display dialog "Sorry, the item you selected could not be found."
  36841.     return
  36842. end try
  36843. All Packages
  36844. 6.0.5O,Dev.CD Vol. VII
  36845. Dev CD Vol. V
  36846. Dev CD Vol. IVP+Dev.CD Vol. VII
  36847. Dev CD Vol. V
  36848. Dev CD Vol. IV
  36849. 5149X
  36850. Vol. V
  36851. doubletrouble
  36852. doubletrouble
  36853. gestaltexplore
  36854. 1.1.3
  36855. dropdisk
  36856. goodies
  36857. utilities
  36858. aug-95
  36859. dumparpcache
  36860. dumpnetworksetup
  36861. primer
  36862. editor
  36863. Dev.CD Nov 99 SSWP
  36864. Dev.CD Nov 99 SSV
  36865. 5706X
  36866. Nov 99
  36867. f--set theItem to choose file -- uncomment to test in an AS editor
  36868.     tell application "Finder"
  36869.         open item "Dev.CD Nov 99 SSW"
  36870.         activate
  36871.     end tell
  36872. on error errMsg number errNum
  36873.     --enter statements to perform when no records are found such as...
  36874.     display dialog "Sorry, the item you selected could not be found."
  36875.     return
  36876. end try
  36877. All Packages
  36878. Dev.CD Nov 99 SSWP
  36879. Dev.CD Nov 99 SSV
  36880. 5707X
  36881. Nov 99
  36882. f--set theItem to choose file -- uncomment to test in an AS editor
  36883.     tell application "Finder"
  36884.         open item "Dev.CD Nov 99 SSW"
  36885.         activate
  36886.     end tell
  36887. on error errMsg number errNum
  36888.     --enter statements to perform when no records are found such as...
  36889.     display dialog "Sorry, the item you selected could not be found."
  36890.     return
  36891. end try
  36892. All Packages
  36893. Dev.CD Nov 99 SSWP
  36894. Dev.CD Nov 99 SSV
  36895. 5708X
  36896. Nov 99
  36897. All Packages
  36898. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  36899. Dev.CD Jan 94
  36900. Dev.CD Oct 93
  36901. Dev.CD Jul 93
  36902. Dev.CD Apr 93PDDev.CD Apr 94
  36903. Dev.CD Jan 94
  36904. Dev.CD Oct 93
  36905. Dev.CD Jul 93
  36906. Dev.CD Apr 9V
  36907. 6807X
  36908. Apr 94
  36909. --set theItem to choose file -- uncomment to test in an AS editor
  36910.     tell application "Finder"
  36911.         open item "Dev.CD Apr 94
  36912. Dev.CD Jan 94
  36913. Dev.CD Oct 93
  36914. Dev.CD Jul 93
  36915. Dev.CD Apr 93"
  36916.         activate
  36917.     end tell
  36918. on error errMsg number errNum
  36919.     --enter statements to perform when no records are found such as...
  36920.     display dialog "Sorry, the item you selected could not be found."
  36921.     return
  36922. end try
  36923. All Packages
  36924. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  36925. Dev.CD Jan 94
  36926. Dev.CD Oct 93
  36927. Dev.CD Jul 93
  36928. Dev.CD Apr 93PDDev.CD Apr 94
  36929. Dev.CD Jan 94
  36930. Dev.CD Oct 93
  36931. Dev.CD Jul 93
  36932. Dev.CD Apr 9V
  36933. 6808X
  36934. Apr 94
  36935. altivec
  36936. always
  36937. Menu Manager
  36938. menus
  36939. Carbon
  36940. Apple menu
  36941. menu items
  36942. /developer.apple.com/techpubs/index.html
  36943. 6484X
  36944. Feb 00^
  36945. --set theItem to choose file -- uncomment to test in an AS editor
  36946.     tell application "Finder"
  36947.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:SCSI:SCSI Tools 1.0:"
  36948.         activate
  36949.     end tell
  36950. on error errMsg number errNum
  36951.     --enter statements to perform when no records are found such as...
  36952.     display dialog "Sorry, the item you selected could not be found."
  36953.     return
  36954. end try
  36955. e    No Changeq
  36956. Dev.CD Feb 00 TC
  36957. All Packages
  36958. Security SDK
  36959. This SDK includes the libraries and include files necessary to build applications that can interface with the Keychain, URL Access, and Signing functions available with Mac OS 9.  It also contains example code and API documentation.
  36960. A keychain is a secure repository for user-centric data, such as keys, passwords and certificates. The repository may be a file, a network database, a smart card, or other storage media..
  36961. URL Access accesses remote sites programmatically using URLs.  Files ma
  36962. ~--set theItem to choose file -- uncomment to test in an AS editor
  36963.     tell application "Finder"
  36964.         open item "Dev.CD Apr 94
  36965. Dev.CD Jan 94
  36966. Dev.CD Oct 93"
  36967.         activate
  36968.     end tell
  36969. on error errMsg number errNum
  36970.     --enter statements to perform when no records are found such as...
  36971.     display dialog "Sorry, the item you selected could not be found."
  36972.     return
  36973. end try
  36974. apple
  36975. computer
  36976. of video 
  36977. devices, and setting the configurations and display modes for video devices.
  36978. HTML Rendering Library [NEW]
  36979. ---------------------
  36980. This preliminary document describes the version of the HTML Rendering Library available in Mac OS 9. It discusses the standard HTML Rendering Library functions and data types that allow you to manage the drawing environment, as well as the callbacks you can use to provide such additional services as event management, link tracking, and link redirection.
  36981. Locale
  36982. decompression
  36983. default
  36984. delete
  36985. depth
  36986. design
  36987. designing
  36988. printer
  36989. default
  36990. setdefaultdtp
  36991. quickdraw
  36992. desktop
  36993. desktop
  36994. manager
  36995. desktops
  36996. detector
  36997. detectors
  36998. developer
  36999. developer
  37000. documentation
  37001. developer
  37002. feedback
  37003. devnotes
  37004. dialog
  37005. dictation
  37006. dictionary
  37007. dictionary
  37008. manager
  37009. digital
  37010. digital
  37011. camera
  37012. disabled
  37013. disassembler
  37014. disassembly
  37015. display
  37016. display
  37017. folder
  37018. display
  37019. display
  37020. manager
  37021. display
  37022. disposeresource
  37023. disposeresource
  37024. debugging
  37025. resource
  37026. handles
  37027. dither
  37028. dynamic
  37029. library
  37030. document
  37031. documentation
  37032. domain
  37033. download
  37034. drawsprocket
  37035. disposeresource
  37036. debugging
  37037. resource
  37038. handles
  37039. dither
  37040. document
  37041. documentation
  37042. documentation
  37043. manuals
  37044. style
  37045. usage
  37046. style
  37047. guide
  37048. documents
  37049. domain
  37050. double-byte
  37051. download
  37052. promisehfsflavor
  37053. promise
  37054. finder
  37055. drawsprocket
  37056. drawsprocket
  37057. context
  37058. switch
  37059. drawsprocket
  37060. getversion
  37061. context
  37062. drawsprocket
  37063. gspgetversion
  37064. toolbox
  37065. drive
  37066. driver
  37067. drivers
  37068. dumpobj
  37069. duplication
  37070. content
  37071. development
  37072. entertainment
  37073. consumer
  37074. electronics
  37075. chnical Documentation:Technical Publications:DeveloperDocumentation:macos8_and_9:
  37076. QuickDraw GXO#Dev.CD Aug 96 TC
  37077. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  37078. Dev.CD Jan 96 SDK
  37079. DraggingSpritesI
  37080. This demo program shows how to define MouseResponders to customise the behaviour of MouseDrag actions and to define a custom Matrix transformations on a Sprite.J9dd.bat
  37081. DraggingSprites
  37082. DraggingSprites.zip
  37083. README.txt
  37084. Feb 00
  37085. - Common
  37086.     - Sun Compliant Java Runtime Environment 1.1
  37087.     - QuickTime 3 
  37088.     - QTJava.zip
  37089.     - QTJava media samples
  37090. - Mac OS:
  37091.     - System 8 or later
  37092.     - Macintosh Runtime for Java (MRJ) 2.1
  37093. - Windows 95, 98, or NT::
  37094.     - JRE/JDK from Sun Microsystems, Inc. recommended
  37095. QuickTime, Java, MRJOVDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:DraggingSprites:PdDev.CD Feb 00 TC
  37096.  - What's New?
  37097.  - Sample Code
  37098.  - QuickTime
  37099.  - QuickTime for Java
  37100.  - DraggingSpritesV
  37101. 5918v.CD Jul 98 SSW/SDK:What's New:Technical Documentation:DeveloperNotes:PPDev.CD Jul 98 SSW/SDK
  37102.  - What's New
  37103.  - Technical Documentation
  37104.  - DeveloperNotesV
  37105. 2231X
  37106. Jul 98^
  37107. SSW/SDK
  37108. e finder info.
  37109. DateThing:  A sample of how to write one of those date things as in the General control panel.
  37110. Dialog popups:  snippet to demonstrate the use of the system 7 popup control cdef in modal dialogs
  37111. DialogBits:  This sample application shows how to deal with many of the most commonly asked questions about the Dialog Manager.
  37112. DragWindow INIT:  DragWindow INIT is an INIT which allows you to drag a whole window under the Finder, not just the outline.
  37113. DragWindowGrid:  Shows how 
  37114. to write a replacement DragWindow routine that constrains the window to a grid.
  37115. FindSysFolder:  In this code, the FindSysFolder returns the real vRefNum and dirID of the current System Folder. It uses the Folder Manager, if possible, or falls back to SysEnvirons.
  37116. GetDragHiliteColor:  This shows how to obtain the color that the Drag Manager uses to hilite regions when ShowDragHilite is called. Please note this is only how it's done presently.  Since it is undocumented it can and will chan
  37117. F    QuickTimeO
  37118. Dev.CD Jan 94
  37119. Dev.CD Oct 93P
  37120. Dev.CD Jan 94
  37121. Dev.CD Oct 9
  37122. guest
  37123. guide
  37124. guidelines
  37125. gworld
  37126. fonts
  37127. typography
  37128. postscript
  37129. sample
  37130. gxgraphics
  37131. halftone
  37132. handles
  37133. handwriting
  37134. hardwareQ
  37135. hardware
  37136. developer
  37137. documentation
  37138. developer
  37139. notes
  37140. devnotes
  37141. heaps
  37142. hebrew
  37143. hierarchical
  37144. sub-menus
  37145. helper
  37146. menubar
  37147. corners
  37148. desktop
  37149. finder
  37150. grayrgn
  37151. hierarchical
  37152. level
  37153. toolbox
  37154. morefiles
  37155. moreisbetter
  37156. wrapper
  37157. hooper
  37158. hp-ux
  37159. htmlrenderinglib
  37160. packages
  37161. htmlrenderinglib
  37162. human
  37163. election
  37164. selections
  37165. selectively
  37166. selector
  37167. b--set theItem to choose file -- uncomment to test in an AS editor
  37168.     tell application "Finder"
  37169.         open item "Dev.CD Jul 93"
  37170.         activate
  37171.     end tell
  37172. on error errMsg number errNum
  37173.     --enter statements to perform when no records are found such as...
  37174.     display dialog "Sorry, the item you selected could not be found."
  37175.     return
  37176. end try
  37177. Oct 93
  37178. Dev.CD Jul 93
  37179. Dev.CD Apr 93"
  37180.         activate
  37181.     end tell
  37182. on error errMsg number errNum
  37183.     --enter statements to perform when no records are found such as...
  37184.     display dialog "Sorry, the item you selected could not be found."
  37185.     return
  37186. end try
  37187. All Packages
  37188. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  37189. Dev.CD Jan 94
  37190. Dev.CD Oct 93
  37191. Dev.CD Jul 93
  37192. Dev.CD Apr 93PDDev.CD Apr 94
  37193. Dev.CD Jan 94
  37194. Dev.CD Oct 93
  37195. Dev.CD Jul 93
  37196. Dev.CD Apr 9V
  37197. 4919X
  37198. Apr 94
  37199. All Packages
  37200. 7.6.1 (PB3400)O
  37201. Dev.CD Jun 97 SSWP
  37202. Dev.CD Jun 97 SSV
  37203. 5619X
  37204. Jun 97
  37205. f--set theItem to choose file -- uncomment to test in an AS editor
  37206.     tell application "Finder"
  37207.         open item "Dev.CD Jun 97 SSW"
  37208.         activate
  37209.     end tell
  37210. on error errMsg number errNum
  37211.     --enter statements to perform when no records are found such as...
  37212.     display dialog "Sorry, the item you selected could not be found."
  37213.     return
  37214. end try
  37215. D!All Packages
  37216. Tool Chest Edition
  37217. his application and its code is to give an example of creating a Scriptable Application. A scriptable application goes far beyond supporting just the basic four events of the Required Suite (Open Application, Open Documents, Print Documents and Quit Application).
  37218. This latest version of 7Edit has been designed to be very similar to the Scriptable Text Editor. The example may not be as fully scriptable as the Scriptable Text Editor but it should give you good idea of hou good idea of h
  37219. 5620X
  37220. f--set theItem to choose file -- uncomment to test in an AS editor
  37221.     tell application "Finder"
  37222.         open item "Dev.CD Jun 97 SSW"
  37223.         activate
  37224.     end tell
  37225. on error errMsg number errNum
  37226.     --enter statements to perform when no records are found such as...
  37227.     display dialog "Sorry, the item you selected could not be found."
  37228.     return
  37229. end try
  37230. SyncCatch 2.1:PFDev.CD Feb 00 TC
  37231.  - Tool Chest
  37232.  - Testing & Debugging
  37233.  - SyncCatch 2.1V
  37234. 4671X
  37235. Feb 00^
  37236. --set theItem to choose file -- uncomment to test in an AS editor
  37237.     tell application "Finder"
  37238.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:SyncCatch 2.1:"
  37239.         activate
  37240.     end tell
  37241. on error errMsg number errNum
  37242.     --enter statements to perform when no records are found such as...
  37243.     display dialog "Sorry, the item you selected could not be found."
  37244.     return
  37245. end try
  37246. ngeo`ftp://ftp.apple.com/developer/Tool_Chest/Testing_-_Debugging/General_tools/SyncCatch_2.1.sit.hqx
  37247. gamepad@
  37248. gestalt
  37249. selector
  37250. codes@
  37251. grayrgn@
  37252. index@
  37253. international@
  37254. language
  37255. updater
  37256. arabic
  37257. chinese
  37258. cyrillic
  37259. hebrew@
  37260. machine@
  37261. manager@
  37262. mixed
  37263. mode@
  37264. navigable
  37265. movies@
  37266. network
  37267. preferences@
  37268. network
  37269. setup@
  37270. opentransport@
  37271. pages@
  37272. openfirmware
  37273. fcode
  37274. forth
  37275. tokenize@
  37276. performance
  37277. counters@
  37278. ports@
  37279. printers
  37280. drivers
  37281. sample
  37282. pict@
  37283. quickdraw
  37284. raster
  37285. imagewriter
  37286. halftone
  37287. dither
  37288. sample
  37289. code@
  37290. rates@
  37291. resources@
  37292. scan@
  37293. serial@
  37294. solutions@
  37295. stress@
  37296. system
  37297. identification@
  37298. technical
  37299. publications@
  37300. thread@
  37301. tree@
  37302. types@
  37303. unicode
  37304. utilities@
  37305. waste@
  37306. webobjects@
  37307. webobjects
  37308. java@
  37309. wide@
  37310. longitude
  37311. All Packages
  37312. 7.0.1POsDev.CD Jan 94
  37313. Dev.CD Oct 93
  37314. Dev.CD Jul 93
  37315. Dev.CD Apr 93
  37316. Dev.CD Mar 93
  37317. Dev.CD Feb 93
  37318. Dev.CD Jan 93
  37319. Dev.CD Nov/Dec 92PrDev.CD Jan 94
  37320. Dev.CD Oct 93
  37321. Dev.CD Jul 93
  37322. Dev.CD Apr 93
  37323. Dev.CD Mar 93
  37324. Dev.CD Feb 93
  37325. Dev.CD Jan 93
  37326. Dev.CD Nov/Dec 9V
  37327. 5257X
  37328. Jan 94
  37329. --set theItem to choose file -- uncomment to test in an AS editor
  37330.     tell application "Finder"
  37331.         open item "Dev.CD Jan 94
  37332. Dev.CD Oct 93
  37333. Dev.CD Jul 93
  37334. Dev.CD Apr 93
  37335. Dev.CD Mar 93
  37336. Dev.CD Feb 93
  37337. Dev.CD Jan 93
  37338. Dev.CD Nov/Dec 92"
  37339.         activate
  37340.     end tell
  37341. on error errMsg number errNum
  37342.     --enter statements to perform when no records are found such as...
  37343.     display dialog "Sorry, the item you selected could not be found."
  37344.     return
  37345. end try
  37346. All Packages
  37347. Dev.CD Oct 94P
  37348. Dev.CD Oct 9V
  37349. 5258X
  37350. Oct 94
  37351. coloredcheckbox
  37352. colorization
  37353. colorize
  37354. com/bin/bugrpt
  37355. com/cftype
  37356. com/colorsync
  37357. com/dev/swtechpubs/d
  37358. com/games
  37359. com/java
  37360.     Eyo have to redistribute the Contextual Menu and Text Encoding Converter because Apple Data Detectors is dependent on them.
  37361. J?Apple Data Detectors SDK
  37362. Internet Address Detectors 101
  37363. Read MeK
  37364. Feb 98M
  37365. PowerPC processor requiredN4detector, contextual menu, Apple Data Detectors, ADDODDev.CD Jan 00 SDK1:Development Kits:Mac OS:Apple Data Detectors SDK:PLDev.CD Jan 00 SDK1
  37366.  - Development Kits
  37367.  - Mac OS
  37368.  - Apple Data Detectors SDKdf
  37369. powerbook
  37370. powerbook
  37371. 2300c
  37372. powerbook
  37373. processor
  37374. powerbookg3series
  37375. powerbookg3series
  37376. powerpc
  37377. pre-asip
  37378. pre-release
  37379. pre-release
  37380. prebuilt
  37381. preferences
  37382. prefs
  37383. prefs
  37384. system
  37385. primer
  37386. print
  37387. print2
  37388. printing
  37389. processor
  37390. product
  37391. products
  37392. profile
  37393. profiler
  37394. profiles
  37395. prog's
  37396. JkAbout ScriptX
  37397. Code Samples:
  37398. Documentation:
  37399. readme_1.5.1.txt
  37400. ScriptX Platforms:
  37401. ScriptX Post 1.5 DifferencesK
  37402. Apr 96L
  37403. Jul 96O5Dev.CD Apr 98 SDK2:Development Kits (Disc 2):ScriptX:P:Dev.CD Apr 98 SDK2
  37404.  - Development Kits (Disc 2)
  37405.  - ScriptX
  37406. upgrading
  37407. bbedit
  37408. access
  37409. access
  37410. scripting
  37411. urlaccess
  37412. urlaccess
  37413. urlaccess
  37414. urlaccess
  37415. urlaccess68k
  37416. urlaccess68k
  37417. urlaccesslib
  37418. urlaccesslib
  37419. distribution
  37420. guide
  37421. usage
  37422. usage
  37423. history
  37424. software
  37425. locator
  37426. iables
  37427. versions
  37428. count
  37429. video
  37430. viewer
  37431. virtual
  37432. virtual
  37433. keycode
  37434. virtual
  37435. tools
  37436. vu3.0.1d3W
  37437. vu3.0.1d3
  37438. animation
  37439. guide
  37440. webobjects
  37441. webobjects
  37442. database
  37443. appletalk
  37444. appletalk
  37445. ethertalk
  37446. tokentalk
  37447. network
  37448. ethernet
  37449. token
  37450. appletalk
  37451. networking
  37452. appletalk
  37453. router
  37454. internet
  37455. application
  37456. appstogo
  37457. appstogo
  37458. appwannabe
  37459. wannabe
  37460. stylechat
  37461. appwannabe
  37462. arabic
  37463. architecture
  37464. archiving
  37465. arrangement
  37466. apple
  37467. shared
  37468. library
  37469. manager
  37470. dynamic
  37471. library
  37472. profiler
  37473. apple
  37474. system
  37475. assemblers
  37476. assembly
  37477. assistance
  37478. assistant
  37479. async
  37480. async
  37481. asynchronous
  37482. driver
  37483. table
  37484. async
  37485. device
  37486. detector
  37487. detector
  37488. contextual
  37489. apple
  37490. detectors
  37491. detectors
  37492. developer
  37493. device
  37494. documentation
  37495. documentation
  37496. manuals
  37497. style
  37498. usage
  37499. style
  37500. guide
  37501. driver
  37502. MUPowerPC, System 8.1 or later, and either Universal Interfaces 3.3 or DrawSprocket SDKN-DrawSprocket, GetVersion, Context, blit, CLUTO@Dev.CD Feb 00 TC:What's New?:Sample Code:Games:DrawSprocketTest:PKDev.CD Feb 00 TC
  37503.  - What's New?
  37504.  - Sample Code
  37505.  - Games
  37506.  - DrawSprocketTestV
  37507. 5919X
  37508. Feb 00^
  37509. --set theItem to choose file -- uncomment to test in an AS editor
  37510.     tell application "Finder"
  37511.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Games:DrawSprocketTest:"
  37512.         activate
  37513.     end tell
  37514. on error errMsg number errNum
  37515.     --enter statements to perform when no records are found such as...
  37516.     display dialog "Sorry, the item you selected could not be found."
  37517.     return
  37518. end try
  37519. New Packagef)DrawSprocket
  37520. GetVersion
  37521. Context
  37522. CLUTq
  37523. Dev.CD Feb 00 TC
  37524. All Packages
  37525. Drive UtilitiesI
  37526. This package contains  Drive Setup v1.7.2,  a program that lets you partition, initialize, and update fixed and removable disks.K
  37527. May 96L
  37528. Feb 99V
  37529. 5920X
  37530. 1e    No Change
  37531. D.All Packages
  37532. Tool Chest Edition
  37533. New & Revisedcouldn't decide what heading it under.)
  37534.     -Using lists in document windows.
  37535.  Resource Manager
  37536.     -Opening resource forks without loading all preloaded resources. This is particularly important when opening
  37537.      application resource forks that may contain preloaded 'CODE' resources.
  37538.  Dialog Manager
  37539.     -Non standard text styles in a dialog, including popup menus and editable text items.
  37540.     -Support a number of moveable modal dialogs in an 
  37541. application.
  37542. It also demonstrates:
  37543.   -How to properly support the standard event loop, including basic support for multiple monitors.
  37544.   -Use of the new accessor routines which are provided as the first step to being Copland-savvy.
  37545.   -How to safely check if a system feature is available in a native PowerPC application (Gestalt isn't always enough).
  37546.   -A stream 'class' that allows you to stream data elements into a memory block, and then retrieve the elements later. 
  37547.   -An example of using 
  37548. --set theItem to choose file -- uncomment to test in an AS editor
  37549.     tell application "Finder"
  37550.         open item "Dev.CD July 92
  37551. Dev.CD June 92
  37552. Dev.CD May 92
  37553. Dev.CD Apr 92
  37554. Dev.CD Mar 92
  37555. Dev.CD Feb 92
  37556. Dev.CD Jan 92
  37557. Dev.CD Vol. XI"
  37558.         activate
  37559.     end tell
  37560. on error errMsg number errNum
  37561.     --enter statements to perform when no records are found such as...
  37562.     display dialog "Sorry, the item you selected could not be found."
  37563.     return
  37564. end try
  37565. sample
  37566. which
  37567. demonstrates
  37568. ethernet
  37569. driver
  37570. code-like
  37571. Feb 00^
  37572. --set theItem to choose file -- uncomment to test in an AS editor
  37573.     tell application "Finder"
  37574.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:DraggingSprites:"
  37575.         activate
  37576.     end tell
  37577. on error errMsg number errNum
  37578.     --enter statements to perform when no records are found such as...
  37579.     display dialog "Sorry, the item you selected could not be found."
  37580.     return
  37581. end try
  37582. New Packagef
  37583. QuickTime
  37584. Dev.CD Feb 00 TC
  37585. D.All Packages
  37586. Tool Chest Edition
  37587. New & RevisedF
  37588. DrawSprocketTestI
  37589. This sample shows basic implementations of DrawSprocket Functions.  It demonstrates:
  37590. - Get Version
  37591. - Display/context iteration
  37592. - Context searching
  37593. - Multiple-buffering/page flipping
  37594. - CLUT operations
  37595. - DSpUserSelectContext
  37596. - Underlays
  37597. - Single BufferingJ^DrawSprocketTest
  37598. DrawSprocketTest.c
  37599. DrawSprocketTest.CW2.prj
  37600. DrawSprocketTest.CW5.prj
  37601. makefileK
  37602. Feb 00Sample Code:Games:DrawSprocketTest:V
  37603. 5919X
  37604. New Package
  37605. All Packages
  37606. QuickDraw GXO
  37607. Dev.CD Jan 96 SDK1P
  37608. Dev.CD Jan 96 SDKV
  37609. 6274X
  37610. Jan 96
  37611. g--set theItem to choose file -- uncomment to test in an AS editor
  37612.     tell application "Finder"
  37613.         open item "Dev.CD Jan 96 SDK1"
  37614.         activate
  37615.     end tell
  37616. on error errMsg number errNum
  37617.     --enter statements to perform when no records are found such as...
  37618.     display dialog "Sorry, the item you selected could not be found."
  37619.     return
  37620. end try
  37621. All Packages
  37622. QuickDraw GXO
  37623. Dev.CD Jan 96 SDK1P
  37624. Dev.CD Jan 96 SDKV
  37625. 6275X
  37626. Jan 96
  37627. g--set theItem to choose file -- uncomment to test in an AS editor
  37628.     tell application "Finder"
  37629.         open item "Dev.CD Jan 96 SDK1"
  37630.         activate
  37631.     end tell
  37632. on error errMsg number errNum
  37633.     --enter statements to perform when no records are found such as...
  37634.     display dialog "Sorry, the item you selected could not be found."
  37635.     return
  37636. end try
  37637. All Packages
  37638. QuickDraw GXO
  37639. Dev.CD Jan 96 SDK1V
  37640. 6276X
  37641. f--set theItem to choose file -- uncomment to test in an AS editor
  37642.     tell application "Finder"
  37643.         open item "Dev.CD Jan 96 SSW"
  37644.         activate
  37645.     end tell
  37646. on error errMsg number errNum
  37647.     --enter statements to perform when no records are found such as...
  37648.     display dialog "Sorry, the item you selected could not be found."
  37649.     return
  37650. end try
  37651. ound such as...
  37652.     display dialog "Sorry, the item you selected could not be found."
  37653.     return
  37654. end try
  37655. All Packages
  37656. System Enabler 065 (LC 575)O
  37657. Dev.CD Apr 94P
  37658. Dev.CD Apr 9V
  37659. 4822X
  37660. Apr 94
  37661. b--set theItem to choose file -- uncomment to test in an AS editor
  37662.     tell application "Finder"
  37663.         open item "Dev.CD Apr 94"
  37664.         activate
  37665.     end tell
  37666. on error errMsg number errNum
  37667.     --enter statements to perform when no records are found such as...
  37668.     display dialog "Sorry, the item you selected could not be found."
  37669.     return
  37670. end try
  37671. All Packages
  37672. 4823X
  37673. 5921X
  37674. Feb 00^
  37675. --set theItem to choose file -- uncomment to test in an AS editor
  37676.     tell application "Finder"
  37677.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:Driver Installer:"
  37678.         activate
  37679.     end tell
  37680. on error errMsg number errNum
  37681.     --enter statements to perform when no records are found such as...
  37682.     display dialog "Sorry, the item you selected could not be found."
  37683.     return
  37684. end try
  37685. e    No Changeq
  37686. Dev.CD Feb 00 TC
  37687. D!All Packages
  37688. Tool Chest Edition
  37689. DriverGestaltExplorerI
  37690. DriverGestaltExplorer is both sample code showing how to call Driver Gestalt and a useful tool for testing your block device driver
  37691. s support of Driver Gestalt.J'Sample Code.img
  37692. Windows Sample Code.imgK
  37693. Jun 98NBdevice, driver, block, storage, Drive,r Gestalt, CD-ROM, hard diskO
  37694. Dev.CD Feb 00 TC:Sample Code:P
  37695. Dev.CD Feb 00 TC
  37696.  - Sample CodeV
  37697. 5922X
  37698. Feb 00^
  37699. J!Games:
  37700. Networking:
  37701. Text:
  37702. Toolbox:K
  37703. Jun 97O*Dev.CD Jun 97 SSW:What's New?:Sample Code:P/Dev.CD Jun 97 SSW
  37704.  - What's New?
  37705.  - Sample Code
  37706. written
  37707. xfcns
  37708. xmodem
  37709. xresult
  37710. yahoo
  37711. years
  37712. yes/no
  37713. aspects
  37714. assembled
  37715. assembler
  37716. assemblers
  37717. assembly
  37718. assembly-language
  37719. assembly-level
  37720. assigned
  37721. assignments
  37722. assist
  37723. assistance
  37724. assistant
  37725. assistants
  37726. assists
  37727. associated
  37728. association
  37729. assume
  37730. assumption
  37731. assure
  37732. asyncdriversample
  37733. asynchronous
  37734. asynchronous
  37735. background
  37736. networking
  37737. macintosh
  37738. harry
  37739. asynchronously
  37740. williams
  37741. windoid
  37742. use-nvramrc
  37743. Drive Setup
  37744. Drive Setup GuideK
  37745. May 96L
  37746. Feb 99N
  37747. Disk, Drive Setup, AidO2Dev.CD Dec 99 RL Disk 1:Utilities:Drive Utilities:P7Dev.CD Dec 99 RL Disk 1
  37748.  - Utilities
  37749.  - Drive UtilitiesV
  37750. 5920X
  37751. Dec 99^    RL Disk 1
  37752. --set theItem to choose file -- uncomment to test in an AS editor
  37753.     tell application "Finder"
  37754.         open item "Dev.CD Dec 99 RL Disk 1:Utilities:Drive Utilities:"
  37755.         activate
  37756.     end tell
  37757. on error errMsg number errNum
  37758.     --enter statements to perform when no records are found such as...
  37759.     display dialog "Sorry, the item you selected could not be found."
  37760.     return
  37761. end try
  37762. e    No Changef
  37763. Drive Setup
  37764. Dev.CD Dec 99 RL Disk 1
  37765. D!All Packages
  37766. Tool Chest Edition
  37767. Driver Installer
  37768.     rNum
  37769.     --enter statements to perform when no records are found such as...
  37770.     display dialog "Sorry, the item you selected could not be found."
  37771.     return
  37772. end try
  37773. D!All Packages
  37774. Tool Chest Edition
  37775. Fragment Tool
  37776.     er from an HFS+ volume.
  37777.  Imaging a fo
  37778. --set theItem to choose file -- uncomment to test in an AS editor
  37779.     tell application "Finder"
  37780.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake for Windows 1.5:"
  37781.         activate
  37782.     end tell
  37783. on error errMsg number errNum
  37784.     --enter statements to perform when no records are found such as...
  37785.     display dialog "Sorry, the item you selected could not be found."
  37786.     return
  37787. end try
  37788. ot/ppp
  37789. ot/ppp
  37790. transport
  37791. otfifo
  37792. otlifo
  37793. otlink
  37794. otoptionmanagment
  37795. override
  37796. override
  37797. quickdraw
  37798. table
  37799. resource
  37800. overview
  37801. package
  37802. packages
  37803. palette
  37804. palette
  37805. color
  37806. depth
  37807. batch
  37808. processing
  37809. optimizing
  37810. conditio
  37811. panel
  37812. passphrase
  37813. password
  37814. patch
  37815. pbclock
  37816. location
  37817. manager
  37818. eject
  37819. action
  37820. module
  37821. driver
  37822. loader
  37823. pcmcia
  37824. All Packages
  37825. Dev.CD Apr 93P
  37826. Dev.CD Apr 9V
  37827. 5295X
  37828. Apr 93
  37829. b--set theItem to choose file -- uncomment to test in an AS editor
  37830.     tell application "Finder"
  37831.         open item "Dev.CD Apr 93"
  37832.         activate
  37833.     end tell
  37834. on error errMsg number errNum
  37835.     --enter statements to perform when no records are found such as...
  37836.     display dialog "Sorry, the item you selected could not be found."
  37837.     return
  37838. end try
  37839. All Packages
  37840. 7.1 (PB 145B)O
  37841. Dev.CD Jul 93P
  37842. Dev.CD Jul 9V
  37843. 5296X
  37844. Jul 93
  37845. b--set theItem to choose file -- uncomment to test in an AS editor
  37846.     tell application "Finder"
  37847.         open item "Dev.CD Jul 93"
  37848.         activate
  37849.     end tell
  37850. on error errMsg number errNum
  37851.     --enter statements to perform when no records are found such as...
  37852.     display dialog "Sorry, the item you selected could not be found."
  37853.     return
  37854. end try
  37855. All Packages
  37856. 7.1 (PB 145B)O
  37857. Dev.CD Jul 93P
  37858. Dev.CD Jul 9V
  37859. 5297X
  37860. Jul 93
  37861. p--set theItem to choose file -- uncomment to test in an AS editor
  37862.     tell application "Finder"
  37863.         open item "Dev.CD Jan 95
  37864. Dev.CD Oct 94"
  37865.         activate
  37866.     end tell
  37867. on error errMsg number errNum
  37868.     --enter statements to perform when no records are found such as...
  37869.     display dialog "Sorry, the item you selected could not be found."
  37870.     return
  37871. end try
  37872.   activate
  37873.     end tell
  37874. on error errMsg number errNum
  37875.     --enter statements to perform when no records are found such as...
  37876.     display dialog "Sorry, the item you selected could not be found."
  37877.     return
  37878. end try
  37879. All Packages
  37880. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  37881. Dev.CD Jan 94
  37882. Dev.CD Oct 93
  37883. Dev.CD Jul 93P6Dev.CD Apr 94
  37884. Dev.CD Jan 94
  37885. Dev.CD Oct 93
  37886. Dev.CD Jul 9V
  37887. 4895X
  37888. Apr 94
  37889. system
  37890. enabler
  37891. system
  37892. enabler
  37893. mactv
  37894. system
  37895. picker
  37896. system
  37897. update
  37898. taiwan
  37899. taiwan
  37900. chinese
  37901. option
  37902. 6.0.3
  37903. computer's
  37904. computer-aided
  37905. computer-based
  37906. computers
  37907. computing
  37908. concentrate
  37909. concentric
  37910. concepts
  37911. conceptual
  37912. concern
  37913. concerns
  37914. concerted
  37915. concordia
  37916. concrete
  37917. concurrent
  37918. concurrently
  37919. condition
  37920. conditional
  37921. conditions
  37922. condone
  37923. conference
  37924. configure
  37925. configured
  37926. Summary:
  37927. Collection of Mac OS 8 and 9 books. You'll be able to access documentation for software technologies and programming interfaces supported by Mac OS 8 and 9 updates. Much of this information is also useful for programming in prior versions of the Mac OS.
  37928. ----------------------
  37929. What's New and Updated
  37930. ---------------------
  37931. [UPDATED] Programming with the Text Encoding Converter Manager
  37932. This document describes the Text Encoding Converter Manager through version 1.5. You will find it 
  37933. helpful to read "Programming With the Text Encoding Conversion Manager" if you develop Internet applications, such as Web browsers or e-mail applications; applications that transfer text across different platforms; or applications based in Unicode.
  37934. [NEW] Configuring Game Input Devices with InputSprocket
  37935. This preliminary document describes version 1.7 of the InputSprocket programming interface, which simplifies the configuration of game input devices such as joysticks or gamepads.
  37936. [NEW] 
  37937. informational
  37938. informixeoadaptor
  37939. infrared
  37940. inherit
  37941. inheritance
  37942. rce calls, which can give insight into the effect of application/system resource requests and disk I/O performance. 
  37943.      The information provided by these tools can provide an understanding of an application's disk I/O behavior and interaction with the system. It is also 
  37944. inactive
  37945. index
  37946. indian
  37947. information
  37948. inline
  37949. input
  37950. inputsprocket
  37951. inputsprocket
  37952. drawsprocket
  37953. soundsprocket
  37954. sound
  37955. inputsprocket
  37956. needs
  37957. elements
  37958. buttons
  37959. inside
  37960. inside
  37961. inside
  37962. macintosh
  37963. installer
  37964. instance
  37965. instrumentation
  37966. instrumentation
  37967. performance
  37968. analysis
  37969. integrity
  37970. interactive
  37971. interface
  37972. high-leve@
  37973. analyzing@
  37974. and/or@
  37975. animators@
  37976. anymore@
  37977. apple
  37978. apple
  37979. detectors
  37980. technology
  37981. scans
  37982. searchi@
  37983. appletalk/ip@
  37984. applications@
  37985. arbitrary@
  37986. arrived@
  37987. asip@
  37988. aslm@
  37989. authoring@
  37990. autoguest
  37991. control
  37992. panel
  37993. attempts
  37994. prevent
  37995. bare@
  37996. beaker@
  37997. beyond@
  37998. bringing@
  37999. butcdef@
  38000. call@
  38001. --set theItem to choose file -- uncomment to test in an AS editor
  38002.     tell application "Finder"
  38003.         open item "Dev.CD Apr 94
  38004. Dev.CD Jan 94
  38005. Dev.CD Oct 93
  38006. Dev.CD Jul 93"
  38007.         activate
  38008.     end tell
  38009. on error errMsg number errNum
  38010.     --enter statements to perform when no records are found such as...
  38011.     display dialog "Sorry, the item you selected could not be found."
  38012.     return
  38013. end try
  38014. ressler
  38015. restartW
  38016. restarted
  38017. restarting
  38018. restarts
  38019. restore
  38020. restored
  38021. restructured
  38022. restructuring
  38023. result
  38024. resulting
  38025. results
  38026. resume
  38027. resuming
  38028. retail
  38029. e    No Changef<device
  38030. driver
  38031. block
  38032. storage
  38033. Drive,r Gestalt
  38034. CD-ROM
  38035. hard diskq
  38036. Dev.CD Feb 00 TC
  38037. D.All Packages
  38038. Tool Chest Edition
  38039. New & RevisedF    DroneZone
  38040. DroneZone is a QD3D application which was designed to use SoundSprocket to demonstrate 3D sound. It also became a good demonstration of InputSprocket, especially in this latest version. The DrawSprocket code is currently disabled, and should not be used as a DrawSprocket reference (SprocketInvaders is a much better choice for sample code to learn DrawSprocket). The QD3D code in DroneZone was written for QD3D 1.0, and until the code is updated, also should not be used as the foundation of ats you pick characters for format string from a palette.
  38041.  works with any script system.
  38042.  displays sample numbers to give you immediate feedback.
  38043. Issues:  Provided by Michael Hecht, SAS.
  38044. FMAT Editor.imgK
  38045. Jan 94M
  38046. ResEditN(number formatting, ResEdit, localizationO5Dev.CD Feb 00 TC:Tool Chest:Localization:FMAT Editor:
  38047. resources
  38048. respect
  38049. respective
  38050. respectively
  38051. respond
  38052. response
  38053. responses
  38054. responsible
  38055. ressler
  38056. restartW
  38057. restarted
  38058. restarting
  38059. restarts
  38060. restore
  38061. restored
  38062. restructured
  38063. restructuring
  38064. result
  38065. resulting
  38066. results
  38067. resume
  38068. resumegl
  38069. resuming
  38070. retail
  38071. Summary:  The QTVR Beta-Level Tools are for use in creating QuickTime VR content.  The tools are beta-level and unsupported. Source code for these tools is available in the folder QTVR Beta-Level Tools Source. 
  38072. Make QTVR Object takes input in the form of a QuickTime movie with frames that are photographs of, or views of, an object. It combines these photographs or views into a single QuickTime VR object. 
  38073. Make QTVR Panorama takes input in the form of a PICT file generated by a computer g
  38074. raphics program or a scanned wide-angle or panoramic photo. It converts the PICT into a QuickTime VR panorama.
  38075. These tools:
  38076.  Make it easy for computer graphics program users to create QuickTime VR content.
  38077.  Make it easy for photographers to convert photographs of an object into a QTVR object, and to convert wide-angle or panoramic photos into a QTVR panorama. 
  38078.  Do not support stitching of photos, the creation of "hot spots" on panoramas, or the combination of panoramas and/or objects i
  38079. All Packages
  38080. 7.5.2 (7200/9500)O
  38081. Dev.CD Oct 95 SSWP
  38082. Dev.CD Oct 95 SSV
  38083. 5442X
  38084. Oct 95
  38085. f--set theItem to choose file -- uncomment to test in an AS editor
  38086.     tell application "Finder"
  38087.         open item "Dev.CD Oct 95 SSW"
  38088.         activate
  38089.     end tell
  38090. on error errMsg number errNum
  38091.     --enter statements to perform when no records are found such as...
  38092.     display dialog "Sorry, the item you selected could not be found."
  38093.     return
  38094. end try
  38095. All Packages
  38096. 7.5.2 (7200/9500)O
  38097. Dev.CD Oct 95 SSWP
  38098. Dev.CD Oct 95 SSV
  38099. 5443X
  38100. Oct 95
  38101. f--set theItem to choose file -- uncomment to test in an AS editor
  38102.     tell application "Finder"
  38103.         open item "Dev.CD Oct 95 SSW"
  38104.         activate
  38105.     end tell
  38106. on error errMsg number errNum
  38107.     --enter statements to perform when no records are found such as...
  38108.     display dialog "Sorry, the item you selected could not be found."
  38109.     return
  38110. end try
  38111. All Packages
  38112. 7.5.2 (7200/9500)O
  38113. Dev.CD Apr 96 SSWV
  38114. 5444X
  38115. 6288X
  38116. Aug 96
  38117. x--set theItem to choose file -- uncomment to test in an AS editor
  38118.     tell application "Finder"
  38119.         open item "Dev.CD Aug 96 TC
  38120. Dev.CD Jan 96 SDK1"
  38121.         activate
  38122.     end tell
  38123. on error errMsg number errNum
  38124.     --enter statements to perform when no records are found such as...
  38125.     display dialog "Sorry, the item you selected could not be found."
  38126.     return
  38127. end try
  38128. All Packages
  38129. QuickDraw GXO#Dev.CD Aug 96 TC
  38130. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  38131. Dev.CD Jan 96 SDKV
  38132. 6289X
  38133. Aug 96
  38134. x--set theItem to choose file -- uncomment to test in an AS editor
  38135.     tell application "Finder"
  38136.         open item "Dev.CD Aug 96 TC
  38137. Dev.CD Jan 96 SDK1"
  38138.         activate
  38139.     end tell
  38140. on error errMsg number errNum
  38141.     --enter statements to perform when no records are found such as...
  38142.     display dialog "Sorry, the item you selected could not be found."
  38143.     return
  38144. end try
  38145. All Packages
  38146. QuickDraw GXV
  38147. 6290X
  38148. xSummary: Driver Installer is a quick and dirty application to install drivers in an INIT or cdev file during the development cycle of the drivers.
  38149. When developing drivers we sometimes need to go into ResEdit a thousand times to copy DRVR and DATA resources to a file containing an INIT resource. This program automates copying resources and setting attributes a little bit.  
  38150. JGAbout Driver Installer
  38151. About Driver Installer.txt
  38152. Installer for DriversK
  38153. Vol IVO5Dev.CD Feb 00 TC:Tool Chest:Devices:Driver Installer:P=Dev.CD Feb 00 TC
  38154.  - Tool Chest
  38155.  - Devices
  38156.  - Driver Installer
  38157. r--set theItem to choose file -- uncomment to test in an AS editor
  38158.     tell application "Finder"
  38159.         open item "Dev.CD Feb 00 TC:Sample Code:"
  38160.         activate
  38161.     end tell
  38162. on error errMsg number errNum
  38163.     --enter statements to perform when no records are found such as...
  38164.     display dialog "Sorry, the item you selected could not be found."
  38165.     return
  38166. end try
  38167. ot be found."
  38168.     return
  38169. end try
  38170. e    No Changef
  38171. printer selected chooserq
  38172. Dev.CD Feb 00 TC
  38173. D!All Packages
  38174. Tool Chest Edition
  38175. FMAT Editor
  38176.     5N*DisposeResource debugging resource handlesOBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD Feb 00 TC
  38177.  - Tool Chest
  38178.  - Testing & Debugging
  38179.  - Memory ManagementV
  38180. 2240X
  38181. Feb 00^
  38182. drivers
  38183. drives
  38184. driving
  38185. dronezone
  38186. dronezone
  38187. application
  38188. which
  38189. designed
  38190. dropW
  38191. dumpnetworksetup
  38192. dumps
  38193. entire
  38194. contents
  38195. network
  38196. dumps
  38197. duplicate
  38198. during
  38199. dykstra-erickson
  38200. dylan
  38201. dynamic
  38202. dynamically
  38203. dynamo
  38204. e-mail
  38205. earlier
  38206. earth
  38207. ease-of-use
  38208. easier
  38209. easily
  38210. easing
  38211. quickdraw
  38212. viewer
  38213. thompson
  38214. easy-to-use
  38215. eaxmple
  38216. edgar
  38217. All Packages
  38218. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  38219. Dev.CD Jan 94
  38220. Dev.CD Oct 93P(Dev.CD Apr 94
  38221. Dev.CD Jan 94
  38222. Dev.CD Oct 9V
  38223. 6781X
  38224. Apr 94
  38225. ~--set theItem to choose file -- uncomment to test in an AS editor
  38226.     tell application "Finder"
  38227.         open item "Dev.CD Apr 94
  38228. Dev.CD Jan 94
  38229. Dev.CD Oct 93"
  38230.         activate
  38231.     end tell
  38232. on error errMsg number errNum
  38233.     --enter statements to perform when no records are found such as...
  38234.     display dialog "Sorry, the item you selected could not be found."
  38235.     return
  38236. end try
  38237. All Packages
  38238. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  38239. Dev.CD Jan 94
  38240. Dev.CD Oct 93
  38241. Dev.CD Jul 93P6Dev.CD Apr 94
  38242. Dev.CD Jan 94
  38243. Dev.CD Oct 93
  38244. Dev.CD Jul 9V
  38245. 6782X
  38246. Apr 94
  38247. at-attachment
  38248. however
  38249. hp-ux
  38250. htmlrenderinglib
  38251. htmlsample
  38252. htmlsample
  38253. application
  38254. illustrating
  38255. tell application "Finder"
  38256.         open item "Dev.CD Feb 00 TC:Sample Code:"
  38257.         activate
  38258.     end tell
  38259. on error errMsg number errNum
  38260.     --enter statements to perform when no records are found such as...
  38261.     display dialog "Sorry, the item you selected could not be found."
  38262.     return
  38263. end try
  38264. e    No Changef!Finder
  38265. display folder
  38266. launchq
  38267. Dev.CD Feb 00 TC
  38268. D!All Packages
  38269. Tool Chest Edition
  38270. FindPrinter
  38271. All Packages
  38272. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  38273. Dev.CD Jan 94
  38274. Dev.CD Oct 93
  38275. Dev.CD Jul 93P6Dev.CD Apr 94
  38276. Dev.CD Jan 94
  38277. Dev.CD Oct 93
  38278. Dev.CD Jul 9V
  38279. 6775X
  38280. Apr 94
  38281. --set theItem to choose file -- uncomment to test in an AS editor
  38282.     tell application "Finder"
  38283.         open item "Dev.CD Apr 94
  38284. Dev.CD Jan 94
  38285. Dev.CD Oct 93
  38286. Dev.CD Jul 93"
  38287.         activate
  38288.     end tell
  38289. on error errMsg number errNum
  38290.     --enter statements to perform when no records are found such as...
  38291.     display dialog "Sorry, the item you selected could not be found."
  38292.     return
  38293. end try
  38294. All Packages
  38295. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  38296. Dev.CD Jan 94
  38297. Dev.CD Oct 93
  38298. Dev.CD Jul 93P6Dev.CD Apr 94
  38299. Dev.CD Jan 94
  38300. Dev.CD Oct 93
  38301. Dev.CD Jul 9V
  38302. 6776X
  38303. Apr 94
  38304. virtual
  38305. virtually
  38306. viruses
  38307. visemrj
  38308. visibility
  38309. visible
  38310. visigenic
  38311. --set theItem to choose file -- uncomment to test in an AS editor
  38312.     tell application "Finder"
  38313.         open item "Dev.CD Vol. X
  38314. Dev.CD Vol. IX
  38315. Dev.CD Vol. VIII
  38316. Dev.CD Vol. VII
  38317. Dev CD Vol. VI
  38318. Dev CD Vol. V
  38319. Dev CD Vol. IV Developer CD (III)
  38320. Developer CD (II)
  38321. Excellent CD (I)"
  38322.         activate
  38323.     end tell
  38324. on error errMsg number errNum
  38325.     --enter statements to perform when no records are found such as...
  38326.     display dialog "Sorry, the item you selected could not be found."
  38327.     return
  38328. nd try
  38329. ,PsDev.CD Feb 00 TC
  38330.  - Tool Chest
  38331.  - Development Kits
  38332.  - HyperCard Related
  38333.  - XCMDs & XFCNs
  38334.  - Apple Event XCMDs 1.0b3V
  38335. 5747X
  38336. Feb 00^
  38337. --set theItem to choose file -- uncomment to test in an AS editor
  38338.     tell application "Finder"
  38339.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Apple Event XCMDs 1.0b3:"
  38340.         activate
  38341.     end tell
  38342. on error errMsg number errNum
  38343.     --enter statements to perform when no records are found such as...
  38344.     display dialog "Sorry, the item you selected could not be found."
  38345.     return
  38346. end try
  38347. e    No Changeq
  38348. Dev.CD Feb 00 TC
  38349. All Packages
  38350. Apple Grayscale Appearance
  38351. 5748X
  38352. ound."
  38353.     return
  38354. end try
  38355. Deletedq
  38356. Dev.CD Nov 99 TC
  38357. D!All Packages
  38358. Tool Chest Edition
  38359. Robix & sources
  38360. w--set theItem to choose file -- uncomment to test in an AS editor
  38361.     tell application "Finder"
  38362.         open item "Developer CD (II)
  38363. Excellent CD (I)"
  38364.         activate
  38365.     end tell
  38366. on error errMsg number errNum
  38367.     --enter statements to perform when no records are found such as...
  38368.     display dialog "Sorry, the item you selected could not be found."
  38369.     return
  38370. end try
  38371. xperienced Macintosh hardware and software developers with general information about the product. 
  38372. J/Workgroup Server 9150
  38373. Workgroup_Server_9650.pdfK
  38374. Oct 97L
  38375. Oct 97N}Apple servers, 9650/350, Workgroup Server, server, server developer note, 100BaseTx Ethernet, network server, internet serverOADev.CD Mar 98 RL:Technical Documentation:Developer Notes:Servers:PIDev.CD Mar 98 RL
  38376.  - Technical Documentation
  38377.  - Developer Notes
  38378.  - Servers
  38379. change@
  38380. deleted@
  38381. change@
  38382. package@
  38383. apple@
  38384. AppleScript SDK 1.3.4
  38385. Summary:  AppleScript is an easy-to-use scripting language that is as consistent across applications as the Macintosh graphical interface itself.  AppleScript is designed to meet a wide range of user needs and levels of experience. Through implementation of this scripting system at the system software level, Apple has made scripting an integral part of the Macintosh computing environment, as common to Macintosh applications as copy-and-paste editing.
  38386. This package contains documentation (u
  38387. Dev.CD Apr 9V
  38388. 4532X
  38389. Jul 93
  38390. p--set theItem to choose file -- uncomment to test in an AS editor
  38391.     tell application "Finder"
  38392.         open item "Dev.CD Jul 93
  38393. Dev.CD Apr 93"
  38394.         activate
  38395.     end tell
  38396. on error errMsg number errNum
  38397.     --enter statements to perform when no records are found such as...
  38398.     display dialog "Sorry, the item you selected could not be found."
  38399.     return
  38400. end try
  38401. All Packages
  38402. F    QuickTimeO
  38403. Dev.CD Jul 93V
  38404. 4533X
  38405. O9Dev.CD Feb 00 TC:What's New?:Sample Code:Games:DroneZone:PDDev.CD Feb 00 TC
  38406.  - What's New?
  38407.  - Sample Code
  38408.  - Games
  38409.  - DroneZone.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:FinderEvents 1.2:"
  38410.         activate
  38411.     end tell
  38412. on error errMsg number errNum
  38413.     --enter statements to perform when no records are found such as...
  38414.     display dialog "Sorry, the item you selected could not be found."
  38415.     return
  38416. end try
  38417. e Setup
  38418. Dev.CD Dec 99 RL Disk 1
  38419. D!All Packages
  38420. Tool Chest Edition
  38421. Driver Installer
  38422. xSummary: Driver Installer is a quick and dirty application to install drivers in an INIT or cdev file during the development cycle of the drivers.
  38423. When developing drivers we sometimes need to go into ResEdit a thousand times to copy DRVR and DATA resources to a file containing an INIT resource. This program automates copying resources and setting attributes a little bit.  
  38424.     No Change
  38425. 5923X
  38426. Feb 00^
  38427. --set theItem to choose file -- uncomment to test in an AS editor
  38428.     tell application "Finder"
  38429.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Games:DroneZone:"
  38430.         activate
  38431.     end tell
  38432. on error errMsg number errNum
  38433.     --enter statements to perform when no records are found such as...
  38434.     display dialog "Sorry, the item you selected could not be found."
  38435.     return
  38436. end try
  38437. New Packagef6InputSprocket
  38438. DrawSprocket
  38439. SoundSprocket
  38440. 3D Sound
  38441. QD3Dq
  38442. Dev.CD Feb 00 TC
  38443. D!All Packages
  38444. Tool Chest Edition
  38445. PS 1.1.3
  38446. FinderLaunch
  38447. RA routine for sending an open documents Apple event to the finder.  This routine provides functionality equivalent to selecting a document/file/application and choosing the open command in the Finder's file menu. 
  38448. allows application to tell the finder to open and display the contents of folders, launch applications, and open documents.
  38449.     No Change
  38450.  real project.
  38451. It has not been extensively tested. It is code written by the sprockets engineers, expressly to demonstrate the sprockets. The InputSprocket code in this version is solid, and was specifically designed to be similar to a flightsim so that those who are working on a project with flight-sim like controls can use the InputSprocket code almost verbatim.
  38452. You will need to download InputSprocket 1.2.1 in order to build this project.
  38453. DroneZone
  38454. DroneZone Release Notes.doc
  38455. DroneZone.CW2.prj
  38456. DroneZone.CW5.prj
  38457. DZAutoDrone.3DMF
  38458. DZAutoDroneBurn.3DMF
  38459. DZAutoDroneExpl.3DMF
  38460. DZDisplay.c
  38461. DZDisplay.h
  38462. DZDrone.c
  38463. DZDrone.h
  38464. DZEvenMoreResources.r
  38465. DZEvents.c
  38466. DZEvents.h
  38467. DZGame.c
  38468. DZGame.h
  38469. DZInput.c
  38470. DZInput.h
  38471. DZISpPresets.r
  38472. DZISpPresets.rsrc
  38473. DZKeyCap.h
  38474. DZMain.c
  38475. DZMain.h
  38476. DZMenu.c
  38477. DZMenu.h
  38478. DZMoreResources.r
  38479. DZPrefix.h
  38480. DZResource.h
  38481. DZResource.rsrc
  38482. DZSound.c
  38483. DZSound.h
  38484. DZSound.rsrc
  38485. DZSpace.c
  38486. DZSpace.h
  38487. DZThumbprint.h
  38488. DZUtils.c
  38489. DZUtils.h
  38490. DZVersionB
  38491. Feb 00
  38492. dzkeycap
  38493. dzmain
  38494. dzmain
  38495. dzmain
  38496. dzmenu
  38497. dzmenu
  38498. dzmenu
  38499. dzmoreresources
  38500. dzmoreresources
  38501. dzprefix
  38502. dzprefix
  38503. dzresource
  38504. dzresource
  38505. dzresource
  38506. dzsound
  38507. dzsound
  38508. dzsound
  38509. dzsound
  38510. dzspace
  38511. dzspace
  38512. dzspace
  38513. dzthumbprint
  38514. dzthumbprint
  38515. dzutils
  38516. dzutils
  38517. dzutils
  38518. dzversion
  38519. dzversion
  38520. e-spanish
  38521. easyview
  38522. dialog "Sorry, the item you selected could not be found."
  38523.     return
  38524. end try
  38525. l Packages
  38526. Tool Chest Edition
  38527. PS 1.1.3
  38528. MUQuickDraw 3D, GameSprockets, and either Universal Interfaces 3.3 or GameSprockets SDKN:InputSprocket, DrawSprocket, SoundSprocket, 3D Sound, QD3D An XCMD which can send all known FinderEvents from Hypercard 2.1 including Pascal source code.
  38529. Features: Uses Finder custom AppleEvents to make Finder execute functions. Has ability to launch apps on remote machines!J+FinderEvents
  38530. FinderEvents 1.2 Release NotesK
  38531. Jan 92M
  38532. Hypercard 2.1, System 7O^Dev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:FinderEvents 1.2:PlDev.CD Feb 00 TC
  38533.  - Tool Chest
  38534.  - Development Kits
  38535.  - HyperCard Related
  38536.  - XCMDs & XFCNs
  38537.  - FinderEvents 1.2V
  38538. 4098X
  38539. Feb 00^
  38540. PS requires System 7.0 or later, and is compatible with System 7.5, 68040 and PowerPC-based Macs, 32-bit addressing, and virtual memory.O>Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:Drop
  38541. PS 1.1.3:PFDev.CD Nov 99 TC
  38542.  - Tool Chest
  38543.  - Developer Utilities
  38544.  - Drop
  38545. PS 1.1.3
  38546. Summary:  The System 7.5.5 Update is a set of system software enhancements that improves the reliability and performance of all Macintosh and Mac OS-compatible computers running system software version 7.5.3.  The System 7.5.5 Update also includes all of the improvements delivered with System 7.5.3 Revision 2.  Therefore, it is not necessary to install System 7.5.3 Revision 2 before installing System 7.5.5 Update.
  38547. Apple recommends that all customers who are currently using System 7.5.3 sh
  38548. Tould install the System 7.5.5 Update.  If you are using a system software version prior to System 7.5.3, you must upgrade to System 7.5.3 before you install this update.  (If you are using System 7.5, 7.5.1, or 7.5.2, you can use System 7.5 Update 2.0 to upgrade to System 7.5.3.).
  38549. See the document "About System 7.5.5 Update" for details.
  38550. JO009-4525 (Disk 1)
  38551. 009-4526 (Disk 2)
  38552. 009-4527 (Disk 3)
  38553. About System 7.5.5 UpdateK
  38554. Nov 96O5Dev.CD Nov 99 TC:System Software:System 7.5.5 Update:
  38555. Summary:  Drop
  38556. PS provides the ability to download PostScript text files, as well as EPS (Encapsulated PostScript) files, to a network-connected PostScript printer. Files may be downloaded in the background, and entire folders or disks may be downloaded as well.
  38557. Features:  This updated version fixes a bug which prevented Drop
  38558. PS from seeing printers in zones other than the default one.
  38559. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for aBbny problems you may encounter in its use.  
  38560. PS is freeware, provided by Bare Bones Software.
  38561. J-!NOT AN APPLE PRODUCT!:
  38562. About Drop
  38563. Nov 94L
  38564. Sep 95M
  38565. PS requires System 7.0 or later, and is compatible with System 7.5, 68040 and PowerPC-based Macs, 32-bit addressing, and virtual memory.O>Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:Drop
  38566. PS 1.1.3:PFDev.CD Nov 99 TC
  38567.  - Tool Chest
  38568.  - Developer Utilities
  38569.  - Drop
  38570. PS 1.1.3 HTML file so it will skip the HTML Tags and re
  38571. 5924X
  38572. Nov 99^
  38573. --set theItem to choose file -- uncomment to test in an AS editor
  38574.     tell application "Finder"
  38575.         open item "Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:Drop
  38576. PS 1.1.3:"
  38577.         activate
  38578.     end tell
  38579. on error errMsg number errNum
  38580.     --enter statements to perform when no records are found such as...
  38581.     display dialog "Sorry, the item you selected could not be found."
  38582.     return
  38583. end try
  38584. Deletedq
  38585. Dev.CD Nov 99 TC
  38586. D(All Packages
  38587. Reference Library Edition
  38588. DropDiskIxSummary:  DropDisk is an application that mounts disk images on the desktop.  See the file "About DropDisk" for details.J
  38589. About DropDisk
  38590. DropDiskK
  38591. Jan 95O*Dev.CD Dec 99 RL:Utilities:DropDisk 1.0b5:P/Dev.CD Dec 99 RL
  38592.  - Utilities
  38593.  - DropDisk 1.0b5V
  38594. 5925X
  38595. Dec 99^
  38596. All Packages
  38597. 7.5.2 (7200/9500)O
  38598. Dev.CD Oct 95 SSWP
  38599. Dev.CD Oct 95 SSV
  38600. 5437X
  38601. Oct 95
  38602. f--set theItem to choose file -- uncomment to test in an AS editor
  38603.     tell application "Finder"
  38604.         open item "Dev.CD Oct 95 SSW"
  38605.         activate
  38606.     end tell
  38607. on error errMsg number errNum
  38608.     --enter statements to perform when no records are found such as...
  38609.     display dialog "Sorry, the item you selected could not be found."
  38610.     return
  38611. end try
  38612. All Packages
  38613. 7.5.2 (7200/9500)O
  38614. Dev.CD Oct 95 SSWP
  38615. Dev.CD Oct 95 SSV
  38616. 5438X
  38617. Oct 95
  38618. f--set theItem to choose file -- uncomment to test in an AS editor
  38619.     tell application "Finder"
  38620.         open item "Dev.CD Oct 95 SSW"
  38621.         activate
  38622.     end tell
  38623. on error errMsg number errNum
  38624.     --enter statements to perform when no records are found such as...
  38625.     display dialog "Sorry, the item you selected could not be found."
  38626.     return
  38627. end try
  38628. All Packages
  38629. 7.5.2 (7200/9500)O
  38630. Dev.CD Oct 95 SSWV
  38631. 5439X
  38632. packages
  38633. Dev.CD Jan 9V
  38634. 6376X
  38635. Jan 94
  38636. b--set theItem to choose file -- uncomment to test in an AS editor
  38637.     tell application "Finder"
  38638.         open item "Dev.CD Jan 94"
  38639.         activate
  38640.     end tell
  38641. on error errMsg number errNum
  38642.     --enter statements to perform when no records are found such as...
  38643.     display dialog "Sorry, the item you selected could not be found."
  38644.     return
  38645. end try
  38646. All Packages
  38647. F    QuickTimeO
  38648. Dev.CD Jan 94P
  38649. Dev.CD Jan 9V
  38650. 6377X
  38651. Jan 94
  38652. b--set theItem to choose file -- uncomment to test in an AS editor
  38653.     tell application "Finder"
  38654.         open item "Dev.CD Jan 94"
  38655.         activate
  38656.     end tell
  38657. on error errMsg number errNum
  38658.     --enter statements to perform when no records are found such as...
  38659.     display dialog "Sorry, the item you selected could not be found."
  38660.     return
  38661. end try
  38662. All Packages
  38663. F    QuickTimeO
  38664. Dev.CD Jan 94P
  38665. Dev.CD Jan 9V
  38666. 6378X
  38667. Jan 94
  38668. tmlrenderinglib
  38669. packages
  38670. htmlrenderinglib
  38671. interleaving
  38672. international
  38673. international
  38674. glossaries
  38675. internationalization
  38676. internet
  38677. interrupt
  38678. interrupt
  38679. debugging
  38680. introduction
  38681. investment
  38682. iostreams
  38683. cd-rom
  38684. device
  38685. driver
  38686. keyboard
  38687. keyboard
  38688. kibitz
  38689. language
  38690. laserwriter
  38691. launch
  38692. layers
  38693. library
  38694. linking
  38695. loadable
  38696. loading
  38697. locales
  38698. localization
  38699. localized
  38700. location
  38701. location
  38702. configuration
  38703. setting
  38704. preference
  38705. switch
  38706. module
  38707. lproj
  38708. macapp
  38709. macapp
  38710. framework
  38711. object-oriented
  38712. classes
  38713. editor
  38714. resou
  38715. machine
  38716. macintosh
  38717. macintosh
  38718. powerbook
  38719. series
  38720. developers
  38721. powerpc
  38722. backside
  38723. asian
  38724. asic/fpga
  38725. aside
  38726. ment to test in an AS editor
  38727.     tell application "Finder"
  38728.         open item "Dev.CD Feb 00 TC:Sample Code:"
  38729.         activate
  38730.     end tell
  38731. on error errMsg number errNum
  38732.     --enter statements to perform when no records are found such as...
  38733.     display dialog "Sorry, the item you selected could not be found."
  38734.     return
  38735. end try
  38736. Movedq
  38737. Dev.CD Feb 00 TC
  38738. D!All Packages
  38739. Tool Chest Edition
  38740. DumpARPCacheIBA tiny sample that shows how to view the Open Transport ARP cache.J'Sample Code.img
  38741. Windows Sample Code.imgK
  38742. May 98L
  38743. Jun 98M
  38744. OpenTransportN"OpenTransport, arp, cache, displayO
  38745. Dev.CD Feb 00 TC:Sample Code:P
  38746. Dev.CD Feb 00 TC
  38747.  - Sample CodeV
  38748. 2249X
  38749. Feb 00^
  38750. client-server
  38751. client/server
  38752. clients
  38753. clipboard
  38754. clipped
  38755. clipper
  38756. clipping
  38757. clock
  38758. clocksW
  38759. close
  38760. closeall
  38761. closed
  38762. closeport
  38763. closest
  38764. closing
  38765. clouseau
  38766. clues
  38767. clusters
  38768. cluts
  38769. clutwind
  38770. cmchoose
  38771. cmd-opt-o-f
  38772. glossaries
  38773. glossary
  38774. goodies
  38775. graphics
  38776. grayscale
  38777. guide
  38778. system
  38779. update
  38780. is snippet shows how to create and install your  own custom search procedure.  In this example, the searchProc performs RGB color separation.
  38781. SeedCFill Example:  This snippet shows how to use the SeedCFill routine.
  38782. Snapshot:  This program demonstrates how to easily capture the main screen's desktop image into your own window.
  38783. TE Over Background:  This sample shows how to use TextEdit over a background GWorld without those nasty white patches. The trick is to patch the bottlenecks for th
  38784. e port so that when TextEdit erases it just copies your bits rather than erasing.
  38785. Thumbnail Test:  a routine to illustrate the use of copybits to generate thumbnail images
  38786. TickAnimate:  Sample of how to use ticks to synchronize drawing to the screen.
  38787. TranslateRotate:  This MPW Tool demonstrates the use of the Fixed and Frac types to perform simple 2D translation and rotation.
  38788. txRatio PICT:  Creates a PICT file with a PICT containing the txRatio opcode.  Someone wanted such a picture, s
  38789. All Packages
  38790. Dev.CD Jul 99 SSWP
  38791. Dev.CD Jul 99 SSV
  38792. 5695X
  38793. Jul 99
  38794. f--set theItem to choose file -- uncomment to test in an AS editor
  38795.     tell application "Finder"
  38796.         open item "Dev.CD Jul 99 SSW"
  38797.         activate
  38798.     end tell
  38799. on error errMsg number errNum
  38800.     --enter statements to perform when no records are found such as...
  38801.     display dialog "Sorry, the item you selected could not be found."
  38802.     return
  38803. end try
  38804. All Packages
  38805. Dev.CD Jul 99 SSWP
  38806. Dev.CD Jul 99 SSV
  38807. 5696X
  38808. Jul 99
  38809. f--set theItem to choose file -- uncomment to test in an AS editor
  38810.     tell application "Finder"
  38811.         open item "Dev.CD Jul 99 SSW"
  38812.         activate
  38813.     end tell
  38814. on error errMsg number errNum
  38815.     --enter statements to perform when no records are found such as...
  38816.     display dialog "Sorry, the item you selected could not be found."
  38817.     return
  38818. end try
  38819. All Packages
  38820. Dev.CD Jul 99 SSWP
  38821. Dev.CD Jul 99 SSV
  38822. 5697X
  38823. Jul 99
  38824. +e    No Changef
  38825. Apple Events
  38826. AppleEventsq
  38827. Dev.CD Dec 99 RL Disk 1
  38828. ,D!All Packages
  38829. Tool Chest Edition
  38830. Apple Event XCMDs 1.0b3
  38831. Summary: This stack contains a collection of Apple Event XCMDs and handlers which can be used to send Apple events to Apple event-aware applications from HyperCard.  It replaces the SendAppleEvent XCMD stack which has been previously distributed via AppleLink and Apple's Developer CD.  Object specifiers and AERecords are  now supported in this stack!  With this HyperCard stack, you may easily create and send Apple events to an application.  By reading an application's 'aete' resource, whicBfh generates glue routines, you can "test drive" the application by sending it events that it supports.
  38832. J*Apple Event XCMDs b3
  38833. Apple Event XCMDs DocK
  38834. Nov 94OeDev.CD Feb 00 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Apple Event XCMDs 1.0b3:ge
  38835. MPW:Tool Chest:Devices:NuBus/Slot Manager:ROM Build/Download 3.2.4:V
  38836. 4588X
  38837. 1e    No Change
  38838. includes
  38839. dukemovie
  38840. dukemovie
  38841. dumpster
  38842. dutch
  38843. dutch
  38844. 1.1.3
  38845. development
  38846. primer
  38847. dzautodrone
  38848. dzautodrone
  38849. dzautodroneburn
  38850. dzautodroneburn
  38851. dzautodroneexpl
  38852. dzautodroneexpl
  38853. dzdisplay
  38854. dzdisplay
  38855. dzdisplay
  38856. dzdrone
  38857. dzdrone
  38858. dzdrone
  38859. dzevenmoreresources
  38860. dzevenmoreresources
  38861. dzevents
  38862. dzevents
  38863. dzevents
  38864. dzgame
  38865. dzgame
  38866. dzgame
  38867. dzinput
  38868. dzinput
  38869. dzinput
  38870. dzisppresets
  38871. dzisppresets
  38872. dzisppresets
  38873. dzkeycap
  38874.  Guide - File System Manager -- The documentation for the File System Manager in Apple DocViewer format.
  38875. Issues:  The File System Manager extension may be licensed for distribution from Apple Software Licensing.
  38876. summary
  38877. provides
  38878. ability
  38879. download
  38880. postscript
  38881. summary
  38882. dropdisk
  38883. application
  38884. mounts
  38885. images
  38886. summary
  38887. sample
  38888. illustrate
  38889. software
  38890. project
  38891. summary
  38892. edittextcdev
  38893. sample
  38894. control
  38895. panel
  38896. device
  38897. summary
  38898. evenbetterbuserror
  38899. helps
  38900. catch
  38901. reneg
  38902. summary
  38903. wanted
  38904. patch
  38905. high-level
  38906. langua
  38907. summary
  38908. example
  38909. building
  38910. simple
  38911. volumes
  38912. summary
  38913. finderheaps
  38914. debugging
  38915. allows
  38916. summary
  38917. years
  38918. chinese
  38919. input
  38920. bottleneck
  38921. summary
  38922. fragment
  38923. simple
  38924. application
  38925. designed
  38926. summary
  38927. gxgraphics
  38928. 1.1.6
  38929. extension
  38930. encompasses
  38931. summary
  38932. gxoverridetool
  38933. message
  38934. override
  38935. source
  38936. summary
  38937. noticed
  38938. there
  38939. isn't
  38940. effective
  38941. summary
  38942. hotsauce
  38943. technology
  38944. demonstration
  38945. based
  38946. ntosh
  38947. software
  38948. distributed
  38949. world
  38950. f--set theItem to choose file -- uncomment to test in an AS editor
  38951.     tell application "Finder"
  38952.         open item "Dev.CD Apr 97 SSW"
  38953.         activate
  38954.     end tell
  38955. on error errMsg number errNum
  38956.     --enter statements to perform when no records are found such as...
  38957.     display dialog "Sorry, the item you selected could not be found."
  38958.     return
  38959. end try
  38960.     display dialog "Sorry, the item you selected could not be found."
  38961.     return
  38962. end try
  38963. All Packages
  38964. System 7.5 Update 2.0O
  38965. Dev.CD Jul 96 SSWP
  38966. Dev.CD Jul 96 SSV
  38967. 4741X
  38968. Jul 96
  38969. f--set theItem to choose file -- uncomment to test in an AS editor
  38970.     tell application "Finder"
  38971.         open item "Dev.CD Jul 96 SSW"
  38972.         activate
  38973.     end tell
  38974. on error errMsg number errNum
  38975.     --enter statements to perform when no records are found such as...
  38976.     display dialog "Sorry, the item you selected could not be found."
  38977.     return
  38978. end try
  38979. All Packages
  38980. System 7.5 Update 2.0V
  38981. 4742X
  38982. 6518X
  38983. Feb 00^
  38984. r--set theItem to choose file -- uncomment to test in an AS editor
  38985.     tell application "Finder"
  38986.         open item "Dev.CD Feb 00 TC:Sample Code:"
  38987.         activate
  38988.     end tell
  38989. on error errMsg number errNum
  38990.     --enter statements to perform when no records are found such as...
  38991.     display dialog "Sorry, the item you selected could not be found."
  38992.     return
  38993. end try
  38994. e    No Changeq
  38995. Dev.CD Feb 00 TC
  38996. 0D!All Packages
  38997. Tool Chest Edition
  38998. Snippets - Processes
  38999. (** = new, * = revised)
  39000. 7.0fo:  An After Dark module which displays the processes currently running on the Macintosh. Shows how to use the Process Manager and uses True Type fonts.
  39001. Just Finder:  Handy little application for font workers -- run this and when it's done, the only foreground process you have left is the Finder, which means you can work freely within the Fonts folder.  Shows how to kill processes safely, which isn't as easy as it looks even though we have other snippets to doW
  39002. 1.1.3
  39003. dropdisk
  39004. context
  39005. switch
  39006. goodies
  39007. utilities
  39008. aug-95
  39009. dukemovie
  39010. dumparpcache
  39011. dumpnetworksetup
  39012. primer
  39013. edition
  39014. editor
  39015. edittextcdev
  39016. effect
  39017. eject
  39018. eject
  39019. cards
  39020. location
  39021. module
  39022. embedding
  39023. embedding
  39024. profile
  39025. documentation
  39026. emulator
  39027. Mac OS SDK Edition
  39028. Find By Content (FBC) Extractor
  39029. Deletedq
  39030. Dev.CD Dec 99 RL
  39031. D.All Packages
  39032. Tool Chest Edition
  39033. New & RevisedF
  39034. DSp Context Switch
  39035. Demonstration of DSp 1.7 or 1.1.4 context switching.  This eaxmple shows DSP context switching with both DSp 1.7 and later built in functions and the equivalent in DrawSprcoket 1.1.4 and earlier.
  39036. Due to a bug in earlier version of DSp 1.7, it is recommended that the DSpContext_Reserve and DSpContext_Queue functions only beused in DSp 1.7.3 and later, prior to this it is recommended that one use the earlier version of the the switching code.
  39037. The controls for the sample application are:
  39038. - BJright arrow for a larger context
  39039. - left arrow for smaller
  39040. - Cmd-Q to exit.
  39041. JfDSp Context Switch
  39042. DSp Context Switch Main.c
  39043. DSp Context Switch.CW2.
  39044. DSp Context Switch.CW5.
  39045. Read MeK
  39046. Feb 00M[PowerPC, System 8.1+, DrawSprocket, and either Universal Interfaces 3.3 or DrawSprocket SDKN
  39047. DrawSprocket, Context SwitchOBDev.CD Feb 00 TC:What's New?:Sample Code:Games:DSp Context Switch:
  39048. sample
  39049. which
  39050. demonstrates
  39051. ethernet
  39052. driver
  39053. code-like
  39054. modify
  39055. modifying
  39056. modifymouseaccl
  39057. modular
  39058. module
  39059. modules
  39060. mofify
  39061. moment
  39062. momentum
  39063. money
  39064. monitor
  39065. monitoringQ
  39066. monitors
  39067. monolithic
  39068. bring titles to market. By
  39069. understanding DVD and all that it entails, professional media develop-ers
  39070. can exploit its rich potential. This book is designed for those who are interested in the DVD format, want to create titles, and wish to understand the tools and technology required for DVD production.
  39071. Apr 99
  39072. --set theItem to choose file -- uncomment to test in an AS editor
  39073.     tell application "Finder"
  39074.         open item "Dev.CD Dec 99 RL:Utilities:DropDisk 1.0b5:"
  39075.         activate
  39076.     end tell
  39077. on error errMsg number errNum
  39078.     --enter statements to perform when no records are found such as...
  39079.     display dialog "Sorry, the item you selected could not be found."
  39080.     return
  39081. end try
  39082. can run automatically or under user control.
  39083. Issues: Tool for Developer use. Not for distribution.
  39084. JJ68K
  39085. File Sync 1.1 Developer Read Me
  39086. File Synchronization Guide
  39087. PowerPCK
  39088. Dec 97M"Designed for any MacOS 8 computer.NRfile, synchronization, sync, backup, assistant, folder, duplication, control panelOIDev.CD Feb 00 TC:Tool Chest:Developer Utilities:File Synchronization 1.1:PQDev.CD Feb 00 TC
  39089.  - Tool Chest
  39090.  - Developer Utilities
  39091.  - File Synchronization 1.1
  39092. Summary: System 7.0 standard window definition procedure.
  39093. Features: Use this as a guideline for making your custom windows emulate the standard system 7 look.J
  39094. StandardWDEF.aK
  39095. Vol VIIIM
  39096. System 7.0O4Dev.CD Feb 00 TC:Tool Chest:Toolbox:System 7.0 WDEF:P<Dev.CD Feb 00 TC
  39097.  - Tool Chest
  39098.  - Toolbox
  39099.  - System 7.0 WDEFV
  39100. 6580X
  39101. Feb 00^
  39102. --set theItem to choose file -- uncomment to test in an AS editor
  39103.     tell application "Finder"
  39104.         open item "Dev.CD Feb 00 TC:Tool Chest:Toolbox:System 7.0 WDEF:"
  39105.         activate
  39106.     end tell
  39107. on error errMsg number errNum
  39108.     --enter statements to perform when no records are found such as...
  39109.     display dialog "Sorry, the item you selected could not be found."
  39110.     return
  39111. end try
  39112. e    No Changeq
  39113. Dev.CD Feb 00 TC
  39114. All Packages
  39115. System 7.5 Update 1.0O
  39116. Dev.CD Jan 96 SSWP
  39117. Dev.CD Jan 96 SSV
  39118. 6581X
  39119. Jan 96
  39120. b--set theItem to choose file -- uncomment to test in an AS editor
  39121.     tell application "Finder"
  39122.         open item "Dev.CD Jul 93"
  39123.         activate
  39124.     end tell
  39125. on error errMsg number errNum
  39126.     --enter statements to perform when no records are found such as...
  39127.     display dialog "Sorry, the item you selected could not be found."
  39128.     return
  39129. end try
  39130. elected could not be found."
  39131.     return
  39132. end try
  39133. All Packages
  39134. 7.0O-Dev.CD Vol. X
  39135. Dev.CD Vol. IX
  39136. Dev.CD Vol. VIIIP,Dev.CD Vol. X
  39137. Dev.CD Vol. IX
  39138. Dev.CD Vol. VIIV
  39139. 5218X
  39140. Vol. X
  39141. --set theItem to choose file -- uncomment to test in an AS editor
  39142.     tell application "Finder"
  39143.         open item "Dev.CD Vol. X
  39144. Dev.CD Vol. IX
  39145. Dev.CD Vol. VIII"
  39146.         activate
  39147.     end tell
  39148. on error errMsg number errNum
  39149.     --enter statements to perform when no records are found such as...
  39150.     display dialog "Sorry, the item you selected could not be found."
  39151.     return
  39152. end try
  39153. All Packages
  39154. Dev.CD Vol. X
  39155. Dev.CD Vol. IXP
  39156. Dev.CD Vol. X
  39157. Dev.CD Vol. IV
  39158. 5219X
  39159. Vol. X
  39160. 5387X
  39161. Jul 95
  39162. ~--set theItem to choose file -- uncomment to test in an AS editor
  39163.     tell application "Finder"
  39164.         open item "Dev.CD Jul 95
  39165. Dev.CD Apr 95
  39166. Dev.CD Jan 95"
  39167.         activate
  39168.     end tell
  39169. on error errMsg number errNum
  39170.     --enter statements to perform when no records are found such as...
  39171.     display dialog "Sorry, the item you selected could not be found."
  39172.     return
  39173. end try
  39174. All Packages
  39175. Dev.CD Jul 95
  39176. Dev.CD Apr 95P
  39177. Dev.CD Jul 95
  39178. Dev.CD Apr 9V
  39179. 5388X
  39180. Jul 95
  39181. p--set theItem to choose file -- uncomment to test in an AS editor
  39182.     tell application "Finder"
  39183.         open item "Dev.CD Jul 95
  39184. Dev.CD Apr 95"
  39185.         activate
  39186.     end tell
  39187. on error errMsg number errNum
  39188.     --enter statements to perform when no records are found such as...
  39189.     display dialog "Sorry, the item you selected could not be found."
  39190.     return
  39191. end try
  39192. All Packages
  39193. Dev.CD Jul 95P
  39194. Dev.CD Jul 9V
  39195. 5389X
  39196. Jul 95
  39197. ound."
  39198.     return
  39199. end try
  39200. --set theItem to choose file -- uncomment to test in an AS editor
  39201.     tell application "Finder"
  39202.         open item "Dev.CD Apr 93
  39203. Dev.CD Sept 92
  39204. Dev.CD Aug 92"
  39205.         activate
  39206.     end tell
  39207. on error errMsg number errNum
  39208.     --enter statements to perform when no records are found such as...
  39209.     display dialog "Sorry, the item you selected could not be found."
  39210.     return
  39211. end try
  39212. tionIndexV
  39213. 4997X
  39214. Dec 99^    RL Disk 2
  39215. --set theItem to choose file -- uncomment to test in an AS editor
  39216.     tell application "Finder"
  39217.         open item "Dev.CD Dec 99 RL Disk 2:Technical Publications:FunctionIndex:"
  39218.         activate
  39219.     end tell
  39220. on error errMsg number errNum
  39221.     --enter statements to perform when no records are found such as...
  39222.     display dialog "Sorry, the item you selected could not be found."
  39223.     return
  39224. end try
  39225. e    No Changef#Function Index
  39226. Mac OS 8
  39227. Inside Mac.q
  39228. Dev.CD Dec 99 RL Disk 2
  39229. All Packages
  39230. F Technical Publications: Hardware
  39231. 4998X
  39232. @O9Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleSearch:P>Dev.CD Apr 98 SDK1
  39233.  - Development Kits (Disc 1)
  39234.  - AppleSearchV
  39235. 5767X
  39236. Apr 98^
  39237. --set theItem to choose file -- uncomment to test in an AS editor
  39238.     tell application "Finder"
  39239.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleSearch:"
  39240.         activate
  39241.     end tell
  39242. on error errMsg number errNum
  39243.     --enter statements to perform when no records are found such as...
  39244.     display dialog "Sorry, the item you selected could not be found."
  39245.     return
  39246. end try
  39247. e    No Changeq
  39248. Dev.CD Apr 98 SDK1
  39249. AD!All Packages
  39250. Mac OS SDK Edition
  39251. AppleShare Client API SDK
  39252. The AppleShare Client API SDK consists of routines for creating and parsing AFP URLs and a set of routines for working with shared volumes.  This SDK provides developer documentation, header files, and libraries for taking advantage of the AppleShare Client API.
  39253. 5768X
  39254. 1e    No Change
  39255. PMDev.CD Feb 00 TC
  39256.  - What's New?
  39257.  - Sample Code
  39258.  - Games
  39259.  - DSp Context SwitchV
  39260. 5926X
  39261. Feb 00^
  39262. --set theItem to choose file -- uncomment to test in an AS editor
  39263.     tell application "Finder"
  39264.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:Games:DSp Context Switch:"
  39265.         activate
  39266.     end tell
  39267. on error errMsg number errNum
  39268.     --enter statements to perform when no records are found such as...
  39269.     display dialog "Sorry, the item you selected could not be found."
  39270.     return
  39271. end try
  39272. New Packagef
  39273. DrawSprocket
  39274. Context Switchq
  39275. Dev.CD Feb 00 TC
  39276. D!All Packages
  39277. Tool Chest Edition
  39278. DTS MPW Goodies
  39279.     sting & Debugging:General tools:"
  39280.         activate
  39281.     end tell
  39282. on error errMsg number errNum
  39283.     --enter statements to perform when no records are found such as...
  39284.     display dialog "Sorry, the item you selected could not be found."
  39285.     return
  39286. end try
  39287. e    No Changeq
  39288. Dev.CD Feb 00 TC
  39289. D!All Packages
  39290. Tool Chest Edition
  39291. File Synchronization 1.1
  39292.     H@a modal dialog box (this is a helpful example in its own right).
  39293. J'Sample Code.img
  39294. Windows Sample Code.imgK
  39295. May 97L
  39296. May 97O
  39297. Dev.CD Feb 00 TC:Sample Code:P
  39298. Dev.CD Feb 00 TC
  39299.  - Sample CoderMsg number errNum
  39300.     --enter statements to perform when no records are found such as...
  39301.     display dialog "Sorry, the item you selected could not be found."
  39302.     return
  39303. end try
  39304. switch
  39305. switch
  39306. switz
  39307. switz
  39308. distributors/localiz
  39309. symantec
  39310. symantec
  39311. builds
  39312. symfiles
  39313. synccatch
  39314. synchronization
  39315. synthesis
  39316. sysconfig
  39317. sysconfig
  39318. 1.5b16
  39319. sysenv
  39320. sysenv
  39321. 1.0d13
  39322. system
  39323. system
  39324. related
  39325. system
  39326. additions
  39327. system
  39328. folder
  39329. items
  39330. system
  39331. picker
  39332. systemfolder
  39333. systemfolder
  39334. t-italian
  39335. ta-tradchinese
  39336. tabloid
  39337. tabloid
  39338. phony
  39339. telephony
  39340. suite
  39341. template
  39342. terminology
  39343. terminology
  39344. target
  39345. testbanks
  39346. testbanks
  39347. testcpp
  39348. testing
  39349. testmagic
  39350. testmagic
  39351. tests
  39352. testvrmedia
  39353. testvrmedia
  39354. extractors
  39355. plug-ins
  39356. textchanger
  39357. advance
  39358. advanced
  39359. advantage
  39360. advantages
  39361. adventures
  39362. advertisements
  39363. advertising
  39364. advice
  39365. advisable
  39366. ae/em
  39367. aecdev/aedeamon
  39368. aecoercion
  39369. aecoercioninit
  39370. aerecords
  39371. aesend
  39372. aetracker
  39373. affect
  39374. affected
  39375. affects
  39376. affordable
  39377. affordance
  39378. afloat
  39379. after
  39380. again
  39381. against
  39382. age-old
  39383. agent
  39384. agents
  39385. aggregate
  39386. aggressive
  39387. aglfonts
  39388. Summary: This folder contains MPW goodies from Developer Technical Support. 
  39389. Features:  
  39390.  AddChange
  39391.  AddHeader
  39392.  CancelWindowCheckOut
  39393.  ChangeFileName
  39394.  CheckedOutFiles
  39395.  CheckInAll
  39396.  CheckWindowIn
  39397.  CheckWindowOut
  39398.  CompareDirText
  39399.  CompareLastRevision
  39400.  CoolRequest
  39401.  CvtCComments
  39402.  DirActive
  39403.  Docs & Help Files:
  39404.  FindChange
  39405.  FindLurkers
  39406.  FLookup
  39407.  GetKeys
  39408.  GetLastChange
  39409.  GetMFSize
  39410.  InitProjector
  39411.  Justify
  39412.  KeyMenu
  39413.  Lookup
  39414.  LookupMenu
  39415.  MarkC
  39416.  MarkPascal
  39417.  MountProjector
  39418.  MountServer
  39419.  MyBuildMenu
  39420.  OpenCheckedOut
  39421.  OpenMultFiles
  39422.  OSErr
  39423.  PasMatIt
  39424.  Print2
  39425.  ProjectFolders
  39426.  ProjectMenu
  39427.  ProjListMenu
  39428.  Quit
  39429.  RelString
  39430.  SetMarkers
  39431.  SetMFSize
  39432.  SetProject
  39433.  SetProjector
  39434.  SourceMenu
  39435.  Srcs:
  39436.  StripUnits
  39437.  Trim
  39438.  UnmountProjector
  39439.  UnwrapCommentText
  39440.  UserStartup
  39441. Goodies
  39442.  Wild
  39443.  WrapCommentText
  39444. MPW Goodies Info
  39445. Vol IIIL
  39446. Vol VII
  39447. cmd-q
  39448. cn-gb
  39449. co-exist
  39450. coach
  39451. cocoa
  39452. coconut
  39453. --set theItem to choose file -- uncomment to test in an AS editor
  39454.     tell application "Finder"
  39455.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:Slot Look:"
  39456.         activate
  39457.     end tell
  39458. on error errMsg number errNum
  39459.     --enter statements to perform when no records are found such as...
  39460.     display dialog "Sorry, the item you selected could not be found."
  39461.     return
  39462. end try
  39463. network
  39464. software
  39465. installer
  39466. insta
  39467. summary
  39468. zaptcp
  39469. provides
  39470. safety
  39471. mactcp
  39472. developers
  39473. summary
  39474. ranger
  39475. freeware
  39476. utility
  39477. provides
  39478. summer
  39479. sun's
  39480. sunsoft
  39481. super
  39482. b--set theItem to choose file -- uncomment to test in an AS editor
  39483.     tell application "Finder"
  39484.         open item "Dev.CD Oct 94"
  39485.         activate
  39486.     end tell
  39487. on error errMsg number errNum
  39488.     --enter statements to perform when no records are found such as...
  39489.     display dialog "Sorry, the item you selected could not be found."
  39490.     return
  39491. end try
  39492. = new, * = revised)
  39493. Inline Input for TextEdit:  This package helps developers implement inline input for TextEdit using the TSMTE extension in their applications. The package provides sample code for implementing inline input for TextEdit, the TSMTE interfaces, and the TSMTE extension. It is intended to be used along with Macintosh Technical Note TE 27 - Inline Input for TextEdit with TSMTE.
  39494. SimpleText Sample:  This is some SimpleText source code. It shows how to write SimpleText, imBUplements calling PPC library from 68k code, using AppleGuide, and other swell things.
  39495. J'Sample Code.img
  39496. Windows Sample Code.imgK
  39497. May 97L
  39498. May 97O
  39499. Dev.CD Feb 00 TC:Sample Code:P
  39500. Dev.CD Feb 00 TC
  39501.  - Sample Codeu
  39502. promptoid
  39503. promptoid
  39504. protocol
  39505. protos
  39506. prototyping
  39507. prototyping
  39508. toolkit
  39509. ptags
  39510. ptags
  39511. manual
  39512. ptags
  39513. manual
  39514. pubscatalog
  39515. pubscatalog
  39516. pubsorderform
  39517. pubsorderform
  39518. "e    No Changeq
  39519. Dev.CD Feb 00 TC
  39520. #D!All Packages
  39521. Tool Chest Edition
  39522. SlotsI
  39523. Slots: This application allows you to view Declaration ROM structures by either parsing the ROM directly or using Slot Manager calls.  J
  39524. SlotsK
  39525. Oct 92O<Dev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:SlotsPGDev.CD Feb 00 TC
  39526.  - Tool Chest
  39527.  - Devices
  39528.  - NuBus/Slot Manager
  39529.  - SlotV
  39530. 6506X
  39531. Feb 00^
  39532. --set theItem to choose file -- uncomment to test in an AS editor
  39533.     tell application "Finder"
  39534.         open item "Dev.CD Feb 00 TC:Tool Chest:Devices:NuBus/Slot Manager:Slots"
  39535.         activate
  39536.     end tell
  39537. on error errMsg number errNum
  39538.     --enter statements to perform when no records are found such as...
  39539.     display dialog "Sorry, the item you selected could not be found."
  39540.     return
  39541. end try
  39542. e    No Changeq
  39543. Dev.CD Feb 00 TC
  39544. $D!All Packages
  39545. Tool Chest Edition
  39546. SnapshotSample1.0b4
  39547. OSDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTTestApplet:PaDev.CD Feb 00 TC
  39548.  - What's New?
  39549.  - Sample Code
  39550.  - QuickTime
  39551.  - QuickTime for Java
  39552.  - QTTestAppletV
  39553. 6246X
  39554. Feb 00^
  39555. --set theItem to choose file -- uncomment to test in an AS editor
  39556.     tell application "Finder"
  39557.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:QTTestApplet:"
  39558.         activate
  39559.     end tell
  39560. on error errMsg number errNum
  39561.     --enter statements to perform when no records are found such as...
  39562.     display dialog "Sorry, the item you selected could not be found."
  39563.     return
  39564. end try
  39565. New Packagef
  39566. QuickTime
  39567. Dev.CD Feb 00 TC
  39568.  D.All Packages
  39569. Tool Chest Edition
  39570. New & RevisedF
  39571. QTtoJavaImageIuThis demo program shows the usage of the GraphicsImporterDrawer is used to produce pixels to create a java.awt.Image
  39572. J5qj.bat
  39573. QTtoJavaImage
  39574. QTtoJavaImage.zip
  39575. README.txt
  39576. Feb 00
  39577. quicktake
  39578. quicktime
  39579. 5927X
  39580. Feb 00^
  39581. --set theItem to choose file -- uncomment to test in an AS editor
  39582.     tell application "Finder"
  39583.         open item "Dev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:DTS MPW Goodies:"
  39584.         activate
  39585.     end tell
  39586. on error errMsg number errNum
  39587.     --enter statements to perform when no records are found such as...
  39588.     display dialog "Sorry, the item you selected could not be found."
  39589.     return
  39590. end try
  39591. e    No Changeq
  39592. Dev.CD Feb 00 TC
  39593. D!All Packages
  39594. Tool Chest Edition
  39595. DTS QT Utilities.Aug-95I
  39596. Summary:  This is a collection of useful QuickTime functions and applications. Consult the documentation inside the Documentation folder for more details.J'Sample Code.img
  39597. Windows Sample Code.imgK
  39598. Jun 95L
  39599. Nov 95O
  39600. Dev.CD Feb 00 TC:Sample Code:P
  39601. Dev.CD Feb 00 TC
  39602.  - Sample CodeV
  39603. 5928X
  39604. Feb 00^
  39605. 4092X
  39606. May 98^
  39607. DPgDev.CD Dec 99 RL Disk 1
  39608.  - Technical Documentation
  39609.  - Misc. Standards
  39610.  - AppleSingle/AppleDouble FormatV
  39611. 5771X
  39612. Dec 99^    RL Disk 1
  39613. --set theItem to choose file -- uncomment to test in an AS editor
  39614.     tell application "Finder"
  39615.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Misc. Standards:AppleSingle/AppleDouble Format:"
  39616.         activate
  39617.     end tell
  39618. on error errMsg number errNum
  39619.     --enter statements to perform when no records are found such as...
  39620.     display dialog "Sorry, the item you selected could not be found."
  39621.     return
  39622. end try
  39623. e    No Changeq
  39624. Dev.CD Dec 99 RL Disk 1
  39625. AppleTalk and PPP
  39626. @Summary: This package includes the draft specifications for running AppleTalk over the Point-to-Point Protocol.  If you want to implement AppleTalk running over the Point-to-Point Protocol you should follow these specifications as they are standardized in the Internet Engineering Task Force.
  39627. Issues:Specifications only
  39628. ons only
  39629. Nov 94
  39630. Vol IIIL
  39631. Vol VIIOIDev.CD Feb 00 TC:Tool Chest:Development Kits:MPW Related:DTS MPW Goodies:PTDev.CD Feb 00 TC
  39632.  - Tool Chest
  39633.  - Development Kits
  39634.  - MPW Related
  39635.  - DTS MPW Goodiesial beginning to the development of any database driven web site. This survival guide explains the most commonly used features and options available in the EOModeler application.
  39636. EOModeler.pdfK
  39637. Jun 99M
  39638. Acrobat Reader 3.0N
  39639. EOModeler, databaseO>Dev.CD Dec 99 RL Disk 1:Interactive Media Resources:EOModeler:PCDev.CD Dec 99 RL Disk 1
  39640.  - Interactive Media Resources
  39641.  - EOModelerV
  39642. 4091X
  39643. Dec 99^    RL Disk 1
  39644. --set theItem to choose file -- uncomment to test in an AS editor
  39645.     tell application "Finder"
  39646.         open item "Dev.CD Dec 99 RL Disk 1:Interactive Media Resources:EOModeler:"
  39647.         activate
  39648.     end tell
  39649. on error errMsg number errNum
  39650.     --enter statements to perform when no records are found such as...
  39651.     display dialog "Sorry, the item you selected could not be found."
  39652.     return
  39653. end try
  39654. AddChange
  39655. AddHeader
  39656. CancelWindowCheckOut
  39657. ChangeFileName
  39658. CheckedOutFiles
  39659. CheckInAll
  39660. CheckWindowIn
  39661. CheckWindowOut
  39662. CompareDirText
  39663. CompareLastRevision
  39664. CoolRequest
  39665. CvtCComments
  39666. DirActive
  39667. Docs & Help Files
  39668. FindChange
  39669. FindLurkers
  39670. FLookup
  39671. GetKeys
  39672. GetLastChange
  39673. GetMFSize
  39674. InitProjector
  39675. Justify
  39676. KeyMenu
  39677. Lookup
  39678. LookupMenu
  39679. MarkC
  39680. MarkPascal
  39681. MountProjector
  39682. MountServer
  39683. MyBuildMenu
  39684. OpenCheckedOut
  39685. OpenMultFiles
  39686. OSErr
  39687. PasMatIt
  39688. Print2
  39689. ProjectFolders
  39690. ProjectMenu
  39691. ProjListMenu
  39692. RelString
  39693. SetMarkers
  39694. SetMFSB
  39695. SetProject
  39696. SetProjector
  39697. SourceMenu
  39698. StripUnits
  39699. UnmountProjector
  39700. UnwrapCommentText
  39701. UserStartup
  39702. Goodies
  39703. WrapCommentText
  39704. MPW Goodies Info
  39705. MPW Goodies Info.txt
  39706. qualified
  39707. query
  39708. quick
  39709. quickdraw
  39710. quickdraw
  39711. windows
  39712. metafile
  39713. quickdraw
  39714. graphics
  39715. quickdraw
  39716. gxgraphics
  39717. 1.1.6
  39718. quickdraw
  39719. raster
  39720. imagewriter
  39721. halftone
  39722. dither
  39723. sample
  39724. quickdraw
  39725. spooler
  39726. print
  39727. patch
  39728. appleshare
  39729. novell
  39730. netware
  39731. quicktake
  39732. quicktake
  39733. windows
  39734. digital
  39735. camera
  39736. quicktime
  39737. quicktime
  39738. effects
  39739. quicktime
  39740. yellow
  39741. appkit
  39742. reference
  39743. quicktime
  39744. quicktime
  39745. windows
  39746. quicktime
  39747. compress
  39748. decompress
  39749. pubsorderform
  39750. p--set theItem to choose file -- uncomment to test in an AS editor
  39751.     tell application "Finder"
  39752.         open item "Dev.CD Jan 94
  39753. Dev.CD Oct 93"
  39754.         activate
  39755.     end tell
  39756. on error errMsg number errNum
  39757.     --enter statements to perform when no records are found such as...
  39758.     display dialog "Sorry, the item you selected could not be found."
  39759.     return
  39760. end try
  39761. compression
  39762. computer
  39763. computer
  39764. based
  39765. media
  39766. television
  39767. broadcast
  39768. graphics
  39769. conditional
  39770. conference
  39771. conferencing
  39772. configuration
  39773. connectivity
  39774. consumer
  39775. container
  39776. content
  39777. contextual
  39778. contextual
  39779. manager
  39780. control
  39781. control
  39782. strip
  39783. powerbook
  39784. control
  39785. panel
  39786. controls
  39787. All Packages
  39788. Dev.CD Jan 99 SSWP
  39789. Dev.CD Jan 99 SSV
  39790. 5674X
  39791. Jan 99
  39792. f--set theItem to choose file -- uncomment to test in an AS editor
  39793.     tell application "Finder"
  39794.         open item "Dev.CD Jan 99 SSW"
  39795.         activate
  39796.     end tell
  39797. on error errMsg number errNum
  39798.     --enter statements to perform when no records are found such as...
  39799.     display dialog "Sorry, the item you selected could not be found."
  39800.     return
  39801. end try
  39802. All Packages
  39803. Dev.CD Jan 99 SSWP
  39804. Dev.CD Jan 99 SSV
  39805. 5675X
  39806. Jan 99
  39807. f--set theItem to choose file -- uncomment to test in an AS editor
  39808.     tell application "Finder"
  39809.         open item "Dev.CD Jan 99 SSW"
  39810.         activate
  39811.     end tell
  39812. on error errMsg number errNum
  39813.     --enter statements to perform when no records are found such as...
  39814.     display dialog "Sorry, the item you selected could not be found."
  39815.     return
  39816. end try
  39817. All Packages
  39818. Dev.CD Jan 99 SSWP
  39819. Dev.CD Jan 99 SSV
  39820. 5676X
  39821. Jan 99
  39822. olbox E
  39823. New Packagef
  39824. QuickTime
  39825. Dev.CD Feb 00 TC
  39826. D!All Packages
  39827. Tool Chest Edition
  39828. Sherlock Plug-ins
  39829. Search Internet
  39830.  feature in the Sherlock application allows users to perform Internet searches using one or more Internet search engines. Each search engine Sherlock uses is represented by a plug-in file that describes the formats the engine expects
  39831.  for queries and produces in its responses. These files are stored in the Internet Search Sites folder in the System Folder. 
  39832. Developers can create a new plug-in to add a search engine to Sherlock
  39833. s repertoire if they know how to interpre\
  39834. summary
  39835. adobe's
  39836. acrobat
  39837. exchange
  39838. enables
  39839. users
  39840. summary
  39841. aetracker
  39842. init/control
  39843. panel
  39844. allows
  39845. summary
  39846. application
  39847. which
  39848. provides
  39849. various
  39850. video
  39851. summary
  39852. controlling
  39853. finder
  39854. through
  39855. apple
  39856. summary
  39857. which
  39858. known
  39859. finderevents
  39860. summary
  39861. apple
  39862. peoplesoft
  39863. launched
  39864. partnership
  39865. summary
  39866. apple
  39867. computer
  39868. espana
  39869. prepared
  39870. guide
  39871. summary
  39872. apple
  39873. designed
  39874. maccheck
  39875. suport
  39876. provid
  39877. summary
  39878. apple
  39879. directions
  39880. developer
  39881. business
  39882. report
  39883. summary
  39884. folder
  39885. contains
  39886. revised
  39887. acrobat
  39888. versions
  39889. summary
  39890. folder
  39891. contains
  39892. sample
  39893. applications
  39894. demons
  39895. summary
  39896. folder
  39897. contains
  39898. apple
  39899. event
  39900. terminolog
  39901. summary
  39902. folder
  39903. contains
  39904. tools
  39905. useful
  39906. develo
  39907. summary
  39908. software
  39909. apple
  39910. macintosh
  39911. display
  39912. summary
  39913. package
  39914. provides
  39915. something
  39916. replacement
  39917. Movedq
  39918. Dev.CD Feb 00 TC
  39919. D.All Packages
  39920. Tool Chest Edition
  39921. New & RevisedF    DukeMovie
  39922. This demo program shows how to display any QuickTime content within a java.awt display space using the QTCanvas. It also demonstrates the use of the different resize options of the QTCanvas (with the QTCanvas' alignment set to centre it in the display space).
  39923. J-dk.bat
  39924. DukeMovie
  39925. DukeMovie.zip
  39926. README.txt
  39927. Feb 00
  39928. - Common
  39929.     - Sun Compliant Java Runtime Environment 1.1
  39930.     - QuickTime 3 
  39931.     - QTJava.zip
  39932.     - QTJava media samples
  39933. - Mac OS:
  39934.     - System 8 or later
  39935.     - Macintosh Runtime for Java (MRJ) 2.1
  39936. - Windows 95, 98, or NT::
  39937.     - JRE/JDK from Sun Microsystems, Inc. recommended
  39938. QuickTime, Java, MRJOPDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:DukeMovie:P^Dev.CD Feb 00 TC
  39939.  - What's New?
  39940.  - Sample Code
  39941.  - QuickTime
  39942.  - QuickTime for Java
  39943.  - DukeMovieV
  39944. 5929X
  39945. Feb 00^
  39946. 6880X
  39947. Dec 99^    RL Disk 2
  39948. --set theItem to choose file -- uncomment to test in an AS editor
  39949.     tell application "Finder"
  39950.         open item "Dev.CD Dec 99 RL Disk 2:Technical Publications:macos8:"
  39951.         activate
  39952.     end tell
  39953. on error errMsg number errNum
  39954.     --enter statements to perform when no records are found such as...
  39955.     display dialog "Sorry, the item you selected could not be found."
  39956.     return
  39957. end try
  39958. e    No Change
  39959. encoding
  39960. Unicode
  39961. script
  39962. language
  39963. conversion
  39964. games
  39965. input device
  39966. sprocket
  39967. joystick
  39968. gamepad
  39969. gaming
  39970. blanking
  39971. screen
  39972. display
  39973. buffering
  39974. games
  39975. sprocket
  39976. gaming
  39977. networking
  39978. games
  39979. multiprocessing
  39980. preemptive task
  39981. multitasking
  39982. threads
  39983. threading
  39984. Icon Services
  39985. Icon Utilities
  39986. 'icns'
  39987. icon family
  39988. icon resources
  39989. IconRef
  39990. icon plotting
  39991. Navigation Services
  39992. Standard File
  39993. file management
  39994. file navigation
  39995. opening files
  39996. saving files
  39997. Network Services Location
  39998. file preview
  39999. Apple Help
  40000. Apple Guide
  40001. user assista
  40002. All Packages
  40003. Dev.CD Apr 95P
  40004. Dev.CD Apr 9V
  40005. 5406X
  40006. Apr 95
  40007. b--set theItem to choose file -- uncomment to test in an AS editor
  40008.     tell application "Finder"
  40009.         open item "Dev.CD Apr 95"
  40010.         activate
  40011.     end tell
  40012. on error errMsg number errNum
  40013.     --enter statements to perform when no records are found such as...
  40014.     display dialog "Sorry, the item you selected could not be found."
  40015.     return
  40016. end try
  40017. All Packages
  40018. Dev.CD Jan 95P
  40019. Dev.CD Jan 9V
  40020. 5407X
  40021. Jan 95
  40022. b--set theItem to choose file -- uncomment to test in an AS editor
  40023.     tell application "Finder"
  40024.         open item "Dev.CD Jan 95"
  40025.         activate
  40026.     end tell
  40027. on error errMsg number errNum
  40028.     --enter statements to perform when no records are found such as...
  40029.     display dialog "Sorry, the item you selected could not be found."
  40030.     return
  40031. end try
  40032. All Packages
  40033. Dev.CD Apr 96 SDK2P
  40034. Dev.CD Apr 96 SDKV
  40035. 5408X
  40036. Apr 96
  40037. ld not be found."
  40038.     return
  40039. end try
  40040. All Packages
  40041. 7.5.2 (PB 5300/2300/190)O
  40042. Dev.CD Apr 96 SSWP
  40043. Dev.CD Apr 96 SSV
  40044. 5499X
  40045. Apr 96
  40046. f--set theItem to choose file -- uncomment to test in an AS editor
  40047.     tell application "Finder"
  40048.         open item "Dev.CD Apr 96 SSW"
  40049.         activate
  40050.     end tell
  40051. on error errMsg number errNum
  40052.     --enter statements to perform when no records are found such as...
  40053.     display dialog "Sorry, the item you selected could not be found."
  40054.     return
  40055. end try
  40056. All Packages
  40057. 7.5.2 (PB 5300/2300/190)O
  40058. Dev.CD Apr 96 SSWP
  40059. Dev.CD Apr 96 SSV
  40060. 5500X
  40061. Apr 96
  40062. f--set theItem to choose file -- uncomment to test in an AS editor
  40063.     tell application "Finder"
  40064.         open item "Dev.CD Apr 96 SSW"
  40065.         activate
  40066.     end tell
  40067. on error errMsg number errNum
  40068.     --enter statements to perform when no records are found such as...
  40069.     display dialog "Sorry, the item you selected could not be found."
  40070.     return
  40071. end try
  40072. All Packages
  40073. 5501X
  40074. All Packages
  40075. System 7.5 Update 1.0O
  40076. Dev.CD Jul 95P
  40077. Dev.CD Jul 9V
  40078. 6594X
  40079. Jul 95
  40080. b--set theItem to choose file -- uncomment to test in an AS editor
  40081.     tell application "Finder"
  40082.         open item "Dev.CD Jul 95"
  40083.         activate
  40084.     end tell
  40085. on error errMsg number errNum
  40086.     --enter statements to perform when no records are found such as...
  40087.     display dialog "Sorry, the item you selected could not be found."
  40088.     return
  40089. end try
  40090. All Packages
  40091. System 7.5 Update 1.0O
  40092. Dev.CD Jul 95P
  40093. Dev.CD Jul 9V
  40094. 6595X
  40095. Jul 95
  40096. b--set theItem to choose file -- uncomment to test in an AS editor
  40097.     tell application "Finder"
  40098.         open item "Dev.CD Jul 95"
  40099.         activate
  40100.     end tell
  40101. on error errMsg number errNum
  40102.     --enter statements to perform when no records are found such as...
  40103.     display dialog "Sorry, the item you selected could not be found."
  40104.     return
  40105. end try
  40106. All Packages
  40107. System 7.5 Update 1.0O
  40108. Dev.CD Jul 95P
  40109. Dev.CD Jul 9V
  40110. 6596X
  40111. Apple System Profiler (ASP) lets you gather information about the configuration of your computer. The information that ASP reports may be useful if you place a call to the Apple User Assistance Center or for recording system configurations during testing.
  40112. If you have one of the computers listed below, we recommend that you install Apple System Profiler now. Note that you MUST be running Mac OS version 7.5.2 or 7.5.3 or later to successfully install Apple System Profiler.
  40113. * Power Macintos
  40114. h 9500, 8500, 8100, 7600, 7500, 7200, 7100, 6100, 5400, 5300 and 5200 series.
  40115. * PowerBook 5300, 2300 and 190 series. 
  40116. * Macintosh Performa 6300, 6200, 6100, 5300 and 5200 series.
  40117. Apple System Profiler will only install on the computers listed above. Do NOT attempt to install iton any other computers.
  40118. Installation instructions:
  40119. 1. Locate the Apple System Profiler Installer. It is in the same folder as this document.
  40120. 2. Double-click on the Apple System Profiler Installer application. 
  40121. --set theItem to choose file -- uncomment to test in an AS editor
  40122.     tell application "Finder"
  40123.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:DukeMovie:"
  40124.         activate
  40125.     end tell
  40126. on error errMsg number errNum
  40127.     --enter statements to perform when no records are found such as...
  40128.     display dialog "Sorry, the item you selected could not be found."
  40129.     return
  40130. end try
  40131. e    No Changef@File System Manager
  40132. External File System
  40133. Foreign File Systemq
  40134. Dev.CD Jan 00 SDK1
  40135. D!All Packages
  40136. Mac OS SDK Edition
  40137. Find By Content (FBC) Extractor
  40138. getstdfilterproc
  40139. gettable/settable
  40140. getter
  40141. getting
  40142. getting
  40143. started
  40144. webobjects
  40145. getting/setting
  40146. getvinfo
  40147. getzonelist
  40148. gimedapalette
  40149. glyphs
  40150. going
  40151. goodies
  40152. gotchas
  40153. gough
  40154. gourdol
  40155. grabber
  40156. grammatical
  40157. graphic
  40158. graphical
  40159. graphics
  40160. grayscale
  40161. great
  40162. greater
  40163. greatly
  40164. green
  40165. greenspon
  40166. griffith
  40167. group
  40168. groups
  40169. r--set theItem to choose file -- uncomment to test in an AS editor
  40170.     tell application "Finder"
  40171.         open item "Dev.CD Feb 00 TC:Sample Code:"
  40172.         activate
  40173.     end tell
  40174. on error errMsg number errNum
  40175.     --enter statements to perform when no records are found such as...
  40176.     display dialog "Sorry, the item you selected could not be found."
  40177.     return
  40178. end try
  40179. CT, GIF, JFIF and EPS formats. These documents are of interest to ColorSync-savvy applications.
  40180. Embedding ICC Profile in GIF89a
  40181. Embedding ICC Profiles in EPS
  40182. Embedding ICC Profiles in JFIF
  40183. Embedding ICC Profiles in Pict
  40184. Embedding ICC Profiles in TIFFK
  40185. Apr 98M    ColorSyncN9ColorSync, ICC, Profile Embed, JFIF, GIF, PICT, TIFF, EPSOiDev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Documentation:Embedding Profile Documentation:PtDev.CD Apr 98 SDK1
  40186.  - Development Kits (Disc 1)
  40187.  - ColorSync SDK
  40188.  - Documentation
  40189.  - Embedding Profile DocumentationV
  40190. 4089X
  40191. Apr 98^
  40192. nov/dec
  40193. nov/dec
  40194. 6441X
  40195. Apr 98^
  40196. --set theItem to choose file -- uncomment to test in an AS editor
  40197.     tell application "Finder"
  40198.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime
  40199.  IC SDK 1.01:"
  40200.         activate
  40201.     end tell
  40202. on error errMsg number errNum
  40203.     --enter statements to perform when no records are found such as...
  40204.     display dialog "Sorry, the item you selected could not be found."
  40205.     return
  40206. end try
  40207. Deletedf3QuickTime
  40208. QuickTime IC
  40209. image
  40210. capture
  40211. digital
  40212. cameraq
  40213. Dev.CD Apr 98 SDK2
  40214. D.All Packages
  40215. Tool Chest Edition
  40216. New & RevisedF
  40217. QuickTime Java SDKILQuickTime for Java SDK.  Includes QuickTime for Java API javadoc, and demos.J
  40218. qtjavadocs
  40219. QTJavaSDKK
  40220. Feb 00MmRequires:
  40221.     - QuickTime 3 
  40222.     - QTJava.zip
  40223.     - Mac OS 8 or later
  40224.     - Macintosh Runtime for Java (MRJ) 2.1 or laterN
  40225. QuickTime, Java, MRJOHDev.CD Feb 00 TC:What's New?:Development Kits:Mac OS:QuickTime Java SDK:developer.apple.com/sdk/
  40226. system
  40227. update
  40228. menus
  40229. menuscripter
  40230. merchandised
  40231. merchandising
  40232. merely
  40233. message
  40234. modem
  40235. moderm
  40236. modified
  40237. modules
  40238. momentum
  40239. money
  40240. monitor
  40241. monitoringQ
  40242. monthly
  40243. mosaic
  40244. motorola
  40245. mpc106Q
  40246. multimedia
  40247. multiple
  40248. music
  40249. navigate
  40250. navigation
  40251. necessary
  40252. needed
  40253. needs
  40254. netscape
  40255. networkW
  40256. networking
  40257. newsletter
  40258. newton
  40259. nirvana
  40260. no-so-subtle
  40261. non-apple
  40262. norman
  40263. All Packages
  40264. System Enabler 111 (PB 160/180)O
  40265. Dev.CD Apr 93P
  40266. Dev.CD Apr 9V
  40267. 6760X
  40268. Apr 93
  40269. b--set theItem to choose file -- uncomment to test in an AS editor
  40270.     tell application "Finder"
  40271.         open item "Dev.CD Apr 93"
  40272.         activate
  40273.     end tell
  40274. on error errMsg number errNum
  40275.     --enter statements to perform when no records are found such as...
  40276.     display dialog "Sorry, the item you selected could not be found."
  40277.     return
  40278. end try
  40279. All Packages
  40280. System Enabler 111 (PB 160/180)O
  40281. Dev.CD Apr 93P
  40282. Dev.CD Apr 9V
  40283. 6761X
  40284. Apr 93
  40285. b--set theItem to choose file -- uncomment to test in an AS editor
  40286.     tell application "Finder"
  40287.         open item "Dev.CD Apr 93"
  40288.         activate
  40289.     end tell
  40290. on error errMsg number errNum
  40291.     --enter statements to perform when no records are found such as...
  40292.     display dialog "Sorry, the item you selected could not be found."
  40293.     return
  40294. end try
  40295. All Packages
  40296. System Enabler 111 (PB 160/180)V
  40297. 6762X
  40298. New Packagef
  40299. QuickTime
  40300. Dev.CD Feb 00 TC
  40301. D!All Packages
  40302. Tool Chest Edition
  40303. DumpARPCacheIBA tiny sample that shows how to view the Open Transport ARP cache.J'Sample Code.img
  40304. Windows Sample Code.imgK
  40305. May 98L
  40306. Jun 98M
  40307. OpenTransportN"OpenTransport, arp, cache, displayO
  40308. Dev.CD Feb 00 TC:Sample Code:P
  40309. Dev.CD Feb 00 TC
  40310.  - Sample CodeV
  40311. 5930X
  40312. Feb 00^
  40313. r--set theItem to choose file -- uncomment to test in an AS editor
  40314.     tell application "Finder"
  40315.         open item "Dev.CD Feb 00 TC:Sample Code:"
  40316.         activate
  40317.     end tell
  40318. on error errMsg number errNum
  40319.     --enter statements to perform when no records are found such as...
  40320.     display dialog "Sorry, the item you selected could not be found."
  40321.     return
  40322. end try
  40323. e    No Changef
  40324. OpenTransport
  40325. cache
  40326. displayq
  40327. Dev.CD Feb 00 TC
  40328. D!All Packages
  40329. Tool Chest Edition
  40330. DumpNetworkSetup
  40331.     d show HTML Tags in the summary.
  40332. The HTML Text Extractor knows the format of an HTML file so it will skip the HTML Tags and re
  40333. f--set theItem to choose file -- uncomment to test in an AS editor
  40334.     tell application "Finder"
  40335.         open item "Dev.CD Jun 97 SSW"
  40336.         activate
  40337.     end tell
  40338. on error errMsg number errNum
  40339.     --enter statements to perform when no records are found such as...
  40340.     display dialog "Sorry, the item you selected could not be found."
  40341.     return
  40342. end try
  40343. ethernet
  40344. address
  40345. ethernet
  40346. built-in
  40347. ethernet
  40348. ethertalk
  40349. etsda
  40350. event
  40351. J.DemoExtractor
  40352. Headers
  40353. Text Extractors Plug-insK
  40354. Oct 99M
  40355. Mac OS 8.6 and laterN,Sherlock, Find By Content, Extractor, SearchOKDev.CD Jan 00 SDK1:Development Kits:Mac OS:Find By Content (FBC) Extractor:PSDev.CD Jan 00 SDK1
  40356.  - Development Kits
  40357.  - Mac OS
  40358.  - Find By Content (FBC) Extractor
  40359. p--set theItem to choose file -- uncomment to test in an AS editor
  40360.     tell application "Finder"
  40361.         open item "Dev.CD Apr 95
  40362. Dev.CD Jan 95"
  40363.         activate
  40364.     end tell
  40365. on error errMsg number errNum
  40366.     --enter statements to perform when no records are found such as...
  40367.     display dialog "Sorry, the item you selected could not be found."
  40368.     return
  40369. end try
  40370. cords are found such as...
  40371.     display dialog "Sorry, the item you selected could not be found."
  40372.     return
  40373. end try
  40374. All Packages
  40375. System Enabler 088 (AVs)O)Dev.CD Apr 94
  40376. Dev.CD Jan 94
  40377. Dev.CD Oct 93P(Dev.CD Apr 94
  40378. Dev.CD Jan 94
  40379. Dev.CD Oct 9V
  40380. 4842X
  40381. Apr 94
  40382. All Packages
  40383. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  40384. Dev.CD Jan 94
  40385. Dev.CD Oct 93
  40386. Dev.CD Jul 93P6Dev.CD Apr 94
  40387. Dev.CD Jan 94
  40388. Dev.CD Oct 93
  40389. Dev.CD Jul 9V
  40390. 6785X
  40391. Apr 94
  40392. --set theItem to choose file -- uncomment to test in an AS editor
  40393.     tell application "Finder"
  40394.         open item "Dev.CD Apr 94
  40395. Dev.CD Jan 94
  40396. Dev.CD Oct 93
  40397. Dev.CD Jul 93"
  40398.         activate
  40399.     end tell
  40400. on error errMsg number errNum
  40401.     --enter statements to perform when no records are found such as...
  40402.     display dialog "Sorry, the item you selected could not be found."
  40403.     return
  40404. end try
  40405. All Packages
  40406. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  40407. Dev.CD Jan 94
  40408. Dev.CD Oct 93
  40409. Dev.CD Jul 93P6Dev.CD Apr 94
  40410. Dev.CD Jan 94
  40411. Dev.CD Oct 93
  40412. Dev.CD Jul 9V
  40413. 6786X
  40414. Apr 94
  40415. All Packages
  40416. System 7.5 Update 1.0O
  40417. Dev.CD Jul 95P
  40418. Dev.CD Jul 9V
  40419. 6599X
  40420. Jul 95
  40421. b--set theItem to choose file -- uncomment to test in an AS editor
  40422.     tell application "Finder"
  40423.         open item "Dev.CD Jul 95"
  40424.         activate
  40425.     end tell
  40426. on error errMsg number errNum
  40427.     --enter statements to perform when no records are found such as...
  40428.     display dialog "Sorry, the item you selected could not be found."
  40429.     return
  40430. end try
  40431. All Packages
  40432. System 7.5 Update 1.0O
  40433. Dev.CD Jul 95P
  40434. Dev.CD Jul 9V
  40435. 6600X
  40436. Jul 95
  40437. b--set theItem to choose file -- uncomment to test in an AS editor
  40438.     tell application "Finder"
  40439.         open item "Dev.CD Jul 95"
  40440.         activate
  40441.     end tell
  40442. on error errMsg number errNum
  40443.     --enter statements to perform when no records are found such as...
  40444.     display dialog "Sorry, the item you selected could not be found."
  40445.     return
  40446. end try
  40447. All Packages
  40448. System 7.5 Update 1.0O
  40449. Dev.CD Jul 95P
  40450. Dev.CD Jul 9V
  40451. 6601X
  40452. DumpNetworkSetup dumps the entire contents of the Network Setup database to a text file.  The purpose of this sample is twofold.  Firstly, it shows a simple use of the Network Setup API.  Secondly, it is a useful tool for debugging other Network Setup code because it allows you to see the affect your code had on the database.  I used DumpNetworkSetup extensively while developing the MoreNetworkSetup sample.
  40453. J'Sample Code.img
  40454. Windows Sample Code.imgK
  40455. Sep 99M
  40456. Network Setup, Mac OS 8.5N"Network Setup, network preferencesO
  40457. Dev.CD Feb 00 TC:Sample Code:P
  40458. Dev.CD Feb 00 TC
  40459.  - Sample Codedf
  40460. Web Animation Guide.pdf
  40461. WebObjects Database Part I.pdf
  40462. WebObjects Database Part II.pdf
  40463. WebObjects Memory Mgmt.pdf
  40464. WebObjects Tools and Techniques
  40465. WebObjectsCategories&Posers.pdf
  40466. WebObjectsPerformanceTuning
  40467. Working with WebObjects.pdf
  40468. Writing for Interactive Media
  40469. System Macintoshes.OBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:ge
  40470. --set theItem to choose file -- uncomment to test in an AS editor
  40471.     tell application "Finder"
  40472.         open item "Dev.CD Apr 94
  40473. Dev.CD Jan 94
  40474. Dev.CD Oct 93
  40475. Dev.CD Jul 93
  40476. Dev.CD Apr 93"
  40477.         activate
  40478.     end tell
  40479. on error errMsg number errNum
  40480.     --enter statements to perform when no records are found such as...
  40481.     display dialog "Sorry, the item you selected could not be found."
  40482.     return
  40483. end try
  40484.   return
  40485. end try
  40486. 5931X
  40487. Feb 00^
  40488. r--set theItem to choose file -- uncomment to test in an AS editor
  40489.     tell application "Finder"
  40490.         open item "Dev.CD Feb 00 TC:Sample Code:"
  40491.         activate
  40492.     end tell
  40493. on error errMsg number errNum
  40494.     --enter statements to perform when no records are found such as...
  40495.     display dialog "Sorry, the item you selected could not be found."
  40496.     return
  40497. end try
  40498. e    No Changef!Network Setup
  40499. network preferencesq
  40500. Dev.CD Feb 00 TC
  40501. D!All Packages
  40502. Mac OS SDK Edition
  40503.  Age of DVD, Second Edition
  40504. A Primer for Creating Content for DVD
  40505. by Mark Ely and Dave Block
  40506. After several years of intense development and cross-industry cooperation
  40507. among consumer electronics companies, computer manufacturers, and the entertainment industry, the DVD format has arrived 
  40508.  and with it a new era of consumer entertainment. For the first time, high-quality digital video as well as surround sound audio can be delivered to the consumer on a single interactive cgle interactive c
  40509. All Packages
  40510. Dev.CD Vol. X
  40511. Dev.CD Vol. IXP
  40512. Dev.CD Vol. X
  40513. Dev.CD Vol. IV
  40514. 5222X
  40515. Vol. X
  40516. q--set theItem to choose file -- uncomment to test in an AS editor
  40517.     tell application "Finder"
  40518.         open item "Dev.CD Vol. X
  40519. Dev.CD Vol. IX"
  40520.         activate
  40521.     end tell
  40522. on error errMsg number errNum
  40523.     --enter statements to perform when no records are found such as...
  40524.     display dialog "Sorry, the item you selected could not be found."
  40525.     return
  40526. end try
  40527. All Packages
  40528. 7.0O-Dev.CD Vol. X
  40529. Dev.CD Vol. IX
  40530. Dev.CD Vol. VIIIP,Dev.CD Vol. X
  40531. Dev.CD Vol. IX
  40532. Dev.CD Vol. VIIV
  40533. 5223X
  40534. Vol. X
  40535. sample
  40536. asynch
  40537. asynchronous
  40538. at-attachment
  40539. you'll
  40540. of consumer video and personal computing in a single, unified format.
  40541. While DVD promises to be a highly-successful consumer electronics format, preparing content (
  40542. premastering
  40543. ) for DVD can be a very complex process. And like most new formats, DVD requires new tools and techniques to create rich and satisfying content that make the most of
  40544. the medium.
  40545. Working with DVD requires an in-depth understanding of the fo
  40546. ^rmat, production process, and tools required to bring titles to market. By
  40547. understanding DVD and all that it entails, professional media develop-ers
  40548. can exploit its rich potential. This book is designed for those who are interested in the DVD format, want to create titles, and wish to understand the tools and technology required for DVD production.
  40549. Apr 99
  40550. 5932X
  40551. Jan 00^
  40552. --set theItem to choose file -- uncomment to test in an AS editor
  40553.     tell application "Finder"
  40554.         open item "Dev.CD Jan 00 SDK1:Interactive Media Resources:"
  40555.         activate
  40556.     end tell
  40557. on error errMsg number errNum
  40558.     --enter statements to perform when no records are found such as...
  40559.     display dialog "Sorry, the item you selected could not be found."
  40560.     return
  40561. end try
  40562. e    No Changef:DVD
  40563. content
  40564. development
  40565. entertainment
  40566. consumer electronicsq
  40567. Dev.CD Jan 00 SDK1
  40568. D!All Packages
  40569. Tool Chest Edition
  40570. EditTextCdevI
  40571. Summary: EditTextCdev is a sample Control Panel device (cdev) that demonstrates the use of the edit-related messages and how to implement an editText item in a cdev. J'Sample Code.img
  40572. Windows Sample Code.imgK
  40573. Apr 97O
  40574. Dev.CD Feb 00 TC:Sample Code:P
  40575. Dev.CD Feb 00 TC
  40576.  - Sample CodeV
  40577. 5933X
  40578. Feb 00^
  40579. arrays
  40580. arrived
  40581. arrow
  40582. arrows
  40583. articles
  40584. articulate
  40585. artwork
  40586. Apr 99M
  40587. Acrobat Reader 3.0N>DVD, content, development, entertainment, consumer electronicsO/Dev.CD Jan 00 SDK1:Interactive Media Resources:P1Dev.CD Jan 00 SDK1
  40588.  - Interactive Media Resourcesror errMsg number errNum
  40589.     --enter statements to perform when no records are found such as...
  40590.     display dialog "Sorry, the item you selected could not be found."
  40591.     return
  40592. end try
  40593. ld not be found."
  40594.     return
  40595. end try
  40596. e    No Changef&number formatting
  40597. ResEdit
  40598. localizationq
  40599. Dev.CD Feb 00 TC
  40600. D!All Packages
  40601. Tool Chest Edition
  40602. Folder Watching
  40603. morenetworksetup
  40604. moreover
  40605. morley
  40606. morphemes
  40607. mosaic
  40608. mostly
  40609. motherboard
  40610. motorola
  40611. mount
  40612. mountalias
  40613. mounted
  40614. mounted/re-mounted
  40615. a of consumer entertainment. For the first time, high-quality digital video as well as surround sound audio can be delivered to the consumer on a single interactive cAT resources from a format string.
  40616.  lets you pick characters for format string from a palette.
  40617.  works with any script system.
  40618.  displays sample numbers to give you immediate feedback.
  40619. Issues:  Provided by Michael Hecht, SAS.
  40620. FMAT Editor.imgK
  40621. Jan 94M
  40622. ResEditN(number formatting, ResEdit, localizationO5Dev.CD Feb 00 TC:Tool Chest:Localization:FMAT Editor:
  40623. 9J<Documentation:
  40624. SOMobjects
  40625.  - Read Me First
  40626. System Additions:K
  40627. Jan 96L
  40628. Oct 96ODDev.CD Apr 98 SDK2:Development Kits (Disc 2):SOMobjects
  40629.  for Mac OS:PIDev.CD Apr 98 SDK2
  40630.  - Development Kits (Disc 2)
  40631.  - SOMobjects
  40632.  for Mac OSputer
  40633. display
  40634. three-
  40635. opening
  40636. openmultfiles
  40637. openport
  40638. opens
  40639. openselection
  40640. openstep
  40641. openstep
  40642. documentation
  40643. applies
  40644. rhapsody
  40645. means
  40646. opentransport
  40647. openwindow
  40648. operate
  40649. operating
  40650. operation
  40651. operations
  40652. operator-defined
  40653. operators
  40654. opf-opendoc
  40655. opportunities
  40656. opportunity
  40657. opposite
  40658. optimal
  40659. optimization
  40660. optimizations
  40661. optimize
  40662. optimized
  40663. All Packages
  40664. System Enabler 088 (AVs)O
  40665. Dev.CD Apr 94P
  40666. Dev.CD Apr 9V
  40667. 6722X
  40668. Apr 94
  40669. b--set theItem to choose file -- uncomment to test in an AS editor
  40670.     tell application "Finder"
  40671.         open item "Dev.CD Apr 94"
  40672.         activate
  40673.     end tell
  40674. on error errMsg number errNum
  40675.     --enter statements to perform when no records are found such as...
  40676.     display dialog "Sorry, the item you selected could not be found."
  40677.     return
  40678. end try
  40679. All Packages
  40680. System Enabler 088 (AVs)O
  40681. Dev.CD Apr 94P
  40682. Dev.CD Apr 9V
  40683. 6723X
  40684. Apr 94
  40685. b--set theItem to choose file -- uncomment to test in an AS editor
  40686.     tell application "Finder"
  40687.         open item "Dev.CD Apr 94"
  40688.         activate
  40689.     end tell
  40690. on error errMsg number errNum
  40691.     --enter statements to perform when no records are found such as...
  40692.     display dialog "Sorry, the item you selected could not be found."
  40693.     return
  40694. end try
  40695. All Packages
  40696. System Enabler 088 (AVs)V
  40697. 6724X
  40698. f--set theItem to choose file -- uncomment to test in an AS editor
  40699.     tell application "Finder"
  40700.         open item "Dev.CD Jan 96 SSW"
  40701.         activate
  40702.     end tell
  40703. on error errMsg number errNum
  40704.     --enter statements to perform when no records are found such as...
  40705.     display dialog "Sorry, the item you selected could not be found."
  40706.     return
  40707. end try
  40708. add-ons@
  40709. adobe's@
  40710. agree@
  40711. alexander@
  40712. also@
  40713. always
  40714. among@
  40715. extension
  40716. which
  40717. enables
  40718. developers
  40719. adopt
  40720. high-leve@
  40721. analyzing@
  40722. and/or@
  40723. animators@
  40724. anymore@
  40725. apple
  40726. apple
  40727. detectors
  40728. technology
  40729. scans
  40730. searchi@
  40731. appletalk/ip@
  40732. applications@
  40733. arbitrary@
  40734. arrived@
  40735. asip@
  40736. aslm@
  40737. authoring@
  40738. autoguest
  40739. control
  40740. panel
  40741. attempts
  40742. prevent
  40743. bare@
  40744. beaker@
  40745. beyond@
  40746. bringing@
  40747. butcdef@
  40748. call@
  40749. indexes
  40750. indexing
  40751. india
  40752. indian
  40753. indicate
  40754. indicated
  40755. indicates
  40756. indicators
  40757. indices
  40758. indispensable
  40759. individual
  40760. industry
  40761. industry-standard
  40762. industrywatch
  40763. inefficiency
  40764. inflict
  40765. infomation
  40766. inform
  40767. informationW
  40768. packages
  40769. Dev.CD Jan 96 SSWP
  40770. Dev.CD Jan 96 SSV
  40771. 6591X
  40772. Jan 96
  40773. f--set theItem to choose file -- uncomment to test in an AS editor
  40774.     tell application "Finder"
  40775.         open item "Dev.CD Jan 96 SSW"
  40776.         activate
  40777.     end tell
  40778. on error errMsg number errNum
  40779.     --enter statements to perform when no records are found such as...
  40780.     display dialog "Sorry, the item you selected could not be found."
  40781.     return
  40782. end try
  40783. All Packages
  40784. System 7.5 Update 1.0O
  40785. Dev.CD Jul 95P
  40786. Dev.CD Jul 9V
  40787. 6592X
  40788. Jul 95
  40789. b--set theItem to choose file -- uncomment to test in an AS editor
  40790.     tell application "Finder"
  40791.         open item "Dev.CD Jul 95"
  40792.         activate
  40793.     end tell
  40794. on error errMsg number errNum
  40795.     --enter statements to perform when no records are found such as...
  40796.     display dialog "Sorry, the item you selected could not be found."
  40797.     return
  40798. end try
  40799. All Packages
  40800. System 7.5 Update 1.0O
  40801. Dev.CD Jul 95P
  40802. Dev.CD Jul 9V
  40803. 6593X
  40804. Jul 95
  40805. Dev.CD Jul 9V
  40806. 6403X
  40807. Jul 93
  40808. b--set theItem to choose file -- uncomment to test in an AS editor
  40809.     tell application "Finder"
  40810.         open item "Dev.CD Jul 93"
  40811.         activate
  40812.     end tell
  40813. on error errMsg number errNum
  40814.     --enter statements to perform when no records are found such as...
  40815.     display dialog "Sorry, the item you selected could not be found."
  40816.     return
  40817. end try
  40818. All Packages
  40819. F    QuickTimeO
  40820. Dev.CD Jul 93
  40821. Dev.CD Apr 93P
  40822. Dev.CD Jul 93
  40823. Dev.CD Apr 9V
  40824. 6404X
  40825. Jul 93
  40826. p--set theItem to choose file -- uncomment to test in an AS editor
  40827.     tell application "Finder"
  40828.         open item "Dev.CD Jul 93
  40829. Dev.CD Apr 93"
  40830.         activate
  40831.     end tell
  40832. on error errMsg number errNum
  40833.     --enter statements to perform when no records are found such as...
  40834.     display dialog "Sorry, the item you selected could not be found."
  40835.     return
  40836. end try
  40837. All Packages
  40838. F    QuickTimeO
  40839. Dev.CD Jul 93
  40840. Dev.CD Apr 93P
  40841. Dev.CD Jul 93
  40842. Dev.CD Apr 9V
  40843. 6405X
  40844. Jul 93
  40845. ompact disc. Playable on the set-top or the desktop, DVD bridges the worlds of consumer video and personal computing in a single, unified format.
  40846. While DVD promises to be a highly-successful consumer electronics format, preparing content (
  40847. premastering
  40848. ) for DVD can be a very complex process. And like most new formats, DVD requires new tools and techniques to create rich and satisfying content that make the most of
  40849. the medium.
  40850. Working with DVD requires an in-depth understanding of the fo
  40851. ^rmat, production process, and tools required to bring titles to market. By
  40852. understanding DVD and all that it entails, professional media develop-ers
  40853. can exploit its rich potential. This book is designed for those who are interested in the DVD format, want to create titles, and wish to understand the tools and technology required for DVD production.
  40854. Apr 99
  40855. --set theItem to choose file -- uncomment to test in an AS editor
  40856.     tell application "Finder"
  40857.         open item "Dev.CD Apr 94
  40858. Dev.CD Jan 94
  40859. Dev.CD Oct 93
  40860. Dev.CD Jul 93
  40861. Dev.CD Apr 93"
  40862.         activate
  40863.     end tell
  40864. on error errMsg number errNum
  40865.     --enter statements to perform when no records are found such as...
  40866.     display dialog "Sorry, the item you selected could not be found."
  40867.     return
  40868. end try
  40869. current
  40870. release
  40871. mactcp
  40872. v2.0.6
  40873. mactcp
  40874. admin
  40875. v2.0.6
  40876. currently
  40877. cursive
  40878. cursor
  40879. cursordevice
  40880. cursordevicemanager
  40881. cursordevices
  40882. cursordevicesetaccel
  40883. cursors
  40884. curve
  40885. curves
  40886. custom
  40887. customchoose
  40888. customenabler
  40889. customer
  40890. customer's
  40891. All Packages
  40892. 7.5.2 (7200/9500)O
  40893. Dev.CD Jan 96 SSWP
  40894. Dev.CD Jan 96 SSV
  40895. 5420X
  40896. Jan 96
  40897. f--set theItem to choose file -- uncomment to test in an AS editor
  40898.     tell application "Finder"
  40899.         open item "Dev.CD Jan 96 SSW"
  40900.         activate
  40901.     end tell
  40902. on error errMsg number errNum
  40903.     --enter statements to perform when no records are found such as...
  40904.     display dialog "Sorry, the item you selected could not be found."
  40905.     return
  40906. end try
  40907. All Packages
  40908. 7.5.2 (7200/9500)O
  40909. Dev.CD Jan 96 SSWP
  40910. Dev.CD Jan 96 SSV
  40911. 5421X
  40912. Jan 96
  40913. f--set theItem to choose file -- uncomment to test in an AS editor
  40914.     tell application "Finder"
  40915.         open item "Dev.CD Jan 96 SSW"
  40916.         activate
  40917.     end tell
  40918. on error errMsg number errNum
  40919.     --enter statements to perform when no records are found such as...
  40920.     display dialog "Sorry, the item you selected could not be found."
  40921.     return
  40922. end try
  40923. All Packages
  40924. 7.5.2 (7200/9500)O
  40925. Dev.CD Jan 96 SSWV
  40926. 5422X
  40927. ou'll see a confirmation message when installation is complete. The Apple System Profiler will be placed in the Apple menu. To use ASP, open the Apple menu and choose Apple System Profiler.
  40928. J:Apple Sys Profiler 1.3.1 Info
  40929. Apple Sys Profiler 1.3.1.imgK
  40930. Jan 98M
  40931. System 7.5.2 or laterN
  40932. ASP, Profiler, Apple SystemOIDev.CD Feb 00 TC:Tool Chest:Developer Utilities:Apple Sys Profiler 1.3.1:PQDev.CD Feb 00 TC
  40933.  - Tool Chest
  40934.  - Developer Utilities
  40935.  - Apple Sys Profiler 1.3.1W
  40936. Jan 95
  40937. b--set theItem to choose file -- uncomment to test in an AS editor
  40938.     tell application "Finder"
  40939.         open item "Dev.CD Jan 95"
  40940.         activate
  40941.     end tell
  40942. on error errMsg number errNum
  40943.     --enter statements to perform when no records are found such as...
  40944.     display dialog "Sorry, the item you selected could not be found."
  40945.     return
  40946. end try
  40947. All Packages
  40948. AppleScriptO
  40949. Dev.CD Jan 95P
  40950. Dev.CD Jan 9V
  40951. 5763X
  40952. Jan 95
  40953. b--set theItem to choose file -- uncomment to test in an AS editor
  40954.     tell application "Finder"
  40955.         open item "Dev.CD Jan 95"
  40956.         activate
  40957.     end tell
  40958. on error errMsg number errNum
  40959.     --enter statements to perform when no records are found such as...
  40960.     display dialog "Sorry, the item you selected could not be found."
  40961.     return
  40962. end try
  40963. All Packages
  40964. AppleScriptO
  40965. Dev.CD Jan 95P
  40966. Dev.CD Jan 9V
  40967. 5764X
  40968. Jan 95
  40969. cacheline
  40970. cad/cam
  40971. Advanced Web Site Technique.pdf
  40972. Avoid Audio Pitfalls Guide.pdf
  40973. CompbasedMediaBroadcastEnv
  40974. Creating MIDI for the Web3.pdf
  40975. DeBabelizer 3.0.pdf
  40976. Design For Reuse.pdf
  40977. DesignForRobustness
  40978. Digital Asset Management.pdf
  40979. Digital Storyboard.pdf 
  40980. DVD Development.pdf
  40981. DVD_Primer.pdf
  40982. Enhanced CD Survival Guide.pdf
  40983. EOModeler
  40984. Frameworks.pdf
  40985. Gender-Based Title Creation.pdf
  40986. Int_Media_Writer_Resources.pdf
  40987. Java Survival Guide.pdf
  40988. Making Cool QD3D Apps.pdf
  40989. Music on the Net.pdf
  40990. New Audio Features QT3.pdf
  40991. Porting
  40992. kObjectiveCtoJava
  40993. Push Tech Survival Gd.pdf
  40994. QT3-More Than Dig. Video.pdf
  40995. Simplified Stream Audio.pdf
  40996. Web Animation Guide.pdf
  40997. WebObjects Database Part I.pdf
  40998. WebObjects Database Part II.pdf
  40999. WebObjects Memory Mgmt.pdf
  41000. WebObjects Tools and Techniques
  41001. WebObjectsCategories&Posers.pdf
  41002. WebObjectsPerformanceTuning
  41003. Working with WebObjects.pdf
  41004. Writing for Interactive Media
  41005. ysticks, keyboards, mice, and other input devices when playing games on your Macintosh computer.
  41006.  NetSprocket 1
  41007. --set theItem to choose file -- uncomment to test in an AS editor
  41008.     tell application "Finder"
  41009.         open item "Dev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:SGCapture:"
  41010.         activate
  41011.     end tell
  41012. on error errMsg number errNum
  41013.     --enter statements to perform when no records are found such as...
  41014.     display dialog "Sorry, the item you selected could not be found."
  41015.     return
  41016. end try
  41017. interfaces
  41018. Vnumber of moveable modal dialogs in an 
  41019. application.
  41020. It also demonstrates:
  41021.   -How to properly support the standard event loop, including basic support for multiple monitors.
  41022.   -Use of the new accessor routines which are provided as the first step to being Copland-savvy.
  41023.   -How to safely check if a system feature is available in a native PowerPC application (Gestalt isn't always enough).
  41024.   -A stream 'class' that allows you to stream data elements into a memory block, and then retrieve the elements later. 
  41025.   -An example of using 
  41026. DVD Primer
  41027. Publishing in the Age of DVD, Second Edition
  41028. A Primer for Creating Content for DVD
  41029. by Mark Ely and Dave Block
  41030. After several years of intense development and cross-industry cooperation
  41031. among consumer electronics companies, computer manufacturers, and the entertainment industry, the DVD format has arrived 
  41032.  and with it a new era of consumer entertainment. For the first time, high-quality digital video as well as surround sound audio can be delivered to the consumer on a single interactive c
  41033. All Packages
  41034. 601 Processor Upgrade EnablerO
  41035. Dev.CD Jul 95P
  41036. Dev.CD Jul 9V
  41037. 5201X
  41038. Jul 95
  41039. b--set theItem to choose file -- uncomment to test in an AS editor
  41040.     tell application "Finder"
  41041.         open item "Dev.CD Jul 95"
  41042.         activate
  41043.     end tell
  41044. on error errMsg number errNum
  41045.     --enter statements to perform when no records are found such as...
  41046.     display dialog "Sorry, the item you selected could not be found."
  41047.     return
  41048. end try
  41049. All Packages
  41050. 601 Processor Upgrade EnablerO
  41051. Dev.CD Jul 95P
  41052. Dev.CD Jul 9V
  41053. 5202X
  41054. Jul 95
  41055. b--set theItem to choose file -- uncomment to test in an AS editor
  41056.     tell application "Finder"
  41057.         open item "Dev.CD Jul 95"
  41058.         activate
  41059.     end tell
  41060. on error errMsg number errNum
  41061.     --enter statements to perform when no records are found such as...
  41062.     display dialog "Sorry, the item you selected could not be found."
  41063.     return
  41064. end try
  41065. All Packages
  41066. 601 Processor Upgrade EnablerV
  41067. 5203X
  41068. framework
  41069. function
  41070. function
  41071. index
  41072. inside
  41073. functions
  41074. gamepad
  41075. games
  41076. games
  41077. sprockets
  41078. sprite
  41079. blitters
  41080. drawsprocket
  41081. moofwars
  41082. gaming
  41083. gamma
  41084. gateway
  41085. generator
  41086. gestalt
  41087. gestalt
  41088. selector
  41089. codes
  41090. gestalt
  41091. manager
  41092. machine
  41093. identificatio
  41094. getenetaddrdirect
  41095. getnextevent
  41096. getnextevent
  41097. waitnextevent
  41098. filter
  41099. helper
  41100. getversion
  41101. global
  41102. global
  41103. search
  41104. replace
  41105. software
  41106. project
  41107. archiving
  41108. top-selling
  41109. topic
  41110. topics
  41111. topping
  41112. total
  41113. totally
  41114. totals
  41115. touch
  41116. touches
  41117. tough
  41118. toward
  41119. towards
  41120. tpifile
  41121. tpifile
  41122. sample
  41123. module
  41124. tpifile
  41125. tpifile1.0b1
  41126. trace
  41127. traceroute
  41128. tracing
  41129. track
  41130. tracker
  41131. tracking
  41132. tracks
  41133. trad'l
  41134. traddriverloaderlib
  41135. trade
  41136. trade-offs
  41137. trademark
  41138. traditional
  41139. stragegy
  41140. strassmann
  41141. strategic
  41142. strategies
  41143. strategy
  41144. stream
  41145. streamedit
  41146. streamlined
  41147. 6356X
  41148. Jan 96
  41149. f--set theItem to choose file -- uncomment to test in an AS editor
  41150.     tell application "Finder"
  41151.         open item "Dev.CD Jan 96 SSW"
  41152.         activate
  41153.     end tell
  41154. on error errMsg number errNum
  41155.     --enter statements to perform when no records are found such as...
  41156.     display dialog "Sorry, the item you selected could not be found."
  41157.     return
  41158. end try
  41159. All Packages
  41160. F    QuickTimeO
  41161. Dev.CD Jan 96 SSWP
  41162. Dev.CD Jan 96 SSV
  41163. 6357X
  41164. Jan 96
  41165. f--set theItem to choose file -- uncomment to test in an AS editor
  41166.     tell application "Finder"
  41167.         open item "Dev.CD Jan 96 SSW"
  41168.         activate
  41169.     end tell
  41170. on error errMsg number errNum
  41171.     --enter statements to perform when no records are found such as...
  41172.     display dialog "Sorry, the item you selected could not be found."
  41173.     return
  41174. end try
  41175. All Packages
  41176. F    QuickTimeO
  41177. Dev.CD Jan 96 SSWP
  41178. Dev.CD Jan 96 SSV
  41179. 6358X
  41180. Jan 96
  41181. --set theItem to choose file -- uncomment to test in an AS editor
  41182.     tell application "Finder"
  41183.         open item "Dev.CD Apr 94
  41184. Dev.CD Jan 94
  41185. Dev.CD Oct 93
  41186. Dev.CD Jul 93
  41187. Dev.CD Apr 93"
  41188.         activate
  41189.     end tell
  41190. on error errMsg number errNum
  41191.     --enter statements to perform when no records are found such as...
  41192.     display dialog "Sorry, the item you selected could not be found."
  41193.     return
  41194. end try
  41195. - Common
  41196.     - Sun Compliant Java Runtime Environment 1.1
  41197.     - QuickTime 3 
  41198.     - QTJava.zip
  41199.     - QTJava media samples
  41200. - Mac OS:
  41201.     - System 8 or later
  41202.     - Macintosh Runtime for Java (MRJ) 2.1
  41203. - Windows 95, 98, or NT::
  41204.     - JRE/JDK from Sun Microsystems, Inc. recommended
  41205. QuickTime, Java, MRJesizeable@
  41206. resources@
  41207. retain@
  41208. rfcs@
  41209. rischspater@
  41210. rotating@
  41211. routing@
  41212. run-time@
  41213. runs@
  41214. said@
  41215. sample
  41216. sample
  41217. code@
  41218. sample
  41219. demonstrating
  41220. certain
  41221. kinds
  41222. savemenu@
  41223. screen@
  41224. scriptability@
  41225. scsi@
  41226. searches@
  41227. securely@
  41228. selectors@
  41229. sequence@
  41230. serving@
  41231. setdialogdefaultitem@
  41232. setvideomediagraphic@
  41233. ships@
  41234. shows
  41235. implement
  41236. pre-mixer
  41237. component@
  41238. shutdown@
  41239. signatures@
  41240. technical
  41241. testing
  41242. transport
  41243. qO-Dev.CD Jan 96 SSW
  41244. Dev.CD Jul 95
  41245. Dev.CD May 95P,Dev.CD Jan 96 SSW
  41246. Dev.CD Jul 95
  41247. Dev.CD May 9V
  41248. 6584X
  41249. Jan 96
  41250. --set theItem to choose file -- uncomment to test in an AS editor
  41251.     tell application "Finder"
  41252.         open item "Dev.CD Jan 96 SSW
  41253. Dev.CD Jul 95
  41254. Dev.CD May 95"
  41255.         activate
  41256.     end tell
  41257. on error errMsg number errNum
  41258.     --enter statements to perform when no records are found such as...
  41259.     display dialog "Sorry, the item you selected could not be found."
  41260.     return
  41261. end try
  41262. All Packages
  41263. System 7.5 Update 1.0O
  41264. Dev.CD Jan 96 SSWP
  41265. Dev.CD Jan 96 SSV
  41266. 6585X
  41267. Jan 96
  41268. f--set theItem to choose file -- uncomment to test in an AS editor
  41269.     tell application "Finder"
  41270.         open item "Dev.CD Jan 96 SSW"
  41271.         activate
  41272.     end tell
  41273. on error errMsg number errNum
  41274.     --enter statements to perform when no records are found such as...
  41275.     display dialog "Sorry, the item you selected could not be found."
  41276.     return
  41277. end try
  41278. All Packages
  41279. brief
  41280. brigham
  41281. bring
  41282. bring-up
  41283. bringing
  41284. brings
  41285. brink
  41286. british
  41287. broad
  41288. broadcast
  41289. broadcast-ready
  41290. brochure
  41291. broken
  41292. bronze
  41293. browse
  41294. browser
  41295. browsers
  41296. browsing
  41297. bruce
  41298. bruyndonckx
  41299. bryan
  41300. budget
  41301. bufcallback
  41302. buffer
  41303. buffercmd
  41304. buffered
  41305. buffering
  41306. buffers
  41307. UnmountProjector
  41308. UnwrapCommentText
  41309. UserStartup
  41310. Goodies
  41311. WrapCommentText
  41312. MPW Goodies Info
  41313. MPW Goodies Info.txt
  41314. r capable of reading a 400K text file.N
  41315. Gestalt Selector Codes, Gestalt Manager, Machine Identification, System Identification, System Software Release, Version, Capabilities, System FeaturesODDev.CD Feb 00 TC:Tool Chest:OS Utilities:Gestalt Selectors List 4.3:
  41316. audit
  41317. audited
  41318. auditing
  41319. aug-95
  41320. august
  41321. aurp-speaking
  41322. authenticate
  41323. authenticated
  41324. authentication
  41325. authenticator
  41326. author
  41327. authoring
  41328. authorized
  41329. authors
  41330. auto-scroll
  41331. autoguest
  41332.  Chest:Development Kits:MPW Related:DTS MPW Goodies:"
  41333.         activate
  41334.     end tell
  41335. on error errMsg number errNum
  41336.     --enter statements to perform when no records are found such as...
  41337.     display dialog "Sorry, the item you selected could not be found."
  41338.     return
  41339. end try
  41340. e    No Changeq
  41341. Dev.CD Feb 00 TC
  41342. DTS QT Utilities.Aug-95I
  41343. Summary:  This is a collection of useful QuickTime functions and applications. Consult the documentation inside the Documentation folder for more details.J'Sample Code.img
  41344. Windows Sample Code.imgK
  41345. Jun 95L
  41346. Nov 95O
  41347. Dev.CD Feb 00 TC:Sample Code:P
  41348. Dev.CD Feb 00 TC
  41349.  - Sample CodeV
  41350. 4083X
  41351. 1ple CodeV
  41352. 4083X
  41353. Moved
  41354. e--set theItem to choose file -- uncomment to test in an AS editor
  41355.     tell application "Finder"
  41356.         open item "Dev.CD Feb 98 TC"
  41357.         activate
  41358.     end tell
  41359. on error errMsg number errNum
  41360.     --enter statements to perform when no records are found such as...
  41361.     display dialog "Sorry, the item you selected could not be found."
  41362.     return
  41363. end try
  41364. Sorry, the item you selected could not be found."
  41365.     return
  41366. end try
  41367. e    No Changef PlainTalk
  41368. Speech Recognition
  41369. Dev.CD Jan 00 SDK1
  41370. D!All Packages
  41371. Mac OS SDK Edition
  41372. Speech Synthesis Manager
  41373. sentences
  41374. sentense
  41375. separate
  41376. separately
  41377. separation
  41378. separations
  41379. september
  41380. sequel
  41381. yahoo
  41382. years
  41383. yellow
  41384. yes/no
  41385. yield/suspend/resume
  41386. yielding
  41387. yieldtoanythread
  41388. webobjects
  41389. All Packages
  41390. QuickDraw 3DO
  41391. Dev.CD Jan 96 SSWP
  41392. Dev.CD Jan 96 SSV
  41393. 6249X
  41394. Jan 96
  41395. f--set theItem to choose file -- uncomment to test in an AS editor
  41396.     tell application "Finder"
  41397.         open item "Dev.CD Jan 96 SSW"
  41398.         activate
  41399.     end tell
  41400. on error errMsg number errNum
  41401.     --enter statements to perform when no records are found such as...
  41402.     display dialog "Sorry, the item you selected could not be found."
  41403.     return
  41404. end try
  41405. All Packages
  41406. QuickDraw 3DO
  41407. Dev.CD Jan 96 SSWP
  41408. Dev.CD Jan 96 SSV
  41409. 6250X
  41410. Jan 96
  41411. f--set theItem to choose file -- uncomment to test in an AS editor
  41412.     tell application "Finder"
  41413.         open item "Dev.CD Jan 96 SSW"
  41414.         activate
  41415.     end tell
  41416. on error errMsg number errNum
  41417.     --enter statements to perform when no records are found such as...
  41418.     display dialog "Sorry, the item you selected could not be found."
  41419.     return
  41420. end try
  41421. All Packages
  41422. QuickDraw 3DO
  41423. Dev.CD Jan 96 SSWV
  41424. 6251X
  41425. 6447X
  41426. Feb 00^
  41427. r--set theItem to choose file -- uncomment to test in an AS editor
  41428.     tell application "Finder"
  41429.         open item "Dev.CD Feb 00 TC:Sample Code:"
  41430.         activate
  41431.     end tell
  41432. on error errMsg number errNum
  41433.     --enter statements to perform when no records are found such as...
  41434.     display dialog "Sorry, the item you selected could not be found."
  41435.     return
  41436. end try
  41437. MovedfUQTVR
  41438. QuickTime VR
  41439. Make QTVR Object
  41440. Make QTVR Panorama
  41441. QuickTime
  41442. virtual reality
  41443. toolsq
  41444. Dev.CD Feb 00 TC
  41445. D(All Packages
  41446. Reference Library Edition
  41447. QuickView
  41448.  Developer Edition
  41449. 5766X
  41450. Jan 00^
  41451. --set theItem to choose file -- uncomment to test in an AS editor
  41452.     tell application "Finder"
  41453.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:AppleScript SDK:"
  41454.         activate
  41455.     end tell
  41456. on error errMsg number errNum
  41457.     --enter statements to perform when no records are found such as...
  41458.     display dialog "Sorry, the item you selected could not be found."
  41459.     return
  41460. end try
  41461. e    No Changef0AppleScript
  41462. scripting
  41463. Apple Event,Folder Actionsq
  41464. Dev.CD Jan 00 SDK1
  41465. @D!All Packages
  41466. Mac OS SDK Edition
  41467. AppleSearch
  41468. TSummary:  This folder contains:
  41469.  current release of the AppleSearch Client software for Macintosh (v1.5),
  41470.  prerelease version of the AppleSearch Client software for Windows,
  41471.  current version of the AppleSearch Client API for Macintosh (v1.5), 
  41472.  prerelease version of the AppleSearch Client API for Windows, and
  41473.  updated documentation.
  41474. J/AppleSearch - Read Me First
  41475. Macintosh:
  41476. Windows:K
  41477. Feb 94L
  41478. Nov 94ge
  41479. 5773X
  41480. Apr 98^
  41481. --set theItem to choose file -- uncomment to test in an AS editor
  41482.     tell application "Finder"
  41483.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleTalk:"
  41484.         activate
  41485.     end tell
  41486. on error errMsg number errNum
  41487.     --enter statements to perform when no records are found such as...
  41488.     display dialog "Sorry, the item you selected could not be found."
  41489.     return
  41490. end try
  41491. e    No Changeq
  41492. Dev.CD Apr 98 SDK1
  41493. GD!All Packages
  41494. Tool Chest Edition
  41495. AppleTalk SW for SNMP
  41496. Summary:  Contains latest AppleTalk stack (version 58) and MacSNMP 1.0.2
  41497. Features:  Latest binary software for AppleTalk. Needed for MacSNMP development too. Header files and documentation available with MPW and Inside Macintosh
  41498. Issues:  Single user license only. Redistribution license required from apple if you want to ship the NSI disk or the MacSNMP software to your customers
  41499.     No Change
  41500. ttcpwilldial
  41501. tcp/ip
  41502. search
  41503. technical
  41504. satisfying
  41505. saturate
  41506. saved
  41507. saved-off
  41508. savedpapfilexx
  41509. savemenu
  41510. saver
  41511. saves
  41512. saving
  41513. savings
  41514. savory
  41515. savvy
  41516. sawitzki
  41517. sbarcdef
  41518. scalable
  41519. scale
  41520. scales
  41521. scaling
  41522. scanned
  41523. scanner
  41524. scanners
  41525. scanning
  41526. scans
  41527. scenario
  41528. scene
  41529. schedule
  41530. scheduled
  41531. schedules
  41532. schemes
  41533. schneider
  41534. school
  41535. science
  41536. scoop
  41537. score
  41538. scoring
  41539. scott
  41540. scrambling
  41541. scrap
  41542. --set theItem to choose file -- uncomment to test in an AS editor
  41543.     tell application "Finder"
  41544.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Bug Reporting:SysConfig DA 1.5b16"
  41545.         activate
  41546.     end tell
  41547. on error errMsg number errNum
  41548.     --enter statements to perform when no records are found such as...
  41549.     display dialog "Sorry, the item you selected could not be found."
  41550.     return
  41551. end try
  41552. highlights
  41553. issue
  41554. highlights
  41555. Oct 98M
  41556. Requires CodeWarrior Pro v3.0 IDE to open the project file.
  41557. The program requires Open Transport 1.1.1 or greater, however, the program can be modified to remove the OT dependency.N2Ethernet built-in, Enet Address, Burned-in AddressO
  41558. Dev.CD Feb 00 TC:Sample Code:P
  41559. Dev.CD Feb 00 TC
  41560.  - Sample Code
  41561. Dev.CD Jul 96 SSWP
  41562. Dev.CD Jul 96 SSV
  41563. 6616X
  41564. Jul 96
  41565. f--set theItem to choose file -- uncomment to test in an AS editor
  41566.     tell application "Finder"
  41567.         open item "Dev.CD Jul 96 SSW"
  41568.         activate
  41569.     end tell
  41570. on error errMsg number errNum
  41571.     --enter statements to perform when no records are found such as...
  41572.     display dialog "Sorry, the item you selected could not be found."
  41573.     return
  41574. end try
  41575. All Packages
  41576. System 7.5 Update 2.0O
  41577. Dev.CD Jul 96 SSWP
  41578. Dev.CD Jul 96 SSV
  41579. 6617X
  41580. Jul 96
  41581. f--set theItem to choose file -- uncomment to test in an AS editor
  41582.     tell application "Finder"
  41583.         open item "Dev.CD Jul 96 SSW"
  41584.         activate
  41585.     end tell
  41586. on error errMsg number errNum
  41587.     --enter statements to perform when no records are found such as...
  41588.     display dialog "Sorry, the item you selected could not be found."
  41589.     return
  41590. end try
  41591. All Packages
  41592. System 7.5 Update 2.0O
  41593. Dev.CD Jul 96 SSWP
  41594. Dev.CD Jul 96 SSV
  41595. 6618X
  41596. Jul 96
  41597. All Packages
  41598. F    8.0 ImageO
  41599. Dev.CD Nov 97 SSWP
  41600. Dev.CD Nov 97 SSV
  41601. 5626X
  41602. Nov 97
  41603. f--set theItem to choose file -- uncomment to test in an AS editor
  41604.     tell application "Finder"
  41605.         open item "Dev.CD Nov 97 SSW"
  41606.         activate
  41607.     end tell
  41608. on error errMsg number errNum
  41609.     --enter statements to perform when no records are found such as...
  41610.     display dialog "Sorry, the item you selected could not be found."
  41611.     return
  41612. end try
  41613. All Packages
  41614. F    8.0 ImageO
  41615. Dev.CD Nov 97 SSWP
  41616. Dev.CD Nov 97 SSV
  41617. 5627X
  41618. Nov 97
  41619. f--set theItem to choose file -- uncomment to test in an AS editor
  41620.     tell application "Finder"
  41621.         open item "Dev.CD Nov 97 SSW"
  41622.         activate
  41623.     end tell
  41624. on error errMsg number errNum
  41625.     --enter statements to perform when no records are found such as...
  41626.     display dialog "Sorry, the item you selected could not be found."
  41627.     return
  41628. end try
  41629. All Packages
  41630. F    8.0 ImageO
  41631. Dev.CD Nov 97 SSWP
  41632. Dev.CD Nov 97 SSV
  41633. 5628X
  41634. speech
  41635. recognition
  41636. manager
  41637. speech
  41638. synthesis
  41639. installers
  41640. speechrecogmgr
  41641. spellswell
  41642. spellswell
  41643. spellswell
  41644. sprites
  41645. sprocketinavders
  41646. sprocketinavders
  41647. sprocketinvaders
  41648. sprocketinvaders
  41649. sprocketinvaders
  41650. sprocketinvaders
  41651. sprockets
  41652. interfaces
  41653. files
  41654. sample
  41655. sresource
  41656. srlanguagemodeler
  41657. stack
  41658. staging
  41659. staging
  41660. alerts
  41661. standalone
  41662. standalone
  41663. quick
  41664. start
  41665. standard
  41666. standards
  41667. standardwdef
  41668. standardwdef
  41669. start
  41670. start
  41671. started
  41672. starter
  41673. startup
  41674. static
  41675. stdfilesaver
  41676. stiletto
  41677. stiletto
  41678. program
  41679. stiletto
  41680. sources
  41681. All Packages
  41682. 8.5.1O
  41683. Dev.CD May 99 SDKP
  41684. Dev.CD May 99 SDV
  41685. 5689X
  41686. May 99
  41687. f--set theItem to choose file -- uncomment to test in an AS editor
  41688.     tell application "Finder"
  41689.         open item "Dev.CD May 99 SDK"
  41690.         activate
  41691.     end tell
  41692. on error errMsg number errNum
  41693.     --enter statements to perform when no records are found such as...
  41694.     display dialog "Sorry, the item you selected could not be found."
  41695.     return
  41696. end try
  41697. All Packages
  41698. 8.5.1O
  41699. Dev.CD May 99 SDKP
  41700. Dev.CD May 99 SDV
  41701. 5690X
  41702. May 99
  41703. f--set theItem to choose file -- uncomment to test in an AS editor
  41704.     tell application "Finder"
  41705.         open item "Dev.CD May 99 SDK"
  41706.         activate
  41707.     end tell
  41708. on error errMsg number errNum
  41709.     --enter statements to perform when no records are found such as...
  41710.     display dialog "Sorry, the item you selected could not be found."
  41711.     return
  41712. end try
  41713. All Packages
  41714. Dev.CD Jul 99 SSWP
  41715. Dev.CD Jul 99 SSV
  41716. 5691X
  41717. Jul 99
  41718. hints
  41719. history
  41720. hit-testing
  41721. hitec
  41722. hitting
  41723. hoddie
  41724. hokum
  41725. holcomb
  41726. holding
  41727. holds
  41728. holiday
  41729. holland
  41730. hooper
  41731. otsauce
  41732. hours
  41733. house
  41734. 5727X
  41735. Dec 99^
  41736. --set theItem to choose file -- uncomment to test in an AS editor
  41737.     tell application "Finder"
  41738.         open item "Dev.CD Dec 99 RL:Technical Documentation:Inside Macintosh:"
  41739.         activate
  41740.     end tell
  41741. on error errMsg number errNum
  41742.     --enter statements to perform when no records are found such as...
  41743.     display dialog "Sorry, the item you selected could not be found."
  41744.     return
  41745. end try
  41746. Deletedq
  41747. Dev.CD Dec 99 RL
  41748. D!All Packages
  41749. Tool Chest Edition
  41750. AE Sample Applications
  41751. Summary: This folder contains sample applications that demonstrate how to develop applications that support Apple Events and the Object Model.
  41752. 7Edit is a simple text editor that is recordable and scriptable. It includes sample C and Pascal code demonstrating how to develop a recordable, scriptable application using Apple events, the Object Model, and AppleScript. Supports the Core and Text suite of events.
  41753. 7Edit 3.1
  41754. CoreSample 1.1K
  41755. May 92L
  41756. May 94ge
  41757. summary
  41758. media
  41759. megamovies
  41760. memhell
  41761. memhell
  41762. 1.0a6
  41763. readme
  41764. memory
  41765. memory
  41766. management
  41767. menuhints
  41768. menuhints
  41769. mergeitems
  41770. mergeitems
  41771. message
  41772. meta-content
  41773. meta-content
  41774. format
  41775. helper
  41776. helpful
  41777. helping
  41778. helps
  41779. heralds
  41780. here's
  41781. hersey
  41782. hewlett-packard
  41783. volumes
  41784. summary
  41785. finderheaps
  41786. debugging
  41787. allows
  41788. summary
  41789. years
  41790. chinese
  41791. input
  41792. bottleneck
  41793. summary
  41794. fragment
  41795. simple
  41796. application
  41797. designed
  41798. summary
  41799. gxgraphics
  41800. 1.1.6
  41801. extension
  41802. encompasses
  41803. summary
  41804. gxoverridetool
  41805. message
  41806. override
  41807. source
  41808. summary
  41809. noticed
  41810. there
  41811. isn't
  41812. effective
  41813. summary
  41814. hotsauce
  41815. technology
  41816. demonstration
  41817. based
  41818. ntosh
  41819. software
  41820. distributed
  41821. world
  41822. Movedq
  41823. Dev.CD Feb 00 TC
  41824. D!All Packages
  41825. Tool Chest Edition
  41826. Eject PC Cards Location Module
  41827. 1A Location Manager module that shows how to eject PC Cards.  This is a sample of an action module and is useful in general for PowerBook users which use PC Cards and Location Manager
  41828. Shows how to walk the name registry to find PC Cards and eject them. Shows how to build a Location Manager action module.
  41829. J'Sample Code.img
  41830. Windows Sample Code.imgK
  41831. Mar 99MFPower Macintosh with PC Card 3.0 (PowerBook 3400, 2400, G3, G3 Series)N3PC Card 3.0, Location Manager, Eject, Action moduleO
  41832. Dev.CD Feb 00 TC:Sample Code:P
  41833. Dev.CD Feb 00 TC
  41834.  - Sample CodeV
  41835. 5934X
  41836. Feb 00^
  41837. PS requires System 7.0 or later, and is compatible with System 7.5, 68040 and PowerPC-based Macs, 32-bit addressing, and virtual memory.O>Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:Drop
  41838. PS 1.1.3:PFDev.CD Nov 99 TC
  41839.  - Tool Chest
  41840.  - Developer Utilities
  41841.  - Drop
  41842. PS 1.1.3
  41843. r--set theItem to choose file -- uncomment to test in an AS editor
  41844.     tell application "Finder"
  41845.         open item "Dev.CD Feb 00 TC:Sample Code:"
  41846.         activate
  41847.     end tell
  41848. on error errMsg number errNum
  41849.     --enter statements to perform when no records are found such as...
  41850.     display dialog "Sorry, the item you selected could not be found."
  41851.     return
  41852. end try
  41853. tements to perform when no records are found such as...
  41854.     display dialog "Sorry, the item you selected could not be found."
  41855.     return
  41856. end try
  41857. e    No Changef<device
  41858. driver
  41859. block
  41860. storage
  41861. Drive,r Gestalt
  41862. CD-ROM
  41863. hard diskq
  41864. Dev.CD Feb 00 TC
  41865. D!All Packages
  41866. Tool Chest Edition
  41867. PS 1.1.3
  41868. entertainment
  41869. environment
  41870. eomodeler
  41871. error
  41872. error
  41873. reports
  41874. apple
  41875. ethernet
  41876. ethernet
  41877. address
  41878. ethernet
  41879. built-in
  41880. ethernet
  41881. ethertalk
  41882. etsda
  41883. event
  41884. mber errNum
  41885.     --enter statements to perform when no records are found such as...
  41886.     display dialog "Sorry, the item you selected could not be found."
  41887.     return
  41888. end try
  41889. Deletedq
  41890. Dev.CD Nov 99 TC
  41891. D(All Packages
  41892. Reference Library Edition
  41893. DropDiskIxSummary:  DropDisk is an application that mounts disk images on the desktop.  See the file "About DropDisk" for details.J
  41894. About DropDisk
  41895. DropDiskK
  41896. Jan 95O*Dev.CD Dec 99 RL:Utilities:DropDisk 1.0b5:P/Dev.CD Dec 99 RL
  41897.  - Utilities
  41898.  - DropDisk 1.0b5V
  41899. 4081X
  41900. Dec 99^
  41901. r--set theItem to choose file -- uncomment to test in an AS editor
  41902.     tell application "Finder"
  41903.         open item "Dev.CD Feb 00 TC:Sample Code:"
  41904.         activate
  41905.     end tell
  41906. on error errMsg number errNum
  41907.     --enter statements to perform when no records are found such as...
  41908.     display dialog "Sorry, the item you selected could not be found."
  41909.     return
  41910. end try
  41911. end try
  41912. e    No Changeq
  41913. Dev.CD Feb 00 TC
  41914. D!All Packages
  41915. Tool Chest Edition
  41916. Snippets - OS Utilities
  41917. (** = new, * = revised)
  41918. DeskPat:  This snippet how you can  access the "Desktop Pattern" and the "Set Utilities Pattern" pattern. (This pattern is set by holding down the option key in the Desktop Patterns Control Panel.) This control panel uses resources of type 'ppat' to store this pattern. The `ppat' resource is stored in the System file in your System Folder; the desktop pattern has an ID of 16 and the utilities pattern has an ID of 42. Since this is not documented, it could be subjec
  41919. location
  41920. manager
  41921. eject
  41922. action
  41923. module
  41924. network
  41925. driver
  41926. transport
  41927. module
  41928. token
  41929. pccard
  41930. pccard
  41931. hooper
  41932. powerbook
  41933. comet
  41934. pccts
  41935. driver
  41936. loader
  41937. openfirmware
  41938. fcode
  41939. forth
  41940. tokenize
  41941. pci-pci
  41942. pcmcia
  41943. container
  41944.  1.1.6O\Dev.CD Apr 98 SDK2:Development Kits (Disc 2):Quickdraw GX Init Update:GXGraphics 1.1.6 init:PdDev.CD Apr 98 SDK2
  41945.  - Development Kits (Disc 2)
  41946.  - Quickdraw GX Init Update
  41947.  - GXGraphics 1.1.6 initV
  41948. 2278X
  41949. Apr 98^
  41950. e    No Changef0PC Card 3.0
  41951. Location Manager
  41952. Eject
  41953. Action moduleq
  41954. Dev.CD Feb 00 TC
  41955. D!All Packages
  41956. Mac OS SDK Edition
  41957. Embedding Profile Documentation
  41958. CThis folder contains updated documents outlining strategies for embedding ICC Profiles in TIFF, PICT, GIF, JFIF and EPS formats.
  41959. This folder contains updated documents outlining strategies for embedding ICC Profiles in TIFF, PICT, GIF, JFIF and EPS formats. These documents are of interest to ColorSync-savvy applications.
  41960. Embedding ICC Profile in GIF89a
  41961. Embedding ICC Profiles in EPS
  41962. Embedding ICC Profiles in JFIF
  41963. Embedding ICC Profiles in Pict
  41964. Embedding ICC Profiles in TIFFK
  41965. Apr 98M    ColorSyncN9ColorSync, ICC, Profile Embed, JFIF, GIF, PICT, TIFF, EPSOiDev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Documentation:Embedding Profile Documentation:PtDev.CD Apr 98 SDK1
  41966.  - Development Kits (Disc 1)
  41967.  - ColorSync SDK
  41968.  - Documentation
  41969.  - Embedding Profile DocumentationV
  41970. 5935X
  41971. Apr 98^
  41972. 4-character
  41973. 4.0.8
  41974. 4.5.2
  41975. 40-60
  41976. 40-bit
  41977. 4400/200
  41978. program
  41979. control
  41980. access
  41981. 512-919-2645
  41982. 5300c/1005300ce/1173
  41983. 58.1.5
  41984. 5thcolumnW
  41985. 6-158
  41986. 6-164
  41987. 6.0.4
  41988. 6.0.5
  41989. 6.3.1
  41990. 6.3.2
  41991. r--set theItem to choose file -- uncomment to test in an AS editor
  41992.     tell application "Finder"
  41993.         open item "Dev.CD Feb 00 TC:Sample Code:"
  41994.         activate
  41995.     end tell
  41996. on error errMsg number errNum
  41997.     --enter statements to perform when no records are found such as...
  41998.     display dialog "Sorry, the item you selected could not be found."
  41999.     return
  42000. end try
  42001.  not be found."
  42002.     return
  42003. end try
  42004. e    No Changef
  42005. Drive Setup
  42006. Dev.CD Dec 99 RL Disk 1
  42007. D!All Packages
  42008. Tool Chest Edition
  42009. Driver Installer
  42010. xSummary: Driver Installer is a quick and dirty application to install drivers in an INIT or cdev file during the development cycle of the drivers.
  42011. When developing drivers we sometimes need to go into ResEdit a thousand times to copy DRVR and DATA resources to a file containing an INIT resource. This program automates copying resources and setting attributes a little bit.  
  42012.     No Change
  42013. Dev.CD Jan 94
  42014. Dev.CD Oct 93P
  42015. Dev.CD Jan 94
  42016. Dev.CD Oct 9V
  42017. 6383X
  42018. Jan 94
  42019. p--set theItem to choose file -- uncomment to test in an AS editor
  42020.     tell application "Finder"
  42021.         open item "Dev.CD Jan 94
  42022. Dev.CD Oct 93"
  42023.         activate
  42024.     end tell
  42025. on error errMsg number errNum
  42026.     --enter statements to perform when no records are found such as...
  42027.     display dialog "Sorry, the item you selected could not be found."
  42028.     return
  42029. end try
  42030. All Packages
  42031. F    QuickTimeO
  42032. Dev.CD Jan 94
  42033. Dev.CD Oct 93P
  42034. Dev.CD Jan 94
  42035. Dev.CD Oct 9V
  42036. 6384X
  42037. Jan 94
  42038. p--set theItem to choose file -- uncomment to test in an AS editor
  42039.     tell application "Finder"
  42040.         open item "Dev.CD Jan 94
  42041. Dev.CD Oct 93"
  42042.         activate
  42043.     end tell
  42044. on error errMsg number errNum
  42045.     --enter statements to perform when no records are found such as...
  42046.     display dialog "Sorry, the item you selected could not be found."
  42047.     return
  42048. end try
  42049. All Packages
  42050. F    QuickTimeV
  42051. 6385X
  42052. MacOS more accessible.
  42053. Speech Recognition Manager: This QuickView database documents the speech recognition services for Macintosh computers.
  42054. Inside Macintosh: Telephony: This QuickView Database describes the Telephone Manager, the part of the Macintosh system software that you can use to develop applications and other software that provide telephony capabilities (that is, capabilities that allow you to manage telephones, and in particular to establish or control connections between teleD
  42055. phones on a telephone network). You can use the Telephone Manager to develop a wide range of applications, including screen-based telephone dialers, computer-based answering-machines, call forwarders, and so forth.
  42056. Jh Read Me First!
  42057. Adv Color Imaging on the Mac OS:
  42058. Apple Game Sprockets:
  42059. IM-Telephony:
  42060. Speech Recognition:K
  42061. Feb 97OZDev.CD Sep 97 RL:Technical Documentation:Toolbox Assistant:QuickView Databases-Standalone:
  42062. change@
  42063. updated@
  42064. apple@
  42065. All Packages
  42066. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  42067. Dev.CD Jan 94
  42068. Dev.CD Oct 93
  42069. Dev.CD Jul 93
  42070. Dev.CD Apr 93PDDev.CD Apr 94
  42071. Dev.CD Jan 94
  42072. Dev.CD Oct 93
  42073. Dev.CD Jul 93
  42074. Dev.CD Apr 9V
  42075. 6638X
  42076. Apr 94
  42077. --set theItem to choose file -- uncomment to test in an AS editor
  42078.     tell application "Finder"
  42079.         open item "Dev.CD Apr 94
  42080. Dev.CD Jan 94
  42081. Dev.CD Oct 93
  42082. Dev.CD Jul 93
  42083. Dev.CD Apr 93"
  42084.         activate
  42085.     end tell
  42086. on error errMsg number errNum
  42087.     --enter statements to perform when no records are found such as...
  42088.     display dialog "Sorry, the item you selected could not be found."
  42089.     return
  42090. end try
  42091. All Packages
  42092. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  42093. Dev.CD Jan 94
  42094. Dev.CD Oct 93
  42095. Dev.CD Jul 93
  42096. Dev.CD Apr 93PDDev.CD Apr 94
  42097. Dev.CD Jan 94
  42098. Dev.CD Oct 93
  42099. Dev.CD Jul 93
  42100. Dev.CD Apr 9V
  42101. 6639X
  42102. Apr 94
  42103. rfc1662
  42104. rfc1662
  42105. richardson
  42106. rights
  42107. rinaldi
  42108. rincludes
  42109. roadmap
  42110. scriptable
  42111. scripting
  42112. scriptswitcher
  42113. scriptswitcher
  42114. script
  42115. switcher
  42116. scroll
  42117. scrolling
  42118. performance
  42119. manager
  42120. search
  42121. search
  42122. index
  42123. vtwin
  42124. summary
  42125. select
  42126. selected
  42127. selector
  42128. sequences
  42129. serial
  42130. serialshimlib
  42131. series
  42132. server
  42133. servers
  42134. services
  42135. setdefaultdtp
  42136. setdeskcpat
  42137. setting
  42138. setup
  42139. shared
  42140. sharing
  42141. sherlock
  42142. sherlock
  42143. content
  42144. extractor
  42145. search
  42146. showicon
  42147. showicon
  42148. showinit
  42149. extension
  42150. icons
  42151. showinit
  42152. virtually
  42153. viruses
  42154. visemrj
  42155. visibility
  42156. visible
  42157. visigenic
  42158. arbitrary@
  42159. architecture/roadmap@
  42160. area@
  42161. arrays@
  42162. article@
  42163. as-is@
  42164. asia@
  42165. asip@
  42166. asked@
  42167. asynchronous
  42168. background
  42169. networking
  42170. macintosh
  42171. harry@
  42172. at-attachment@
  42173. audit@
  42174. autoguest
  42175. control
  42176. panel
  42177. attempts
  42178. prevent
  42179. automate@
  42180. avoids@
  42181. background-only
  42182. backlight@
  42183. bare@
  42184. basket@
  42185. beaker@
  42186. behaviour@
  42187. beyond@
  42188. black-and-white@
  42189. both@
  42190. brief@
  42191. built-in@
  42192. butcdef@
  42193. block@
  42194. call@
  42195. campfire@
  42196. can't@
  42197. capture
  42198. summary
  42199. apple
  42200. directions
  42201. developer
  42202. business
  42203. report
  42204. 1-12/
  42205. summary
  42206. apple
  42207. licensed
  42208. ported
  42209. ibm's
  42210. somobjects
  42211. summary
  42212. apple's
  42213. indian
  42214. language
  42215. summary
  42216. apple's
  42217. korean
  42218. language
  42219. affordable
  42220. summary
  42221. appstogo
  42222. development
  42223. framework
  42224. developm
  42225. summary
  42226. 2.0.1
  42227. release
  42228. summary
  42229. atrapper
  42230. application
  42231. records
  42232. a-trap
  42233. calls
  42234. summary
  42235. audit
  42236. small
  42237. library
  42238. functions
  42239. provide
  42240. summary
  42241. backlight
  42242. control
  42243. control
  42244. panel
  42245. powerbooks
  42246. summary
  42247. bbedit
  42248. freeware
  42249. derivative
  42250. bbedit
  42251. summary
  42252. betabase
  42253. filemaker
  42254. report
  42255. database
  42256. summary
  42257. order
  42258. catch
  42259. summary
  42260. buginfo
  42261. macro
  42262. execute
  42263. within
  42264. macsbug
  42265. summary
  42266. callhyper
  42267. external
  42268. dimension
  42269. which
  42270. summary
  42271. cdent
  42272. format
  42273. source
  42274. AppleShare IP 6.3 SDK
  42275. Continuing to offer the traditional server software suite, AppleShare IP 6.3 now supports Mac OS 9, allowing server administrators to take advantage of the latest improvements in the Mac OS.  AppleShare IP 6.3 also eliminates the dependencies of the earlier versions of the administration applications on Open Doc and replaces those with a single integrated management administration, called Mac OS Server Admin.  Within this SDK, you will find detailed developer documentation, interfaces, lib
  42276. 5769X
  42277. uncomment to test in an AS editor
  42278.     tell application "Finder"
  42279.         open item "Dev.CD Jan 94
  42280. Dev.CD Oct 93"
  42281.         activate
  42282.     end tell
  42283. on error errMsg number errNum
  42284.     --enter statements to perform when no records are found such as...
  42285.     display dialog "Sorry, the item you selected could not be found."
  42286.     return
  42287. end try
  42288. All Packages
  42289. F    QuickTimeO
  42290. Dev.CD Jan 94
  42291. Dev.CD Oct 93P
  42292. Dev.CD Jan 94
  42293. Dev.CD Oct 9V
  42294. 4519X
  42295. Jan 94
  42296. e    No Changef2ColorSync
  42297. Profile Embed
  42298. Dev.CD Apr 98 SDK1
  42299. All Packages
  42300. F)Enhanced Macintosh PB 1400 Developer NoteI
  42301. Summary: This developer note describes the latest model of the PowerBook 1400 computer. The note describes only the changes that make the new model different from its earlier counterparts.J
  42302. PB_190_5300RAMCard_Er.pdf
  42303. PowerBook_1400.pdf
  42304. PowerBook_1400_Addendum.pdf
  42305. PowerBook_2400c.pdf
  42306. PowerBook_3400.pdf
  42307. PowerBook_5300.pdf
  42308. PowerBook_Duo_2300c.pdf
  42309. PowerBook_Processor_Upg.pdfK
  42310. Sep 97M
  42311. Acrobat Reader.N
  42312. PowerBook 1400OdDev.CD Dec 99 RL Disk 2:Technical Publications:hardware:Developer_Notes:Macintosh_CPUs-PPC_Portable:PoDev.CD Dec 99 RL Disk 2
  42313.  - Technical Publications
  42314.  - hardware
  42315.  - Developer_Notes
  42316.  - Macintosh_CPUs-PPC_PortableV
  42317. 5936X
  42318. Dec 99^    RL Disk 2
  42319. e    No Change
  42320. cords are found such as...
  42321.     display dialog "Sorry, the item you selected could not be found."
  42322.     return
  42323. end try
  42324. e    No Changeq
  42325. Dev.CD Feb 00 TC
  42326. All Packages
  42327. --set theItem to choose file -- uncomment to test in an AS editor
  42328.     tell application "Finder"
  42329.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Documentation:Embedding Profile Documentation:"
  42330.         activate
  42331.     end tell
  42332. on error errMsg number errNum
  42333.     --enter statements to perform when no records are found such as...
  42334.     display dialog "Sorry, the item you selected could not be found."
  42335.     return
  42336. end try
  42337. colorsync
  42338. profile
  42339. embed
  42340. colorsync
  42341. profile
  42342. specification
  42343. colorsync
  42344. photoshop
  42345. plug-ins
  42346. colorsync
  42347. profile
  42348. rename
  42349. colour
  42350. comet
  42351. communications
  42352. compare
  42353. compiler
  42354. compilers
  42355. component
  42356. component
  42357. compression
  42358. decompression
  42359. compound
  42360. compress
  42361. compression
  42362. computer
  42363. computer
  42364. based
  42365. media
  42366. television
  42367. broadcast
  42368. graphics
  42369. conditional
  42370. conference
  42371. conferencing
  42372. configuration
  42373. connectivity
  42374. consumer
  42375. container
  42376. content
  42377. context
  42378. contextual
  42379. contextual
  42380. manager
  42381. control
  42382. control
  42383. strip
  42384. powerbook
  42385. control
  42386. panel
  42387. controls
  42388. b--set theItem to choose file -- uncomment to test in an AS editor
  42389.     tell application "Finder"
  42390.         open item "Dev.CD Apr 95"
  42391.         activate
  42392.     end tell
  42393. on error errMsg number errNum
  42394.     --enter statements to perform when no records are found such as...
  42395.     display dialog "Sorry, the item you selected could not be found."
  42396.     return
  42397. end try
  42398. htmlsample
  42399. server
  42400. human
  42401. human
  42402. interface
  42403. notes
  42404. bring-up
  42405. tools
  42406. hypercard
  42407. hypercard
  42408. update
  42409. hypercard
  42410. instance
  42411. variables
  42412. hypercard
  42413. player
  42414. imaging
  42415. installer
  42416. instance
  42417. interface
  42418. international
  42419. issue
  42420. --set theItem to choose file -- uncomment to test in an AS editor
  42421.     tell application "Finder"
  42422.         open item "Dev.CD Dec 99 RL Disk 2:Technical Publications:hardware:Developer_Notes:Macintosh_CPUs-PPC_Portable:"
  42423.         activate
  42424.     end tell
  42425. on error errMsg number errNum
  42426.     --enter statements to perform when no records are found such as...
  42427.     display dialog "Sorry, the item you selected could not be found."
  42428.     return
  42429. end try
  42430. you selected could not be found."
  42431.     return
  42432. end try
  42433. All Packages
  42434. Hebrew Language KitO2Dev.CD May 97 TC
  42435. Dev.CD Nov 96 TC
  42436. Dev.CD Aug 96 TCP1Dev.CD May 97 TC
  42437. Dev.CD Nov 96 TC
  42438. Dev.CD Aug 96 TV
  42439. 2286X
  42440. May 97
  42441. employ
  42442. emptied
  42443. empty
  42444. emptying
  42445. emulate
  42446. emulated
  42447. emulates
  42448. emulation
  42449. emulator
  42450. D!All Packages
  42451. Tool Chest Edition
  42452. DisposeResource 2.0
  42453. Summary:  DisposeResource is an extension that catches a common programming error: passing a resource handle to DisposeHandle.
  42454. Version 2.0 correctly deals with ROM resource handles. This avoids an erroneous report during boot with Sound Manager 3.1 installed.
  42455. Memory Management.imgK
  42456. Sep 92L
  42457. Sep 95N*DisposeResource debugging resource handlesOBDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD Feb 00 TC
  42458.  - Tool Chest
  42459.  - Testing & Debugging
  42460.  - Memory ManagementV
  42461. 4075X
  42462. Feb 00^
  42463. Oe    No Changef
  42464. Interrupt Time
  42465. Debugging
  42466. Toolo`ftp://ftp.apple.com/developer/Tool_Chest/Testing_-_Debugging/General_tools/SyncCatch_2.1.sit.hqxq
  42467. Dev.CD Feb 00 TC
  42468. PD!All Packages
  42469. Tool Chest Edition
  42470. SysConfig DA 1.5b16I
  42471. Summary: This DA collects information about your System and allows you to save that information in a text file. Great for reporting bugs!  J
  42472. SysConfig DA 1.5b16K
  42473. Vol IIIL
  42474. Vol VIIOQDev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Bug Reporting:SysConfig DA 1.5b16P\Dev.CD Nov 99 TC
  42475.  - Tool Chest
  42476.  - Testing & Debugging
  42477.  - Bug Reporting
  42478.  - SysConfig DA 1.5b1V
  42479. 6551X
  42480. Nov 99^
  42481. #Hebrew Language Kit 1.0.1V
  42482. 2287X
  42483. Feb 00^
  42484. e    No Changef
  42485. PowerBook 1400q
  42486. Dev.CD Dec 99 RL Disk 2
  42487. All Packages
  42488. F    EOModeler
  42489. Learning EOModeler
  42490. Learning how to effectively use the EOModeler application is an essential beginning to the development of any database driven web site. This survival guide explains the most commonly used features and options available in the EOModeler application.
  42491. EOModeler.pdfK
  42492. Jun 99M
  42493. Acrobat Reader 3.0N
  42494. EOModeler, databaseO>Dev.CD Dec 99 RL Disk 1:Interactive Media Resources:EOModeler:PCDev.CD Dec 99 RL Disk 1
  42495.  - Interactive Media Resources
  42496.  - EOModelerV
  42497. 5937X
  42498. Dec 99^    RL Disk 1
  42499. --set theItem to choose file -- uncomment to test in an AS editor
  42500.     tell application "Finder"
  42501.         open item "Dev.CD Dec 99 RL Disk 1:Interactive Media Resources:EOModeler:"
  42502.         activate
  42503.     end tell
  42504. on error errMsg number errNum
  42505.     --enter statements to perform when no records are found such as...
  42506.     display dialog "Sorry, the item you selected could not be found."
  42507.     return
  42508. end try
  42509. ry:  DiskFiller is a little utility that allows users to instantly fill any mounted disk.  This is incredibly useful for testing low-disk-space conditions.  You no longer have to duplicate file after file to fill your hard disk.
  42510.   It creates a file on the root level of the filled disk called "Filler".  To free the space, the user can throw away the "Filler" file.
  42511. Features:  Allows user to specify disk to fill, and how much space (in bytes or in kbytes) to leave free.  This way you caBOn test various amounts of low disk space.
  42512. Issues:  Only tested under System 7.
  42513. Stress testing tools.imgK
  42514. Apr 94N
  42515. Utility, Tool, Low Disk SpaceOEDev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Stress testing tools:PMDev.CD Feb 00 TC
  42516.  - Tool Chest
  42517.  - Testing & Debugging
  42518.  - Stress testing toolsits:HyperCard Related:XCMDs & XFCNs:Help XFCN 1.4:PiDev.CD Feb 00 TC
  42519.  - Tool Chest
  42520.  - Development Kits
  42521.  - HyperCard Related
  42522.  - XCMDs & XFCNs
  42523.  - Help XFCN 1.4V
  42524. 2288X
  42525. 1XFCN 1.4V
  42526. 2288X
  42527. 1e    No Change
  42528. sample
  42529. application
  42530. source
  42531. showing
  42532. common
  42533. slots
  42534. slots
  42535. application
  42536. allows
  42537. declaration
  42538. slotvinstall
  42539. slower
  42540. small
  42541. ldaemon
  42542. smaller
  42543. smallest
  42544. smart
  42545. smith
  42546. smith's
  42547. snapshot
  42548. snapshot
  42549. sample
  42550. application
  42551. shows
  42552. snapshots
  42553. snapshotsample1.0b3
  42554. snarfer
  42555. snarfing
  42556. snazzy
  42557. sndforever
  42558. sndplay
  42559. sndplaydoublebuffer
  42560. sndplaydoublebuffera
  42561. sndstartfileplay
  42562. snippet
  42563. snippets
  42564. snively
  42565. snstartfileplay
  42566. 6519X
  42567. Feb 00^
  42568. r--set theItem to choose file -- uncomment to test in an AS editor
  42569.     tell application "Finder"
  42570.         open item "Dev.CD Feb 00 TC:Sample Code:"
  42571.         activate
  42572.     end tell
  42573. on error errMsg number errNum
  42574.     --enter statements to perform when no records are found such as...
  42575.     display dialog "Sorry, the item you selected could not be found."
  42576.     return
  42577. end try
  42578. e    No Changeq
  42579. Dev.CD Feb 00 TC
  42580. 1D!All Packages
  42581. Tool Chest Edition
  42582. Snippets - QuickDraw
  42583. (** = new, * = revised)
  42584. AlternateBufferDisplay:  Shows that copybits along with offscreen bitmaps can emulate alternating buffer displays at a reasonable rate.
  42585. Band Copying, the Sequel:  Under low memory conditions, it's often necessary to draw an image by individual bands rather than to draw the entire image at once, and in most cases this method works fine unless the image requires dithering from its source to its destination.   The purpose of this app is to show the problem that may o
  42586. e    No Changef
  42587. EOModeler
  42588. databaseq
  42589. Dev.CD Dec 99 RL Disk 1
  42590. D!All Packages
  42591. Tool Chest Edition
  42592. F"European Distributors & LocalizersIYSummary: This folder contains a list of European Distributors and Localization Companies.
  42593. sBenelux*distributors/localizers
  42594. Denmark*distributors/localizers
  42595. Finland*distributors/localizers
  42596. France*distributors/localizers
  42597. Germany*distributors/localizers
  42598. IEA*distributors/localizers
  42599. Italy*distributors/localizers
  42600. Norway*distributors/localizers
  42601. Spain*distributors/localizers
  42602. Sweden*distributors/localizers
  42603. Switz.*distributors/localizers
  42604. UK/EIRE*distributors/localizers
  42605. Jul 94M
  42606. Adobe Acrobat Reader.O`Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:Euro Distributors/Localizers:PhDev.CD May 98 TC
  42607.  - Programs & Marketing
  42608.  - Market & Distribution Guides
  42609.  - Euro Distributors/LocalizersV
  42610. 5938X
  42611. May 98^
  42612. #& Video Hardware
  42613.  - Display Card 4
  42614. 4073X
  42615. Nov 99^
  42616. #N 1.4V
  42617. 2288X
  42618. *D&All Packages
  42619. System Software Edition
  42620. Apple Directions UpdateINSummary:  The May 97 issue of Apple Directions, The Developer Business Report.J
  42621. Apple Directions 05/97K
  42622. Jun 97L
  42623. Jun 97ODDev.CD Jun 97 SSW:What's New?:Programs & Marketing:Apple Directions:PLDev.CD Jun 97 SSW
  42624.  - What's New?
  42625.  - Programs & Marketing
  42626.  - Apple DirectionsV
  42627. 5745X
  42628. Jun 97^
  42629. #nder"
  42630.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Hardware tools:"
  42631.         activate
  42632.     end tell
  42633. on error errMsg number errNum
  42634.     --enter statements to perform when no records are found such as...
  42635.     display dialog "Sorry, the item you selected could not be found."
  42636.     return
  42637. end try
  42638. e    No Changeq
  42639. Dev.CD Feb 00 TC
  42640. D!All Packages
  42641. Tool Chest Edition
  42642. F+Sample Code - Development Tools & Languages
  42643. e    No Changeq
  42644. Dev.CD May 98 TC
  42645. D!All Packages
  42646. Tool Chest Edition
  42647. ary: EvenBetterBusError is an init that helps catch renegade references to NIL. If you try to dereference a NIL handle or pointer with it installed, a bus error occurs, alerting you to the problem. It also catched writes to NIL, another common programming error.
  42648. General tools.imgK
  42649. Vol XO>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Feb 00 TC
  42650.  - Tool Chest
  42651.  - Testing & Debugging
  42652.  - General toolsV
  42653. 5939X
  42654. Feb 00^
  42655. --set theItem to choose file -- uncomment to test in an AS editor
  42656.     tell application "Finder"
  42657.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:"
  42658.         activate
  42659.     end tell
  42660. on error errMsg number errNum
  42661.     --enter statements to perform when no records are found such as...
  42662.     display dialog "Sorry, the item you selected could not be found."
  42663.     return
  42664. end try
  42665. e    No Changeq
  42666. Dev.CD Feb 00 TC
  42667. ev.CD Feb 00 TC
  42668. --set theItem to choose file -- uncomment to test in an AS editor
  42669.     tell application "Finder"
  42670.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:Euro Distributors/Localizers:"
  42671.         activate
  42672.     end tell
  42673. on error errMsg number errNum
  42674.     --enter statements to perform when no records are found such as...
  42675.     display dialog "Sorry, the item you selected could not be found."
  42676.     return
  42677. end try
  42678. are about to do a build to see who is still modi
  42679. fying source code.
  42680.    MakeTheFolder is an improvement over the MPW command MakeFolder.  This script accepts one input parameter.  This is the name of a folder to be created.  Whereas the MPW command NewFolder will also create folders, the NewFolder command will not create a  named folder if all of its parent folders do not already exist.  This script will insure all folders in the path exist.  So this script may be called once using the full pathname of the  desired folder and this script
  42681. distributors
  42682. documentation
  42683. doubletrouble
  42684. doubletrouble
  42685. draggingsprites
  42686. drawing
  42687. drawsprocket
  42688. drawsprockettest
  42689. drive
  42690. drive
  42691. utilities
  42692. driver
  42693. driver
  42694. installer
  42695. drivergestaltexplore
  42696. dronezone
  42697.  write operations performed, the number of sectors involved and the time taken to complete the operations.
  42698.  IOTracer collects trace da
  42699. ta on file system and driver reads and writes and other I/O related calls. An analysis tool is provided which inputs an IOTracer trace and outputs a summary of the I/O performance. IOTracer can also collect data on resource calls, which can give insight into the effect of application/system resource requests and disk I/O performance. 
  42700.      The information provided by these tools can provide an understanding of an application's disk I/O behavior and interaction with the system. It is also 
  42701. All Packages
  42702. 7.1 (PB 145B)O
  42703. Dev.CD Jul 93P
  42704. Dev.CD Jul 9V
  42705. 5301X
  42706. Jul 93
  42707. b--set theItem to choose file -- uncomment to test in an AS editor
  42708.     tell application "Finder"
  42709.         open item "Dev.CD Jul 93"
  42710.         activate
  42711.     end tell
  42712. on error errMsg number errNum
  42713.     --enter statements to perform when no records are found such as...
  42714.     display dialog "Sorry, the item you selected could not be found."
  42715.     return
  42716. end try
  42717. All Packages
  42718. 7.1 (PB 145B)O
  42719. Dev.CD Jul 93P
  42720. Dev.CD Jul 9V
  42721. 5302X
  42722. Jul 93
  42723. b--set theItem to choose file -- uncomment to test in an AS editor
  42724.     tell application "Finder"
  42725.         open item "Dev.CD Jul 93"
  42726.         activate
  42727.     end tell
  42728. on error errMsg number errNum
  42729.     --enter statements to perform when no records are found such as...
  42730.     display dialog "Sorry, the item you selected could not be found."
  42731.     return
  42732. end try
  42733. All Packages
  42734. 7.1 (PB 145B)O
  42735. Dev.CD Jul 93P
  42736. Dev.CD Jul 9V
  42737. 5303X
  42738. Jul 93
  42739. All Packages
  42740. 7.1.2O
  42741. Dev.CD Jul 94P
  42742. Dev.CD Jul 9V
  42743. 5369X
  42744. Jul 94
  42745. b--set theItem to choose file -- uncomment to test in an AS editor
  42746.     tell application "Finder"
  42747.         open item "Dev.CD Jul 94"
  42748.         activate
  42749.     end tell
  42750. on error errMsg number errNum
  42751.     --enter statements to perform when no records are found such as...
  42752.     display dialog "Sorry, the item you selected could not be found."
  42753.     return
  42754. end try
  42755. All Packages
  42756. 7.1.2O
  42757. Dev.CD Jul 94P
  42758. Dev.CD Jul 9V
  42759. 5370X
  42760. Jul 94
  42761. b--set theItem to choose file -- uncomment to test in an AS editor
  42762.     tell application "Finder"
  42763.         open item "Dev.CD Jul 94"
  42764.         activate
  42765.     end tell
  42766. on error errMsg number errNum
  42767.     --enter statements to perform when no records are found such as...
  42768.     display dialog "Sorry, the item you selected could not be found."
  42769.     return
  42770. end try
  42771. All Packages
  42772. 7.1POIDev.CD Apr 93
  42773. Dev.CD Mar 93
  42774. Dev.CD Feb 93
  42775. Dev.CD Jan 93
  42776. Dev.CD Nov/Dec 92V
  42777. 5371X
  42778. --set theItem to choose file -- uncomment to test in an AS editor
  42779.     tell application "Finder"
  42780.         open item "Dev.CD Apr 94
  42781. Dev.CD Jan 94
  42782. Dev.CD Oct 93
  42783. Dev.CD Jul 93"
  42784.         activate
  42785.     end tell
  42786. on error errMsg number errNum
  42787.     --enter statements to perform when no records are found such as...
  42788.     display dialog "Sorry, the item you selected could not be found."
  42789.     return
  42790. end try
  42791. All Packages
  42792. System Enabler 065 (LC 575)O
  42793. Dev.CD Apr 94
  42794. Dev.CD Jan 94P
  42795. Dev.CD Apr 94
  42796. Dev.CD Jan 9V
  42797. 6708X
  42798. Apr 94
  42799. p--set theItem to choose file -- uncomment to test in an AS editor
  42800.     tell application "Finder"
  42801.         open item "Dev.CD Apr 94
  42802. Dev.CD Jan 94"
  42803.         activate
  42804.     end tell
  42805. on error errMsg number errNum
  42806.     --enter statements to perform when no records are found such as...
  42807.     display dialog "Sorry, the item you selected could not be found."
  42808.     return
  42809. end try
  42810. All Packages
  42811. System Enabler 065 (LC 575)O
  42812. Dev.CD Apr 94
  42813. Dev.CD Jan 94P
  42814. Dev.CD Apr 94
  42815. Dev.CD Jan 9V
  42816. 6709X
  42817. Apr 94
  42818. p--set theItem to choose file -- uncomment to test in an AS editor
  42819.     tell application "Finder"
  42820.         open item "Dev.CD Apr 94
  42821. Dev.CD Jan 94"
  42822.         activate
  42823.     end tell
  42824. on error errMsg number errNum
  42825.     --enter statements to perform when no records are found such as...
  42826.     display dialog "Sorry, the item you selected could not be found."
  42827.     return
  42828. end try
  42829. SyncCatch is a debugging tool that catches synchronous File Manager and Device Manager requests made from code running as the result of an interrupt. If it catches one of these illegal synchronous requests, it drops into MacsBug with a message.J
  42830. Read Me
  42831. SyncCatchK
  42832. Jun 98L
  42833. Jan 00M
  42834. MacsBugN
  42835. Interrupt Time, Debugging, ToolO>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:SyncCatch 2.1:PFDev.CD Feb 00 TC
  42836.  - Tool Chest
  42837.  - Testing & Debugging
  42838.  - SyncCatch 2.1V
  42839. 6550X
  42840. Feb 00^
  42841. --set theItem to choose file -- uncomment to test in an AS editor
  42842.     tell application "Finder"
  42843.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:SyncCatch 2.1:"
  42844.         activate
  42845.     end tell
  42846. on error errMsg number errNum
  42847.     --enter statements to perform when no records are found such as...
  42848.     display dialog "Sorry, the item you selected could not be found."
  42849.     return
  42850. end try
  42851. ngeo`ftp://ftp.apple.com/developer/Tool_Chest/Testing_-_Debugging/General_tools/SyncCatch_2.1.sit.hqx
  42852. All Packages
  42853. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  42854. Dev.CD Jan 94
  42855. Dev.CD Oct 93
  42856. Dev.CD Jul 93
  42857. Dev.CD Apr 93PDDev.CD Apr 94
  42858. Dev.CD Jan 94
  42859. Dev.CD Oct 93
  42860. Dev.CD Jul 93
  42861. Dev.CD Apr 9V
  42862. 6634X
  42863. Apr 94
  42864. --set theItem to choose file -- uncomment to test in an AS editor
  42865.     tell application "Finder"
  42866.         open item "Dev.CD Apr 94
  42867. Dev.CD Jan 94
  42868. Dev.CD Oct 93
  42869. Dev.CD Jul 93
  42870. Dev.CD Apr 93"
  42871.         activate
  42872.     end tell
  42873. on error errMsg number errNum
  42874.     --enter statements to perform when no records are found such as...
  42875.     display dialog "Sorry, the item you selected could not be found."
  42876.     return
  42877. end try
  42878. All Packages
  42879. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  42880. Dev.CD Jan 94
  42881. Dev.CD Oct 93
  42882. Dev.CD Jul 93
  42883. Dev.CD Apr 93PDDev.CD Apr 94
  42884. Dev.CD Jan 94
  42885. Dev.CD Oct 93
  42886. Dev.CD Jul 93
  42887. Dev.CD Apr 9V
  42888. 6635X
  42889. Apr 94
  42890. et system(s) should be a Macintosh Plus or higher.
  42891. Software:  (Controller) MPW 3.1 or higher and Virtual User 1.0 or higher.  (Target) Agent VU,
  42892. O:Dev.CD Dec 99 RL Disk 2:Technical Publications:webobjects:P?Dev.CD Dec 99 RL Disk 2
  42893.  - Technical Publications
  42894.  - webobjects[
  42895. All Packages
  42896. System Enabler 003 (LC III)OEDev.CD Apr 94
  42897. Dev.CD Jan 94
  42898. Dev.CD Oct 93
  42899. Dev.CD Jul 93
  42900. Dev.CD Apr 93PDDev.CD Apr 94
  42901. Dev.CD Jan 94
  42902. Dev.CD Oct 93
  42903. Dev.CD Jul 93
  42904. Dev.CD Apr 9V
  42905. 6674X
  42906. Apr 94
  42907. --set theItem to choose file -- uncomment to test in an AS editor
  42908.     tell application "Finder"
  42909.         open item "Dev.CD Apr 94
  42910. Dev.CD Jan 94
  42911. Dev.CD Oct 93
  42912. Dev.CD Jul 93
  42913. Dev.CD Apr 93"
  42914.         activate
  42915.     end tell
  42916. on error errMsg number errNum
  42917.     --enter statements to perform when no records are found such as...
  42918.     display dialog "Sorry, the item you selected could not be found."
  42919.     return
  42920. end try
  42921. All Packages
  42922. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  42923. Dev.CD Jan 94
  42924. Dev.CD Oct 93
  42925. Dev.CD Jul 93
  42926. Dev.CD Apr 93PDDev.CD Apr 94
  42927. Dev.CD Jan 94
  42928. Dev.CD Oct 93
  42929. Dev.CD Jul 93
  42930. Dev.CD Apr 9V
  42931. 6675X
  42932. Apr 94
  42933. Summary:  This guide provides information about markets, distribution, and localization for the Asian region, as well as providing a directory of additional information sources.J9Asia Market Guide 7/4 (US).dp
  42934. Asian Dist Addr (US) 7/4.dpK
  42935. Sep 95OUDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:Asia Market Guide:P]Dev.CD May 98 TC
  42936.  - Programs & Marketing
  42937.  - Market & Distribution Guides
  42938.  - Asia Market GuideV
  42939. 5783X
  42940. May 98^
  42941. --set theItem to choose file -- uncomment to test in an AS editor
  42942.     tell application "Finder"
  42943.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:Asia Market Guide:"
  42944.         activate
  42945.     end tell
  42946. on error errMsg number errNum
  42947.     --enter statements to perform when no records are found such as...
  42948.     display dialog "Sorry, the item you selected could not be found."
  42949.     return
  42950. end try
  42951. e    No Changeq
  42952. Dev.CD May 98 TC
  42953. QD!All Packages
  42954. Tool Chest Edition
  42955. Async driver tester
  42956. Dev.CD Jan 9V
  42957. 4453X
  42958. All Packages
  42959. 7.0O-Dev.CD Vol. X
  42960. Dev.CD Vol. IX
  42961. Dev.CD Vol. VIIIP,Dev.CD Vol. X
  42962. Dev.CD Vol. IX
  42963. Dev.CD Vol. VIIV
  42964. 5224X
  42965. Vol. X
  42966. --set theItem to choose file -- uncomment to test in an AS editor
  42967.     tell application "Finder"
  42968.         open item "Dev.CD Vol. X
  42969. Dev.CD Vol. IX
  42970. Dev.CD Vol. VIII"
  42971.         activate
  42972.     end tell
  42973. on error errMsg number errNum
  42974.     --enter statements to perform when no records are found such as...
  42975.     display dialog "Sorry, the item you selected could not be found."
  42976.     return
  42977. end try
  42978. All Packages
  42979. Dev.CD Vol. X
  42980. Dev.CD Vol. IXP
  42981. Dev.CD Vol. X
  42982. Dev.CD Vol. IV
  42983. 5225X
  42984. Vol. X
  42985. ager programming interfaces are emulated 
  42986. for volume formats that don't support these interfaces directly.
  42987. Documentation topics included in the Mac OS library:
  42988. Human Interface Toolbox:
  42989. Appearance Manager
  42990. Control Manager
  42991. Dialog Manager
  42992. Human Interface Guidelines
  42993. Icon Services and Utilities [New]
  42994. List Manager
  42995. Menu Manager
  42996. Window Manager
  42997. Files:
  42998. Alias M
  42999. Dev.CD July 92
  43000. Dev.CD June 92
  43001. Dev.CD May 92
  43002. Dev.CD Apr 92
  43003. Dev.CD Mar 92
  43004. Dev.CD Feb 92
  43005. Dev.CD Jan 92
  43006. Dev.CD Vol. XI
  43007. Dev.CD Vol. X
  43008. Dev.CD Vol. IX
  43009. Dev.CD Vol. VIIIP
  43010. Dev.CD July 92
  43011. Dev.CD June 92
  43012. Dev.CD May 92
  43013. Dev.CD Apr 92
  43014. Dev.CD Mar 92
  43015. Dev.CD Feb 92
  43016. Dev.CD Jan 92
  43017. Dev.CD Vol. XI
  43018. Dev.CD Vol. X
  43019. Dev.CD Vol. IX
  43020. Dev.CD Vol. VIIV
  43021. 5214X
  43022. July 9
  43023. --set theItem to choose file -- uncomment to test in an AS editor
  43024.     tell application "Finder"
  43025.         open item "Dev.CD July 92
  43026. Dev.CD June 92
  43027. Dev.CD May 92
  43028. Dev.CD Apr 92
  43029. Dev.CD Mar 92
  43030. Dev.CD Feb 92
  43031. Dev.CD Jan 92
  43032. Dev.CD Vol. XI
  43033. Dev.CD Vol. X
  43034. Dev.CD Vol. IX
  43035. Dev.CD Vol. VIII"
  43036.         activate
  43037.     end tell
  43038. on error errMsg number errNum
  43039.     --enter statements to perform when no records are found such as...
  43040.     display dialog "Sorry, the item you selected could not be found."
  43041.     return
  43042. end try
  43043. All Packages
  43044. 5215X
  43045.  - Technical Publications
  43046.  - MacOSXServerV
  43047. 5003X
  43048. objects
  43049. documentation
  43050. web-site
  43051. webcolor
  43052. webobjects
  43053. webobjects
  43054. webobjects
  43055. categories
  43056. posers
  43057. theresa
  43058. tensor
  43059. webobjects
  43060. developer's
  43061. guide
  43062. webobjects
  43063. memory
  43064. management
  43065. theresa
  43066. tensor
  43067. inform
  43068. website
  43069. websites
  43070. weekly
  43071. weeks
  43072. weird
  43073. weiss
  43074. well-trod
  43075. summary
  43076. folder
  43077. contains
  43078. complete
  43079. information
  43080. develop
  43081. summary
  43082. folder
  43083. contains
  43084. documents
  43085. about
  43086. programming
  43087. summary
  43088. folder
  43089. contains
  43090. dozens
  43091. samples
  43092. summary
  43093. folder
  43094. contains
  43095. electronic
  43096. forms
  43097. allow
  43098. summary
  43099. folder
  43100. contains
  43101. helpful
  43102. scripts
  43103. summary
  43104. folder
  43105. contains
  43106. information
  43107. tells
  43108. develope
  43109. summary
  43110. folder
  43111. contains
  43112. goodies
  43113. developer
  43114. summary
  43115. folder
  43116. contains
  43117. revised
  43118. acrobat
  43119. versions
  43120. summary
  43121. folder
  43122. contains
  43123. sample
  43124. applications
  43125. demons
  43126. summary
  43127. folder
  43128. contains
  43129. several
  43130. examples
  43131. system
  43132. summary
  43133. folder
  43134. contains
  43135. several
  43136. snippets
  43137. illustrat
  43138. summary
  43139. folder
  43140. contains
  43141. apple
  43142. event
  43143. registry
  43144. summary
  43145. folder
  43146. contains
  43147. apple
  43148. event
  43149. terminolog
  43150. summary
  43151. folder
  43152. contains
  43153. following
  43154. localized
  43155. version
  43156. summary
  43157. folder
  43158. contains
  43159. macsnmp
  43160. developer's
  43161. EvenBetterBusError init
  43162. Summary: EvenBetterBusError is an init that helps catch renegade references to NIL. If you try to dereference a NIL handle or pointer with it installed, a bus error occurs, alerting you to the problem. It also catched writes to NIL, another common programming error.
  43163. General tools.imgK
  43164. Vol XO>Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Feb 00 TC
  43165.  - Tool Chest
  43166.  - Testing & Debugging
  43167.  - General toolsV
  43168. 5939X
  43169. Feb 00^
  43170. --set theItem to choose file -- uncomment to test in an AS editor
  43171.     tell application "Finder"
  43172.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:General tools:"
  43173.         activate
  43174.     end tell
  43175. on error errMsg number errNum
  43176.     --enter statements to perform when no records are found such as...
  43177.     display dialog "Sorry, the item you selected could not be found."
  43178.     return
  43179. end try
  43180. e    No Changeq
  43181. Dev.CD Feb 00 TC
  43182. D!All Packages
  43183. Tool Chest Edition
  43184. File Synchronization 1.1
  43185. 5940X
  43186. Feb 00^
  43187. --set theItem to choose file -- uncomment to test in an AS editor
  43188.     tell application "Finder"
  43189.         open item "Dev.CD Feb 00 TC:Tool Chest:Developer Utilities:File Synchronization 1.1:"
  43190.         activate
  43191.     end tell
  43192. on error errMsg number errNum
  43193.     --enter statements to perform when no records are found such as...
  43194.     display dialog "Sorry, the item you selected could not be found."
  43195.     return
  43196. end try
  43197. e    No ChangefKfile
  43198. synchronization
  43199. backup
  43200. assistant
  43201. folder
  43202. duplication
  43203. control panelq
  43204. Dev.CD Feb 00 TC
  43205. D!All Packages
  43206. Mac OS SDK Edition
  43207. File System Manager
  43208.     ressed image  from volumes that have data at the end of the volume has been corrected.
  43209. Changes from Disk Copy 6.2
  43210.  Added Navigation Services support.
  43211.  Added ability to duplicate a floppy.
  43212.  Added support for creating self-mounting images.
  43213.  Various improvements to AppleScript support.
  43214.  Fixed possible data loss issue when imaging a folder from an HFS+ volume.
  43215.  Imaging a fo
  43216. $OFDev.CD Jul 99 SDK1:Development Kits:Mac OS:Apple Color OneScanner SDK:PNDev.CD Jul 99 SDK1
  43217.  - Development Kits
  43218.  - Mac OS
  43219.  - Apple Color OneScanner SDK Tool Chest edition.
  43220. CPUGestalt
  43221. This sample code illustrates the way to determine the processor type of the Macintosh you're running on
  43222. EditTextCDev
  43223. EditCdev is a sample Control Panel device (cdev) that demonstrates the use of the edit-related messages and how to implement an editText item in a cdev. 
  43224. MoreFiles 1.4.6
  43225. MoreFiles is a collection of high-level romodule
  43226. monitor
  43227. atsui
  43228. morefiles
  43229. morefiles
  43230. 1.4.6
  43231. moreinterfacelib
  43232. moresetup
  43233. moresetup
  43234. moretextutils
  43235. moretoolbox
  43236. mountalias
  43237. mountalias
  43238. mountalias
  43239. helper
  43240. mybuildmenu
  43241. namerevisioncurrent
  43242. native
  43243. native
  43244. navig
  43245. install
  43246. netsprocket
  43247. netsprocket
  43248. osaic (Blueprint for Future: Publishing); Editor's Note (The Shadow Doesn't Know); IndustryWatch.
  43249. Technology: News (ETO and MPW Pro #16; New Paper Tech Notes)CD Highlights;  Human Interface (Fad Gadgets); OpenDoc HI Q&A, pt 2; QuickTime 2.0.
  43250. Business & Marketing:  Marketing Feature (HyperCard Alive and Well).
  43251. This is final draft copy from the February Apple Directions, 
  43252.  1995, Apple Computer, Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  F
  43253. or permission, contact the editor on AppleLink at A.DIRECTIONS. 
  43254. January 1995 Apple Directions Articles
  43255. News: Apple News (Announcing Pippin; Macintosh Brand Strongest; Macintosh Top-Selling; Windows/DOS on Macintosh; Newton Developer Support; Apple Expands; QuickTime 2.0); Strategy Mosaic (Power Macintosh Developers Speak); Editor's Note (Games); IndustryWatch.
  43256. Technology: CD Highlights;  Human Interface (Doc's Holiday Wish List); OpenDoc HI Q&A; New Macintosh Run-Time Environment.
  43257. b--set theItem to choose file -- uncomment to test in an AS editor
  43258.     tell application "Finder"
  43259.         open item "Dev.CD Jul 95"
  43260.         activate
  43261.     end tell
  43262. on error errMsg number errNum
  43263.     --enter statements to perform when no records are found such as...
  43264.     display dialog "Sorry, the item you selected could not be found."
  43265.     return
  43266. end try
  43267. Summary:  The File System Manager provides a systematic way for one or more foreign file systems to interact with the Macintosh file system using high-level language interface.
  43268. Features:
  43269.  File System Manager -- A system extension which implements version 1.2 of FSM and the extended Disk Initialization Package. This extension is compatible with System 7.0 and later.
  43270.  FSMGlueLib.o -- The glue code for the File System Manager service routines.
  43271.  FSM.h. FSM.p and FSM.a -- The Universal Inte
  43272. rface files for the File System Manager. This version of the interface files was built to work with the Universal Interfaces 2.0a1 from ETO #15, MPW prerelease. However, for 68K development, FSM.h works perfectly with the current release of Universal Interfaces on ETO #15.
  43273.  Guide - File System Manager -- The documentation for the File System Manager in Apple DocViewer format.
  43274. Issues:  The File System Manager extension may be licensed for distribution from Apple Software Licensing.
  43275. 7.0.0.1
  43276. 7.0.1
  43277. 7.0.1.1
  43278. 7.0.1p
  43279. Wperate
  43280. The File Synchronization Control Panel allows you to set up and manage multiple copies of files in different folders.  For example, if you maintain files on a mobile computer and copy those files to a desktop computer, this control panel may be useful to you.
  43281. Will automatically copy more recent files based on modification date, can display what would copy without actually copying it, and can run automatically or under user control.
  43282. Issues: Tool for Developer use. Not for distribution.
  43283. JJ68K
  43284. File Sync 1.1 Developer Read Me
  43285. File Synchronization Guide
  43286. PowerPCK
  43287. Dec 97M"Designed for any MacOS 8 computer.NRfile, synchronization, sync, backup, assistant, folder, duplication, control panelOIDev.CD Feb 00 TC:Tool Chest:Developer Utilities:File Synchronization 1.1:PQDev.CD Feb 00 TC
  43288.  - Tool Chest
  43289.  - Developer Utilities
  43290.  - File Synchronization 1.1
  43291. All Packages
  43292. System Enabler 404 (MacTV)O
  43293. Dev.CD Apr 94
  43294. Dev.CD Jan 94P
  43295. Dev.CD Apr 94
  43296. Dev.CD Jan 9V
  43297. 6847X
  43298. Apr 94
  43299. p--set theItem to choose file -- uncomment to test in an AS editor
  43300.     tell application "Finder"
  43301.         open item "Dev.CD Apr 94
  43302. Dev.CD Jan 94"
  43303.         activate
  43304.     end tell
  43305. on error errMsg number errNum
  43306.     --enter statements to perform when no records are found such as...
  43307.     display dialog "Sorry, the item you selected could not be found."
  43308.     return
  43309. end try
  43310. yD(All Packages
  43311. Reference Library Edition
  43312. System PickerITThe new System Picker replaces System Picker 1.0.1 and is compatible with Mac OS 8.0J
  43313. System PickerK
  43314. Mar 92L
  43315. Sep 97O/Dev.CD Dec 99 RL:Utilities:System Picker 1.1a3:P4Dev.CD Dec 99 RL
  43316.  - Utilities
  43317.  - System Picker 1.1a3V
  43318. 6848X
  43319. Dec 99^
  43320. system
  43321. enabler
  43322. performa
  43323. system
  43324. enabler
  43325. color
  43326. classic
  43327. decomposed
  43328. decompress
  43329. decompression
  43330. deeds
  43331. deepest
  43332. deepscreen
  43333. deesktops
  43334. default
  43335. defect
  43336. define
  43337. System Enabler 088 (AVs)O
  43338. Dev.CD Apr 94
  43339. Dev.CD Jan 94P
  43340. Dev.CD Apr 94
  43341. Dev.CD Jan 9V
  43342. 6726X
  43343. Apr 94
  43344. p--set theItem to choose file -- uncomment to test in an AS editor
  43345.     tell application "Finder"
  43346.         open item "Dev.CD Apr 94
  43347. Dev.CD Jan 94"
  43348.         activate
  43349.     end tell
  43350. on error errMsg number errNum
  43351.     --enter statements to perform when no records are found such as...
  43352.     display dialog "Sorry, the item you selected could not be found."
  43353.     return
  43354. end try
  43355. All Packages
  43356. System Enabler 088 (AVs)O
  43357. Dev.CD Apr 94P
  43358. Dev.CD Apr 9V
  43359. 6727X
  43360. Apr 94
  43361. b--set theItem to choose file -- uncomment to test in an AS editor
  43362.     tell application "Finder"
  43363.         open item "Dev.CD Apr 94"
  43364.         activate
  43365.     end tell
  43366. on error errMsg number errNum
  43367.     --enter statements to perform when no records are found such as...
  43368.     display dialog "Sorry, the item you selected could not be found."
  43369.     return
  43370. end try
  43371. All Packages
  43372. System Enabler 088 (AVs)V
  43373. 6728X
  43374. 5941X
  43375. Jan 00^
  43376. --set theItem to choose file -- uncomment to test in an AS editor
  43377.     tell application "Finder"
  43378.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:File System Manager:"
  43379.         activate
  43380.     end tell
  43381. on error errMsg number errNum
  43382.     --enter statements to perform when no records are found such as...
  43383.     display dialog "Sorry, the item you selected could not be found."
  43384.     return
  43385. end try
  43386. e    No Changef@File System Manager
  43387. External File System
  43388. Foreign File Systemq
  43389. Dev.CD Jan 00 SDK1
  43390. D!All Packages
  43391. Mac OS SDK Edition
  43392. Find By Content (FBC) Extractor
  43393.     free anti-viral utility for the Mac. 
  43394. Features: Disinfectant detects and removes known Mac viruses.  J
  43395. DisinfectantK
  43396. Vol IIIL
  43397. Sep 97M&Mac 512K or later, System 6.0 or laterO.Dev.CD Dec 99 RL:Utilities:Disinfectant 3.7.1:P3Dev.CD Dec 99 RL
  43398.  - Utilities
  43399.  - Disinfectant 3.7.1V
  43400. 4069X
  43401. Dec 99^
  43402. Nov 94M
  43403. System 7.0 or laterNCFile System Manager, FSM, External File System, Foreign File SystemO?Dev.CD Jan 00 SDK1:Development Kits:Mac OS:File System Manager:PGDev.CD Jan 00 SDK1
  43404.  - Development Kits
  43405.  - Mac OS
  43406.  - File System Managermory interleaving provides higher bandwidth (MBytes per second) between the PowerPC microprocessor and main memory, which can provide a significant performance boost by increasing the execution speed of memory-intensive programs. How much faster depends on a progr
  43407. am's software architecture and how often the processor accesses cache (L1 & L2) versus main memory.
  43408. Displays the memory size (amount of RAM) of each DIMM installed in each of the DIMM slots of a Hammerhead-based PCI PowerMac, such as 7300, 7500, 7600, 8500, 8600, 9500, and 9600 computers. Also indicates if any pairs have been installed properly to enable interleaving.
  43409. Includes source code so that Developers can incorporate the code into their own program.
  43410. Issues: This program only runs 
  43411. Dev.CD Oct 95 SSV
  43412. 5469X
  43413. Oct 95
  43414. f--set theItem to choose file -- uncomment to test in an AS editor
  43415.     tell application "Finder"
  43416.         open item "Dev.CD Oct 95 SSW"
  43417.         activate
  43418.     end tell
  43419. on error errMsg number errNum
  43420.     --enter statements to perform when no records are found such as...
  43421.     display dialog "Sorry, the item you selected could not be found."
  43422.     return
  43423. end try
  43424. All Packages
  43425. 7.5.2 (7500/8500)O
  43426. Dev.CD Oct 95 SSWP
  43427. Dev.CD Oct 95 SSV
  43428. 5470X
  43429. Oct 95
  43430. f--set theItem to choose file -- uncomment to test in an AS editor
  43431.     tell application "Finder"
  43432.         open item "Dev.CD Oct 95 SSW"
  43433.         activate
  43434.     end tell
  43435. on error errMsg number errNum
  43436.     --enter statements to perform when no records are found such as...
  43437.     display dialog "Sorry, the item you selected could not be found."
  43438.     return
  43439. end try
  43440. All Packages
  43441. 7.5.2 (7500/8500)O
  43442. Dev.CD Oct 95 SSWP
  43443. Dev.CD Oct 95 SSV
  43444. 5471X
  43445. Oct 95
  43446. adness
  43447. format
  43448. formatter
  43449. forms
  43450. fragment
  43451. fragment
  43452. framework
  43453. french
  43454. front
  43455. function
  43456. games
  43457. gamesprocket
  43458. gamesprocket
  43459. germany
  43460. gestalt
  43461. gestalt
  43462. selectors
  43463. getenetaddrdirect
  43464. getenetaddrdirect
  43465. gethelpstrings
  43466. getpppstatus
  43467. getsetoptions
  43468. globals
  43469. glossaries
  43470. glossary
  43471. glyphaiv
  43472. goodies
  43473. graphics
  43474. grayscale
  43475. groupdrawing
  43476. guide
  43477. P;Dev.CD Apr 97 SSW
  43478.  - What's New?
  43479.  - Sample Code Update 2/97
  43480. workarounds
  43481. workbook
  43482. workers
  43483. workflows
  43484. workgroup
  43485. working
  43486. workings
  43487. works
  43488. works
  43489. under
  43490. appearance
  43491. workshop
  43492. workstation
  43493. application
  43494. demonstratin
  43495. summary
  43496. driver
  43497. utitity
  43498. driver
  43499. writers
  43500. summary
  43501. localization
  43502. japan
  43503. provides
  43504. overview
  43505. summary
  43506. localization
  43507. guide
  43508. hypercard
  43509. stacks
  43510. summary
  43511. lockvol
  43512. control
  43513. panel
  43514. device
  43515. summary
  43516. error
  43517. tones
  43518. application
  43519. explains
  43520. summary
  43521. runtime
  43522. apple's
  43523. implementatio
  43524. summary
  43525. macbinary
  43526. standard
  43527. allowed
  43528. variabl
  43529. J+Documentation
  43530. File System Manager
  43531. Librariesvelopers
  43532. PowerPC
  43533. backside
  43534. cache
  43535. expansion
  43536. I/O RAM CardBusq
  43537. Dev.CD Jul 98 SSW/SDK
  43538. D!All Packages
  43539. Tool Chest Edition
  43540. Diagnostic Sound Sampler 1.0IfSummary: Mac II error tones.  This application explains the various Macintosh II audio error messages.J
  43541. Hardware tools.imgK
  43542. Vol IIIO?Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Hardware tools:PGDev.CD Feb 00 TC
  43543.  - Tool Chest
  43544.  - Testing & Debugging
  43545.  - Hardware toolsV
  43546. 4067X
  43547. Feb 00^
  43548. --set theItem to choose file -- uncomment to test in an AS editor
  43549.     tell application "Finder"
  43550.         open item "Dev.CD Feb 00 TC:Tool Chest:Testing & Debugging:Hardware tools:"
  43551.         activate
  43552.     end tell
  43553. on error errMsg number errNum
  43554.     --enter statements to perform when no records are found such as...
  43555.     display dialog "Sorry, the item you selected could not be found."
  43556.     return
  43557. end try
  43558. e    No Changeq
  43559. Dev.CD Feb 00 TC
  43560. D!All Packages
  43561. Tool Chest Edition
  43562. DIMM Config&Interleave v1.1
  43563. texttotypeintlcoerci
  43564. texture
  43565. textures
  43566. hrink
  43567. shrink-wrapped
  43568. shrinking
  43569. solaris
  43570. someone
  43571. something
  43572. sometimes
  43573. somewhere
  43574. sophisticated
  43575. sorting
  43576. sound
  43577. sounds
  43578. soundsprocket
  43579. source
  43580. YBigEasy2.c
  43581. BigEasy2.h
  43582. BigEasyDialogs.c
  43583. BigEasyDialogs.h
  43584. BigEasyGrafish.c
  43585. BigEasyGrafish.h
  43586. BigEasyTextish.c
  43587. BigEasyTextish.h
  43588. BigEasyUtils.c
  43589. BigEasyUtils.h
  43590. IconUtilsPriv.h
  43591. MIDIGlue.
  43592. Qwertytunes - Read Me
  43593. Qwertytunes - Read Me.txt
  43594. Qwertytunes 0.6
  43595. Qwertytunes Filing.c
  43596. Qwertytunes Filing.h
  43597. Qwertytunes.c
  43598. Qwertytunes.h
  43599. Qwertytunes
  43600. Qwertytunes
  43601. .rsrc
  43602. powerbook
  43603. powerbook
  43604. 2400c
  43605. powerbook
  43606. powerbook
  43607. powerbook
  43608. 2300c
  43609. powerbook
  43610. processor
  43611. powerbookg3series
  43612. powerbookg3series
  43613. powerpc
  43614. pre-asip
  43615. pre-release
  43616. pre-release
  43617. prebuilt
  43618. preferences
  43619. prefs
  43620. prefs
  43621. system
  43622. primer
  43623. print
  43624. print2
  43625. printing
  43626. processor
  43627. product
  43628. products
  43629. profile
  43630. profiler
  43631. profiles
  43632. prog's
  43633. Dev.CD Jun 97 SSV
  43634. 6261X
  43635. Jun 97
  43636. f--set theItem to choose file -- uncomment to test in an AS editor
  43637.     tell application "Finder"
  43638.         open item "Dev.CD Jun 97 SSW"
  43639.         activate
  43640.     end tell
  43641. on error errMsg number errNum
  43642.     --enter statements to perform when no records are found such as...
  43643.     display dialog "Sorry, the item you selected could not be found."
  43644.     return
  43645. end try
  43646. All Packages
  43647. QuickDraw 3DO
  43648. Dev.CD Jun 97 SSWP
  43649. Dev.CD Jun 97 SSV
  43650. 6262X
  43651. Jun 97
  43652. f--set theItem to choose file -- uncomment to test in an AS editor
  43653.     tell application "Finder"
  43654.         open item "Dev.CD Jun 97 SSW"
  43655.         activate
  43656.     end tell
  43657. on error errMsg number errNum
  43658.     --enter statements to perform when no records are found such as...
  43659.     display dialog "Sorry, the item you selected could not be found."
  43660.     return
  43661. end try
  43662. All Packages
  43663. QuickDraw 3DO
  43664. Dev.CD Jun 97 SSWP
  43665. Dev.CD Jun 97 SSV
  43666. 6263X
  43667. Jun 97
  43668. kernel
  43669. ghtening, darkening, rotating, etc. Developers are provided with the opportunity to modify their applications to support QuickTime IC in a similar fashion to the Camera Access application to better integrate image capture solutions into their application. 
  43670. The QuickTime IC system extension provides all the necessary system level functions for applications to communicate, view, and even manipulate images from image capture devices. For example, when you want to see the images stored in the
  43671.  camera, a small component of code resident in the QuickTime IC extension is called upon to display the images in a contact sheet view. Again, developers are provided with the opportunity to extend this layer to provide additional functionality. 
  43672. The final item is the device component. This is the piece of software that allows communications between the camera and the QuickTime IC system extenion. This is a unique component provided with the QuickTake 200. When the user launches the Camer
  43673. n a dialog. It's easy, just create the list right after you create the dialog, then call LUpdate and LClick in a dialog filter to respond to user events.
  43674. MDEF.Sample:  An MDEF written in Pascal that supports rez MENU templates and allows you to request the use of the Shift-Command symbol (made famous by our friends to the North).
  43675. Menu 'cicn' Fun:  This snippet demonstrates 'cicn's in menu items.  It's an unfortunately little-known fact that 'cicn's can be many sizes, and not only that, b
  43676. ut that any size 'cicn' can be put into a menu item. It's probably not good HI to put in 'cicn's of sizes other than 32x32 or 16x16; happily, this covers the sizes developers want most.
  43677. MenuHook/MBarHook exposed:  Installs routines called when a menu is pulled down and when the mouse is down in the menu bar.  Inverts the region underneath the menu so you can graphically see the results, as well as flashes status indicators.  Can mess up your desktop (but only visually).
  43678. Modal TextEdit:  
  43679. takeW
  43680. taken
  43681. takes
  43682. technical
  43683. technically
  43684. technique
  43685. techniques
  43686. technological
  43687. technologies
  43688. technology
  43689. technote
  43690. tells
  43691. template
  43692. templates
  43693. temporal
  43694. temporarily
  43695. tensor
  43696. terminology
  43697. terms
  43698. ternasky
  43699. tested
  43700. testing
  43701. text-handling
  43702. demonstrated
  43703. demonstrates
  43704. demonstrates
  43705. programmatically
  43706. background
  43707. demonstrates
  43708. switch
  43709. private
  43710. stack
  43711. correctly
  43712. logic
  43713. logical
  43714. login
  43715. logins
  43716. long-awaited
  43717. long-term
  43718. longer
  43719. longitude
  43720. collected
  43721. collecting
  43722. collection
  43723. collection
  43724. inside
  43725. macintosh
  43726. books
  43727. related
  43728. programming
  43729. collection
  43730. developer
  43731. documentation
  43732. collection
  43733. documentation
  43734. developer
  43735. notes
  43736. collections
  43737. collectionservices
  43738. collectpictcolors
  43739. collects
  43740. collyer
  43741. color
  43742. color
  43743. picker
  43744. 2.1.1
  43745. contains
  43746. minor
  43747. fixes
  43748. colorcdef
  43749. colored
  43750. coloredcheckbox
  43751. colorization
  43752. colorize
  43753. com/bin/bugrpt
  43754. com/cftype
  43755. com/colorsync
  43756. com/dev/swtechpubs/d
  43757. com/games
  43758. com/java
  43759. All Packages
  43760. 7.5.5 (73/76/86/9600)O
  43761. Dev.CD Apr 97 SSWP
  43762. Dev.CD Apr 97 SSV
  43763. 5587X
  43764. Apr 97
  43765. f--set theItem to choose file -- uncomment to test in an AS editor
  43766.     tell application "Finder"
  43767.         open item "Dev.CD Apr 97 SSW"
  43768.         activate
  43769.     end tell
  43770. on error errMsg number errNum
  43771.     --enter statements to perform when no records are found such as...
  43772.     display dialog "Sorry, the item you selected could not be found."
  43773.     return
  43774. end try
  43775. All Packages
  43776. 7.5.5 (73/76/86/9600)O
  43777. Dev.CD Apr 97 SSWP
  43778. Dev.CD Apr 97 SSV
  43779. 5588X
  43780. Apr 97
  43781. f--set theItem to choose file -- uncomment to test in an AS editor
  43782.     tell application "Finder"
  43783.         open item "Dev.CD Apr 97 SSW"
  43784.         activate
  43785.     end tell
  43786. on error errMsg number errNum
  43787.     --enter statements to perform when no records are found such as...
  43788.     display dialog "Sorry, the item you selected could not be found."
  43789.     return
  43790. end try
  43791. All Packages
  43792. 7.5.5 (73/76/86/9600)V
  43793. 5589X
  43794. society
  43795. softpower
  43796. software
  43797. solaris
  43798. ialized
  43799. specific
  43800. specification
  43801. specifications
  43802. specified
  43803. esource.
  43804. Icon Display:  A Think C project that shows how to display the pure pixel data in icnX families.
  43805. IconDimming:  This snippet shows two different ways to achieve a dimming effect on icons. The first method uses a custom color search procedure, and in the second method the RGB components of the icon's colortable entries are all dimmed before the image is copied.
  43806. Imageer 1.0.0d3:  The current release of Imageer is a basic image manipulation application which is designed to show how
  43807.  both Color QuickDraw and QuickDraw GX can be integrated into a single application with each document window supporting either technology.
  43808. MakeIcon:  This program shows how to take any size pixmap and create any size or depth icon.
  43809. MakeITable:  This sample application shows how to manipulate a GDevice
  43810. s inverse table.
  43811. Marquee:  Demonstrates marching ants (the scrolling dashed lines used in a selection rectangle).
  43812. MyDeviceLoop:  This snippet shows how to write a device loop that works u
  43813. colorizepict
  43814. colorizes
  43815. colorpickerlib
  43816. colors
  43817. colorsieve
  43818. colorsync
  43819. colorsync-savvy
  43820. colortable
  43821. column
  43822. columned
  43823. com/acrobat
  43824. com/acrobat/register
  43825. com/bin/bugrpt
  43826. com/cftype
  43827. com/colorsync
  43828. com/dev/swtechpubs/d
  43829. com/games
  43830. com/java
  43831. com/java/javatutoria
  43832. reception
  43833. recipes
  43834. recognition
  43835. recognize
  43836. recognizes
  43837. recognizing
  43838. recommend
  43839. recommendations
  43840. recommended
  43841. recommends
  43842. recompilation
  43843. record
  43844. recordable
  43845. recording
  43846. records
  43847. recouped
  43848. recruiting
  43849. recursive
  43850. two or more scroll operations are required before the desired positioning is achieved. These problems can be overcome by implementing live scrolling within an application which allows a user to more accurately scroll a document to the correct position with direct control over the speed of the scrolling, and by providing complete visual feedback of the scrolling operation as it occurs.
  43851. MacCalendar 1.1b1:  MacCalendar is a control strip module that displays a calendar when you click on it i
  43852. n the control strip.  The calendar display is configured using a separate application, MacCalendar Setup.
  43853. ModalList:  ModalList is an example using a list in a dialog window. The default LDEF is used to display a two-dimensional list of strings. You can scroll the list, search for and change cell contents, and change the list
  43854. s selection flags.
  43855. PopMenus:  PopMenus is a very simple demonstration of how to use pop-up menus in your application.  It implements a pop-up menu as a userItem in 
  43856. --set theItem to choose file -- uncomment to test in an AS editor
  43857.     tell application "Finder"
  43858.         open item "Dev.CD Apr 94
  43859. Dev.CD Jan 94
  43860. Dev.CD Oct 93
  43861. Dev.CD Jul 93
  43862. Dev.CD Apr 93"
  43863.         activate
  43864.     end tell
  43865. on error errMsg number errNum
  43866.     --enter statements to perform when no records are found such as...
  43867.     display dialog "Sorry, the item you selected could not be found."
  43868.     return
  43869. end try
  43870. error-handling
  43871. errors
  43872. esfahani
  43873. eskimo
  43874. espana
  43875. especially
  43876. essence
  43877. essential
  43878. essentials
  43879. establish
  43880. establishing
  43881. establishment
  43882.  Chest:Development Kits:HyperCard Related:HyperCard Toolkits:
  43883. corruption
  43884. cosmetic
  43885. costly
  43886. costs
  43887. could
  43888. couldn't
  43889. counter
  43890. counterpart
  43891. counterparts
  43892. countersQ
  43893. counting
  43894. country
  43895. counts
  43896. couple
  43897. course
  43898. courses
  43899. courseware
  43900. cover
  43901. coverage
  43902. covered
  43903. covers
  43904. cplustesample
  43905. seeing
  43906. seger
  43907. segment
  43908. segmented
  43909. segmenting
  43910. seldom
  43911. select
  43912. selected
  43913. selecting
  43914. selection
  43915. selections
  43916. selectively
  43917. selector
  43918. All Packages
  43919. 6.0.5O
  43920. Dev CD Vol. VP
  43921. Dev CD Vol. V
  43922. 5159X
  43923. Vol. V
  43924. b--set theItem to choose file -- uncomment to test in an AS editor
  43925.     tell application "Finder"
  43926.         open item "Dev CD Vol. V"
  43927.         activate
  43928.     end tell
  43929. on error errMsg number errNum
  43930.     --enter statements to perform when no records are found such as...
  43931.     display dialog "Sorry, the item you selected could not be found."
  43932.     return
  43933. end try
  43934. All Packages
  43935. 6.0.5O
  43936. Dev CD Vol. V
  43937. Dev CD Vol. IVP
  43938. Dev CD Vol. V
  43939. Dev CD Vol. IV
  43940. 5160X
  43941. Vol. V
  43942. q--set theItem to choose file -- uncomment to test in an AS editor
  43943.     tell application "Finder"
  43944.         open item "Dev CD Vol. V
  43945. Dev CD Vol. IV"
  43946.         activate
  43947.     end tell
  43948. on error errMsg number errNum
  43949.     --enter statements to perform when no records are found such as...
  43950.     display dialog "Sorry, the item you selected could not be found."
  43951.     return
  43952. end try
  43953. All Packages
  43954. 6.0.5O
  43955. Dev CD Vol. V
  43956. Dev CD Vol. IVV
  43957. 5161X
  43958. packages
  43959. n:Embedding ICC Profiles Docs:"
  43960.         activate
  43961.     end tell
  43962. on error errMsg number errNum
  43963.     --enter statements to perform when no records are found such as...
  43964.     display dialog "Sorry, the item you selected could not be found."
  43965.     return
  43966. end try
  43967. e    No Changef#ColorSync
  43968. Profile Specificationq
  43969. Dev.CD Jan 00 SDK1
  43970. D!All Packages
  43971. Tool Chest Edition
  43972. Imran's Virtual KeycodesItSummary: This document shows how raw keycodes map to virtual keycodes on various keyboards.
  43973. It is an MPW text file. JFImran's READ ME
  43974. Imran's READ ME.txt
  43975. KCHR mappings
  43976. Virtual Keycode diffK
  43977. Vol VL
  43978. Vol VIIge
  43979. F    PowerTalkO
  43980. Dev.CD Apr 95P
  43981. Dev.CD Apr 9
  43982. system
  43983. software
  43984. system's
  43985. system-level
  43986. systematic
  43987. systematically
  43988. systems
  43989. systemsoft
  43990. t-shirt
  43991. tab-delimited
  43992. table
  43993. tables
  43994. tablet
  43995. tagged
  43996. tagging
  43997. tague
  43998. tailor
  43999. s, developers, PowerPC, backside, cache, expansion, I/O RAM CardBusOHDev.CD Jul 98 SSW/SDK:What's New:Technical Documentation:DeveloperNotes:PPDev.CD Jul 98 SSW/SDK
  44000.  - What's New
  44001.  - Technical Documentation
  44002.  - DeveloperNotesV
  44003. 4066X
  44004. Jul 98^
  44005. SSW/SDK
  44006. #D when in use, and for people with internal drives.
  44007.  drives.
  44008. Vol VIII
  44009. 5942X
  44010. Jan 00^
  44011. --set theItem to choose file -- uncomment to test in an AS editor
  44012.     tell application "Finder"
  44013.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Find By Content (FBC) Extractor:"
  44014.         activate
  44015.     end tell
  44016. on error errMsg number errNum
  44017.     --enter statements to perform when no records are found such as...
  44018.     display dialog "Sorry, the item you selected could not be found."
  44019.     return
  44020. end try
  44021. e    No Changef)Sherlock
  44022. Find By Content
  44023. Extractor
  44024. Searchq
  44025. Dev.CD Jan 00 SDK1
  44026. D!All Packages
  44027. Tool Chest Edition
  44028. FinderDragPro
  44029. Sample file illustrating drag and drop techniques for use with file system objects.  This file illustrates how applications can use drag and drop commands in a way compatible with current and past versions of the Finder.
  44030. illustrates how to do translucent drag and drop for icons, drag and drop of hfs objects in a way compatible with current and past finders, creating and providing promised hfs flavors.
  44031. filetool
  44032. filter
  44033. finder
  44034. finder
  44035. appleevents
  44036. finderevents
  44037. events
  44038. finder
  44039. label
  44040. finder
  44041. display
  44042. folder
  44043. launch
  44044. finderevents
  44045. firmware
  44046. folder
  44047. fonts
  44048. fontsync
  44049. foreign
  44050. formatting
  44051. forth
  44052. foundation
  44053. function
  44054. function
  44055. index
  44056. inside
  44057. functions
  44058. gamepad
  44059. games
  44060. games
  44061. sprockets
  44062. sprite
  44063. blitters
  44064. drawsprocket
  44065. moofwars
  44066. gaming
  44067. gamma
  44068. gateway
  44069. generator
  44070. gestalt
  44071. gestalt
  44072. selector
  44073. codes
  44074. gestalt
  44075. manager
  44076. machine
  44077. identificatio
  44078. getenetaddrdirect
  44079. getnextevent
  44080. getnextevent
  44081. waitnextevent
  44082. filter
  44083. helper
  44084. getversion
  44085. global
  44086. global
  44087. search
  44088. replace
  44089. software
  44090. project
  44091. archiving
  44092. perfectly
  44093. perform
  44094. performa
  44095. performanceQ
  44096. performance
  44097. tuning
  44098. performance
  44099. tuning
  44100. webobjects
  44101. application
  44102. critical
  44103. performas
  44104. performed
  44105. performing
  44106. performs
  44107. peridically
  44108. perils
  44109. permission
  44110. permit
  44111. permits
  44112. permitted
  44113. permutation
  44114. persist
  44115. persistent
  44116. persisting
  44117. person
  44118. personal
  44119. perspective
  44120. perspectives
  44121. pertaining
  44122. peter
  44123. pgpuam
  44124. pgpuam
  44125. enhancement
  44126. standard
  44127. appleshare
  44128. phase
  44129. philip
  44130. initialize
  44131. initially
  44132. initiate
  44133. initiatives
  44134. initport
  44135. initprojector
  44136. injury
  44137. inline
  44138. innocuous
  44139. innovative
  44140. input
  44141. inputs
  44142. inputsprocket
  44143. inputstream
  44144. inputting
  44145. inquiry
  44146. insanely
  44147. inscript
  44148. insensitivity
  44149. insight
  44150. inspect
  44151. instaler
  44152. install
  44153. installation
  44154. installations
  44155. installed
  44156. installer
  44157. Dev.CD Apr 94
  44158. Dev.CD Jan 94
  44159. Dev.CD Oct 93
  44160. Dev.CD Jul 93
  44161. Dev.CD Apr 93
  44162. Dev.CD Mar 93
  44163. Dev.CD Feb 93
  44164. Dev.CD Jan 93
  44165. Dev.CD Nov/Dec 92
  44166. Dev.CD Oct 92
  44167. Dev.CD May 92
  44168. Dev.CD Apr 92
  44169. Dev.CD Mar 92
  44170. Dev.CD Feb 92
  44171. Dev.CD Jan 92
  44172. Dev.CD Vol. XI
  44173. Dev.CD Vol. X
  44174. Dev.CD Vol. I
  44175. CP 1258. Limited support has been added for the Mac OS Tibetan encoding.
  44176.  Various mappings for CJK encodings were improved.
  44177.  Added loose mappings for variant forms of Han characters (e.g., simplified vs. traditional), yielding 
  44178. 5fewer missing characters in some conversions.
  44179.  Added Euro to Mac Cyrillic and Ukrainian encodings.
  44180.  Added conversion from arbitrary Unicode to maximally decomposed Unicode.
  44181.  Improved multiple script runs and long digit sequences.
  44182.  Improved building conversions involving Unicode variants, including UTF-8.
  44183. Dec 97L
  44184. Dec 99
  44185. e    No Changef
  44186. background color WDEF windowq
  44187. Dev.CD Feb 00 TC
  44188. D.All Packages
  44189. Tool Chest Edition
  44190. New & RevisedF    SGCaptureIbThis demo program shows how to use the SGDrawable class to display live video within a QTCanvas. 
  44191. J-README.txt
  44192. sg.bat
  44193. SGCapture
  44194. SGCapture.zip
  44195. Feb 00
  44196. - Common
  44197.     - Sun Compliant Java Runtime Environment 1.1
  44198.     - QuickTime 3 
  44199.     - QTJava.zip
  44200.     - QTJava media samples
  44201. - Mac OS:
  44202.     - System 8 or later
  44203.     - Macintosh Runtime for Java (MRJ) 2.1
  44204. - Windows 95, 98, or NT::
  44205.     - JRE/JDK from Sun Microsystems, Inc. recommended
  44206. QuickTime, Java, MRJOPDev.CD Feb 00 TC:What's New?:Sample Code:QuickTime:QuickTime for Java:SGCapture:P^Dev.CD Feb 00 TC
  44207.  - What's New?
  44208.  - Sample Code
  44209.  - QuickTime
  44210.  - QuickTime for Java
  44211.  - SGCaptureV
  44212. 6493X
  44213. Feb 00^
  44214. #SMTE extension. It is intended to be used along with Macintosh Technical Note TE 27 - Inline Input for TextEdit with TSMTE.
  44215. J'Sample Code.img
  44216. Windows Sample Code.imgK
  44217. Feb 94L
  44218. May 94:Sample Code:V
  44219. 2307X
  44220. Moved
  44221. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  44222. HTML Text Extractor
  44223.  and 
  44224. PDF Text Extractor
  44225. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  44226. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  44227. example, consider the following HTML file:
  44228. <HTML>
  44229. <BODY>
  44230. This is a sample document.
  44231. </BODY>
  44232. </HTML>
  44233. Without knowing the HTML format, every word above would get indexed, so searching for 
  44234.  in Find by Content would find the above document, but when a user opened the file in her web browser, she would not see 
  44235. .  Similarly, summarizing a HTML document would show HTML Tags in the summary.
  44236. The HTML Text Extractor knows the format of an HTML file so it will skip the HTML Tags and re
  44237. features
  44238. includes
  44239. demonstration
  44240. documentation
  44241. complete
  44242. features
  44243. macbinary
  44244. dialog
  44245. those
  44246. defining
  44247. feaures
  44248. february
  44249. fedit
  44250. feedback
  44251. felonies
  44252. fetterman
  44253. field
  44254. fields
  44255. fifteen
  44256. fifth
  44257. figure
  44258. figured
  44259. file-related
  44260. h an Append button that does not ask the user if he/she wants to replace the existing file. the sample code in InsideMac:Files, and the Human Interface Guidelines. It also has Balloon Help strings for the Append button.
  44261. CustomPutSuffix:  This demonstrates a CustomPutDialog with an Save button that checks to see if several files (with the name filename+suffix) already exist. a dialog hook procedure is responsible for presenting separate "Replace?" dialogs.  When the Save button is hit andCl, if the user allows the save, the Save action is mapped to a Cancel action but the reply is marked as good.
  44262. J'Sample Code.img
  44263. Windows Sample Code.imgK
  44264. Feb 97L
  44265. Feb 97M-System 7 or greater, Universal Interfaces 2.0NKCustomGetFile, CustomPutFile, dialog, select, folder, file, balloon, appendO
  44266. Dev.CD Feb 00 TC:Sample Code:P
  44267. Dev.CD Feb 00 TC
  44268.  - Sample Code
  44269. summary
  44270. callhyper
  44271. external
  44272. dimension
  44273. which
  44274. summary
  44275. cdent
  44276. format
  44277. source
  44278. All Packages
  44279. Dev.CD Apr 94
  44280. Dev.CD Jan 94
  44281. Dev.CD Oct 93
  44282. Dev.CD Jul 93
  44283. Dev.CD Apr 93
  44284. Dev.CD Mar 93
  44285. Dev.CD Feb 93
  44286. Dev.CD Jan 93
  44287. Dev.CD Nov/Dec 92
  44288. Dev.CD Oct 92P
  44289. Dev.CD Apr 94
  44290. Dev.CD Jan 94
  44291. Dev.CD Oct 93
  44292. Dev.CD Jul 93
  44293. Dev.CD Apr 93
  44294. Dev.CD Mar 93
  44295. Dev.CD Feb 93
  44296. Dev.CD Jan 93
  44297. Dev.CD Nov/Dec 92
  44298. Dev.CD Oct 9V
  44299. 5259X
  44300. Apr 94
  44301. --set theItem to choose file -- uncomment to test in an AS editor
  44302.     tell application "Finder"
  44303.         open item "Dev.CD Apr 94
  44304. Dev.CD Jan 94
  44305. Dev.CD Oct 93
  44306. Dev.CD Jul 93
  44307. Dev.CD Apr 93
  44308. Dev.CD Mar 93
  44309. Dev.CD Feb 93
  44310. Dev.CD Jan 93
  44311. Dev.CD Nov/Dec 92
  44312. Dev.CD Oct 92"
  44313.         activate
  44314.     end tell
  44315. on error errMsg number errNum
  44316.     --enter statements to perform when no records are found such as...
  44317.     display dialog "Sorry, the item you selected could not be found."
  44318.     return
  44319. end try
  44320. All Packages
  44321. 7.1OEDev.CD Apr 94
  44322. Dev.CD Jan 94
  44323. Dev.CD Oct 93
  44324. Dev.CD Jul 93
  44325. Dev.CD Apr 93V
  44326. 5260X
  44327. All Packages
  44328. System UpdateV
  44329. 4974X
  44330.  and Using Icons With Icon Services
  44331. This document describes the application programming interface for Icon Services, a Carbon-compliant replacement for the Icon Utilities API, and discusses how to create custom icons that are ready to use with Icon 
  44332. Services.
  44333. [UPDATED] Programming With Navigation Services
  44334. This document describes Navigation Services through Navigation Services 2.0. It features an overview of Navigation Services, tutorials with sample code, and a complete reference chapte
  44335. [NEW] Providing User Assistence With Apple Help
  44336. This document describes Apple Help for Mac OS 8.6. It discusses how you can use Apple Help to provide user assistance in a variety of ways, including HTML pages, Apple Guide coach sequences, QuickTime movies, and AppleScripts.
  44337. [UPDATED] Apple Type Services for Unicode Imaging Reference
  44338. This preliminary document describes the Apple Type Services for Unicode Imaging (ATSUI) programming interface and is updated for ATSUI 1.2. New features
  44339. f--set theItem to choose file -- uncomment to test in an AS editor
  44340.     tell application "Finder"
  44341.         open item "Dev.CD Jan 99 SSW"
  44342.         activate
  44343.     end tell
  44344. on error errMsg number errNum
  44345.     --enter statements to perform when no records are found such as...
  44346.     display dialog "Sorry, the item you selected could not be found."
  44347.     return
  44348. end try
  44349. item you selected could not be found."
  44350.     return
  44351. end try
  44352. e    No Changeq
  44353. Dev.CD Feb 00 TC
  44354. D!All Packages
  44355. Tool Chest Edition
  44356. Snippets - Toolbox
  44357. summary
  44358. sample
  44359. illustrates
  44360. determine
  44361. summary
  44362. sample
  44363. demonstrates
  44364. compress
  44365. decompr
  44366. summary
  44367. sample
  44368. demonstrates
  44369. write
  44370. simple
  44371. summary
  44372. sample
  44373. extracts
  44374. finder
  44375. strings
  44376. summary
  44377. support
  44378. quicktake
  44379. quicktake
  44380. summary
  44381. small
  44382. application
  44383. control
  44384. summary
  44385. software
  44386. improves
  44387. float-to-int
  44388. conversion
  44389. All Packages
  44390. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  44391. Dev.CD Jan 94
  44392. Dev.CD Oct 93
  44393. Dev.CD Jul 93P6Dev.CD Apr 94
  44394. Dev.CD Jan 94
  44395. Dev.CD Oct 93
  44396. Dev.CD Jul 9V
  44397. 6787X
  44398. Apr 94
  44399. --set theItem to choose file -- uncomment to test in an AS editor
  44400.     tell application "Finder"
  44401.         open item "Dev.CD Apr 94
  44402. Dev.CD Jan 94
  44403. Dev.CD Oct 93
  44404. Dev.CD Jul 93"
  44405.         activate
  44406.     end tell
  44407. on error errMsg number errNum
  44408.     --enter statements to perform when no records are found such as...
  44409.     display dialog "Sorry, the item you selected could not be found."
  44410.     return
  44411. end try
  44412. All Packages
  44413. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  44414. Dev.CD Jan 94
  44415. Dev.CD Oct 93
  44416. Dev.CD Jul 93P6Dev.CD Apr 94
  44417. Dev.CD Jan 94
  44418. Dev.CD Oct 93
  44419. Dev.CD Jul 9V
  44420. 6788X
  44421. Apr 94
  44422. arpsample1.0b1
  44423. arpsample1.0b1
  44424. module
  44425. provides
  44426. service
  44427. arrays
  44428. formatting
  44429. forth
  44430. foundation
  44431. foundation
  44432. reference
  44433. foundation
  44434. reference
  44435. client
  44436. framework
  44437. screen
  44438. function
  44439. function
  44440. index
  44441. function
  44442. functions
  44443. 160/165c/180/180c
  44444. All Packages
  44445. QuickDraw 3DO
  44446. Dev.CD Jan 96 SSWP
  44447. Dev.CD Jan 96 SSV
  44448. 6254X
  44449. Jan 96
  44450. f--set theItem to choose file -- uncomment to test in an AS editor
  44451.     tell application "Finder"
  44452.         open item "Dev.CD Jan 96 SSW"
  44453.         activate
  44454.     end tell
  44455. on error errMsg number errNum
  44456.     --enter statements to perform when no records are found such as...
  44457.     display dialog "Sorry, the item you selected could not be found."
  44458.     return
  44459. end try
  44460. All Packages
  44461. QuickDraw 3DO
  44462. Dev.CD Jan 96 SSWP
  44463. Dev.CD Jan 96 SSV
  44464. 6255X
  44465. Jan 96
  44466. f--set theItem to choose file -- uncomment to test in an AS editor
  44467.     tell application "Finder"
  44468.         open item "Dev.CD Jan 96 SSW"
  44469.         activate
  44470.     end tell
  44471. on error errMsg number errNum
  44472.     --enter statements to perform when no records are found such as...
  44473.     display dialog "Sorry, the item you selected could not be found."
  44474.     return
  44475. end try
  44476. All Packages
  44477. QuickDraw 3DO
  44478. Dev.CD Jan 96 SSWV
  44479. 6256X
  44480. 2.1.4
  44481. turn just the text that a user would see viewing the document.  For the above example, 
  44482. This is a sample document.
  44483.  would be the only text that is indexed.   
  44484. Text Extractors can also enable indexing and summarization for files that were previously skipped.  With System 8.5, Adobe
  44485.  Portable Document Format (PDF) files were not indexed because the text within these document is encoded.  For System 8.6, Find by Content uses the 
  44486. PDF Text Extractor
  44487.  to index and summarize PDF files.  
  44488. J.DemoExtractor
  44489. Headers
  44490. Text Extractors Plug-insK
  44491. Oct 99M
  44492. Mac OS 8.6 and laterN,Sherlock, Find By Content, Extractor, SearchOKDev.CD Jan 00 SDK1:Development Kits:Mac OS:Find By Content (FBC) Extractor:PSDev.CD Jan 00 SDK1
  44493.  - Development Kits
  44494.  - Mac OS
  44495.  - Find By Content (FBC) ExtractorPackages
  44496. Mac OS SDK Edition
  44497. F&DeveloperDocumentation: Mac OS 8 and 9
  44498.     nd documents several managers that extend the object architecture and provide utility functions.
  44499. QuickDraw GX Graphics
  44500. This book shows  
  44501. example
  44502. openg